|
1 | | -base00 = "#120f09", -- background |
2 | | -base01 = "#1e1812", -- brigher background (for status bars, line number, |
3 | | --- folding marks) |
4 | | -base02 = "#35291d", -- selection background |
5 | | -base03 = "#66553f", -- comments, invisibles, line highlighting |
6 | | -base04 = "#a28662", -- dark foreground (for status bars) |
7 | | -base05 = "#c0a179", -- foreground |
8 | | -base06 = "#d6b891", -- bright foreground |
9 | | -base07 = "#292016", -- bright background |
10 | | -base08 = "#887254", -- variables, xml tags, markup link text, markup lists, |
11 | | --- diff deleted |
12 | | -base09 = "#d6b891", -- integer, boolean, constants, xml attributes, markup link |
13 | | --- url |
14 | | -base0A = "#c0a179", -- classes, markup bold, search text background |
15 | | -base0B = "#a28662", -- strings, inherited class, markup code, diff inserted |
16 | | -base0C = "#a28662", -- data types, support, regular expressions, |
17 | | --- escape characters, markup, quotes |
18 | | -base0D = "#d6b891", -- functions, methods, attribute ids, headings |
19 | | -base0E = "#a28662", -- keywords, storage, selector, markup italic, diff changed |
20 | | -base0F = "#887254", -- deprecated, opening/closing embedded language tags, |
21 | | --- e.g. `<?php ?>` |
| 1 | +base00 -- background |
| 2 | +base01 -- brigher background (for status bars, line number, |
| 3 | + -- folding marks) |
| 4 | +base02 -- selection background |
| 5 | +base03 -- comments, invisibles, line highlighting |
| 6 | +base04 -- dark foreground (for status bars) |
| 7 | +base05 -- foreground |
| 8 | +base06 -- bright foreground |
| 9 | +base07 -- bright background |
| 10 | +base08 -- variables, xml tags, markup link text, markup lists, |
| 11 | + -- diff deleted |
| 12 | +base09 -- integer, boolean, constants, xml attributes, markup link |
| 13 | + -- url |
| 14 | +base0A -- classes, markup bold, search text background |
| 15 | +base0B -- strings, inherited class, markup code, diff inserted |
| 16 | +base0C -- data types, support, regular expressions, |
| 17 | + -- escape characters, markup, quotes |
| 18 | +base0D -- functions, methods, attribute ids, headings |
| 19 | +base0E -- keywords, storage, selector, markup italic, diff changed |
| 20 | +base0F -- deprecated, opening/closing embedded language tags, |
| 21 | + -- e.g. `<?php ?>` |
0 commit comments