diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:40:33 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:40:33 +0000 |
| commit | d2c85f476d05cec7682012c3c4710fab4f46b38a (patch) | |
| tree | 6c55c5ac3ed8c3fd514de6e7a34fb6b15f345947 /public/css/palettes/base16-dark.css | |
| parent | 96a1150708a73f0d1fd08c1bb2ab66922853cda9 (diff) | |
build files updates
Diffstat (limited to 'public/css/palettes/base16-dark.css')
| -rw-r--r-- | public/css/palettes/base16-dark.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/public/css/palettes/base16-dark.css b/public/css/palettes/base16-dark.css new file mode 100644 index 0000000..cb1ec1d --- /dev/null +++ b/public/css/palettes/base16-dark.css @@ -0,0 +1,22 @@ +/* base16 default dark + * https://github.com/chriskempson/base16-default-schemes + */ + +:root { + --base00: #181818; + --base01: #282828; + --base02: #383838; + --base03: #585858; + --base04: #b8b8b8; + --base05: #d8d8d8; + --base06: #e8e8e8; + --base07: #f8f8f8; + --base08: #ab4642; + --base09: #dc9656; + --base0A: #f7ca88; + --base0B: #a1b56c; + --base0C: #86c1b9; + --base0D: #7cafc2; + --base0E: #ba8baf; + --base0F: #a16946; +} |
