123456789101112131415161718192021222324252627282930313233 |
- .base00-background { background-color: #171c19; }
- .base01-background { background-color: #232a25; }
- .base02-background { background-color: #526057; }
- .base03-background { background-color: #5f6d64; }
- .base04-background { background-color: #78877d; }
- .base05-background { background-color: #87928a; }
- .base06-background { background-color: #dfe7e2; }
- .base07-background { background-color: #ecf4ee; }
- .base08-background { background-color: #b16139; }
- .base09-background { background-color: #9f713c; }
- .base0A-background { background-color: #a07e3b; }
- .base0B-background { background-color: #489963; }
- .base0C-background { background-color: #1c9aa0; }
- .base0D-background { background-color: #478c90; }
- .base0E-background { background-color: #55859b; }
- .base0F-background { background-color: #867469; }
- .base00 { color: #171c19; }
- .base01 { color: #232a25; }
- .base02 { color: #526057; }
- .base03 { color: #5f6d64; }
- .base04 { color: #78877d; }
- .base05 { color: #87928a; }
- .base06 { color: #dfe7e2; }
- .base07 { color: #ecf4ee; }
- .base08 { color: #b16139; }
- .base09 { color: #9f713c; }
- .base0A { color: #a07e3b; }
- .base0B { color: #489963; }
- .base0C { color: #1c9aa0; }
- .base0D { color: #478c90; }
- .base0E { color: #55859b; }
- .base0F { color: #867469; }
|