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-spacemacs.css | |
| parent | afd90b84d0257f158bba5e9fbcc233f807bc15f6 (diff) | |
Add styleSwitcher.
Diffstat (limited to 'static/css/base16-spacemacs.css')
| -rw-r--r-- | static/css/base16-spacemacs.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/static/css/base16-spacemacs.css b/static/css/base16-spacemacs.css new file mode 100644 index 00000000..48737650 --- /dev/null +++ b/static/css/base16-spacemacs.css @@ -0,0 +1,33 @@ +.base00-background { background-color: #1f2022; } +.base01-background { background-color: #282828; } +.base02-background { background-color: #444155; } +.base03-background { background-color: #585858; } +.base04-background { background-color: #b8b8b8; } +.base05-background { background-color: #a3a3a3; } +.base06-background { background-color: #e8e8e8; } +.base07-background { background-color: #f8f8f8; } +.base08-background { background-color: #f2241f; } +.base09-background { background-color: #ffa500; } +.base0A-background { background-color: #b1951d; } +.base0B-background { background-color: #67b11d; } +.base0C-background { background-color: #2d9574; } +.base0D-background { background-color: #4f97d7; } +.base0E-background { background-color: #a31db1; } +.base0F-background { background-color: #b03060; } + +.base00 { color: #1f2022; } +.base01 { color: #282828; } +.base02 { color: #444155; } +.base03 { color: #585858; } +.base04 { color: #b8b8b8; } +.base05 { color: #a3a3a3; } +.base06 { color: #e8e8e8; } +.base07 { color: #f8f8f8; } +.base08 { color: #f2241f; } +.base09 { color: #ffa500; } +.base0A { color: #b1951d; } +.base0B { color: #67b11d; } +.base0C { color: #2d9574; } +.base0D { color: #4f97d7; } +.base0E { color: #a31db1; } +.base0F { color: #b03060; } |
