123456789101112131415161718192021222324252627282930313233 |
- .base00-background { background-color: #20201d; }
- .base01-background { background-color: #292824; }
- .base02-background { background-color: #6e6b5e; }
- .base03-background { background-color: #7d7a68; }
- .base04-background { background-color: #999580; }
- .base05-background { background-color: #a6a28c; }
- .base06-background { background-color: #e8e4cf; }
- .base07-background { background-color: #fefbec; }
- .base08-background { background-color: #d73737; }
- .base09-background { background-color: #b65611; }
- .base0A-background { background-color: #ae9513; }
- .base0B-background { background-color: #60ac39; }
- .base0C-background { background-color: #1fad83; }
- .base0D-background { background-color: #6684e1; }
- .base0E-background { background-color: #b854d4; }
- .base0F-background { background-color: #d43552; }
- .base00 { color: #20201d; }
- .base01 { color: #292824; }
- .base02 { color: #6e6b5e; }
- .base03 { color: #7d7a68; }
- .base04 { color: #999580; }
- .base05 { color: #a6a28c; }
- .base06 { color: #e8e4cf; }
- .base07 { color: #fefbec; }
- .base08 { color: #d73737; }
- .base09 { color: #b65611; }
- .base0A { color: #ae9513; }
- .base0B { color: #60ac39; }
- .base0C { color: #1fad83; }
- .base0D { color: #6684e1; }
- .base0E { color: #b854d4; }
- .base0F { color: #d43552; }
|