diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-01-16 18:57:03 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-01-16 18:57:03 +0100 |
| commit | d644887d4cb2c5d5a4d4b008a2d63dce1cb90bb1 (patch) | |
| tree | 79fee98e20e391f314f81289fa1f51f7c69c56ec /static/css/base16-atelier-heath.css | |
| parent | afd90b84d0257f158bba5e9fbcc233f807bc15f6 (diff) | |
Add styleSwitcher.
Diffstat (limited to 'static/css/base16-atelier-heath.css')
| -rw-r--r-- | static/css/base16-atelier-heath.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/static/css/base16-atelier-heath.css b/static/css/base16-atelier-heath.css new file mode 100644 index 00000000..8858cb80 --- /dev/null +++ b/static/css/base16-atelier-heath.css @@ -0,0 +1,33 @@ +.base00-background { background-color: #1b181b; } +.base01-background { background-color: #292329; } +.base02-background { background-color: #695d69; } +.base03-background { background-color: #776977; } +.base04-background { background-color: #9e8f9e; } +.base05-background { background-color: #ab9bab; } +.base06-background { background-color: #d8cad8; } +.base07-background { background-color: #f7f3f7; } +.base08-background { background-color: #ca402b; } +.base09-background { background-color: #a65926; } +.base0A-background { background-color: #bb8a35; } +.base0B-background { background-color: #918b3b; } +.base0C-background { background-color: #159393; } +.base0D-background { background-color: #516aec; } +.base0E-background { background-color: #7b59c0; } +.base0F-background { background-color: #cc33cc; } + +.base00 { color: #1b181b; } +.base01 { color: #292329; } +.base02 { color: #695d69; } +.base03 { color: #776977; } +.base04 { color: #9e8f9e; } +.base05 { color: #ab9bab; } +.base06 { color: #d8cad8; } +.base07 { color: #f7f3f7; } +.base08 { color: #ca402b; } +.base09 { color: #a65926; } +.base0A { color: #bb8a35; } +.base0B { color: #918b3b; } +.base0C { color: #159393; } +.base0D { color: #516aec; } +.base0E { color: #7b59c0; } +.base0F { color: #cc33cc; } |
