123456789101112131415161718192021222324252627282930313233 |
- .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; }
|