123456789101112131415161718192021222324252627282930313233 |
- .base00-background { background-color: #202746; }
- .base01-background { background-color: #293256; }
- .base02-background { background-color: #5e6687; }
- .base03-background { background-color: #6b7394; }
- .base04-background { background-color: #898ea4; }
- .base05-background { background-color: #979db4; }
- .base06-background { background-color: #dfe2f1; }
- .base07-background { background-color: #f5f7ff; }
- .base08-background { background-color: #c94922; }
- .base09-background { background-color: #c76b29; }
- .base0A-background { background-color: #c08b30; }
- .base0B-background { background-color: #ac9739; }
- .base0C-background { background-color: #22a2c9; }
- .base0D-background { background-color: #3d8fd1; }
- .base0E-background { background-color: #6679cc; }
- .base0F-background { background-color: #9c637a; }
- .base00 { color: #202746; }
- .base01 { color: #293256; }
- .base02 { color: #5e6687; }
- .base03 { color: #6b7394; }
- .base04 { color: #898ea4; }
- .base05 { color: #979db4; }
- .base06 { color: #dfe2f1; }
- .base07 { color: #f5f7ff; }
- .base08 { color: #c94922; }
- .base09 { color: #c76b29; }
- .base0A { color: #c08b30; }
- .base0B { color: #ac9739; }
- .base0C { color: #22a2c9; }
- .base0D { color: #3d8fd1; }
- .base0E { color: #6679cc; }
- .base0F { color: #9c637a; }
|