diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
| commit | 58c947fe57c5b6492906e588f9510ae30383615d (patch) | |
| tree | b8ccc2ae0df259ec3a68696a50479a7b0b680e3d /public/css/palettes/tender.css | |
| parent | cf259bfe2fdc33894f10083737776f79903a6fbe (diff) | |
routine updates
Diffstat (limited to 'public/css/palettes/tender.css')
| -rw-r--r-- | public/css/palettes/tender.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/css/palettes/tender.css b/public/css/palettes/tender.css new file mode 100644 index 0000000..77fbe87 --- /dev/null +++ b/public/css/palettes/tender.css @@ -0,0 +1,20 @@ +/* tender by Jacobo Tabernero (https://github/com/jacoborus/tender.vim) */ + +:root { + --base00: #282828; + --base01: #383838; + --base02: #484848; + --base03: #4c4c4c; + --base04: #b8b8b8; + --base05: #eeeeee; + --base06: #e8e8e8; + --base07: #feffff; + --base08: #f43753; + --base09: #dc9656; + --base0A: #ffc24b; + --base0B: #c9d05c; + --base0C: #73cef4; + --base0D: #b3deef; + --base0E: #d3b987; + --base0F: #a16946; +}
\ No newline at end of file |
