diff options
Diffstat (limited to 'priv/static/static/css/base16-harmonic16-light.css')
-rw-r--r-- | priv/static/static/css/base16-harmonic16-light.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/priv/static/static/css/base16-harmonic16-light.css b/priv/static/static/css/base16-harmonic16-light.css new file mode 100644 index 000000000..37bb7679a --- /dev/null +++ b/priv/static/static/css/base16-harmonic16-light.css @@ -0,0 +1,33 @@ +.base00-background { background-color: #f7f9fb; } +.base01-background { background-color: #e5ebf1; } +.base02-background { background-color: #cbd6e2; } +.base03-background { background-color: #aabcce; } +.base04-background { background-color: #627e99; } +.base05-background { background-color: #405c79; } +.base06-background { background-color: #223b54; } +.base07-background { background-color: #0b1c2c; } +.base08-background { background-color: #bf8b56; } +.base09-background { background-color: #bfbf56; } +.base0A-background { background-color: #8bbf56; } +.base0B-background { background-color: #56bf8b; } +.base0C-background { background-color: #568bbf; } +.base0D-background { background-color: #8b56bf; } +.base0E-background { background-color: #bf568b; } +.base0F-background { background-color: #bf5656; } + +.base00 { color: #f7f9fb; } +.base01 { color: #e5ebf1; } +.base02 { color: #cbd6e2; } +.base03 { color: #aabcce; } +.base04 { color: #627e99; } +.base05 { color: #405c79; } +.base06 { color: #223b54; } +.base07 { color: #0b1c2c; } +.base08 { color: #bf8b56; } +.base09 { color: #bfbf56; } +.base0A { color: #8bbf56; } +.base0B { color: #56bf8b; } +.base0C { color: #568bbf; } +.base0D { color: #8b56bf; } +.base0E { color: #bf568b; } +.base0F { color: #bf5656; } |