|
1 |
| -# Author: Alexander Brevig <[email protected]> |
| 1 | +# Author: Alexander Brevig <[email protected]>, krfl <[email protected]> |
2 | 2 | # Adopted from https://github.com/biletskyy/flatwhite-syntax
|
3 | 3 |
|
4 | 4 | "attribute" = { fg = "blue_text", bg = "blue_bg" }
|
5 |
| -"comment" = { fg = "base3", bg = "base7", modifiers = ["italic"] } |
| 5 | +"comment" = { fg = "base3", modifiers = ["italic"] } |
6 | 6 | "comment.line" = {}
|
7 | 7 | "comment.block" = {}
|
8 | 8 | "comment.block.documentation" = { fg = "base2" }
|
9 | 9 | "constant" = { fg = "blue_text", bg = "blue_bg" }
|
10 |
| -"constructor" = { fg = "base1", bg = "base7" } |
11 |
| -"function" = { fg = "base1", bg = "base7", modifiers = ["bold"] } |
| 10 | +"constructor" = { fg = "base1" } |
| 11 | +"function" = { fg = "base1", modifiers = ["bold"] } |
12 | 12 | "keyword" = { fg = "purple_text", bg = "purple_bg" }
|
13 | 13 | "label" = { modifiers = ["bold"] }
|
14 | 14 | "namespace" = { fg = "teal_text", bg = "teal_bg" }
|
15 |
| -"operator" = { fg = "base1", bg = "base7" } |
| 15 | +"operator" = { fg = "base1" } |
16 | 16 | "punctuation.bracket" = { modifiers = ["bold"] }
|
17 | 17 | "special" = { fg = "blue_text", bg = "blue_bg" }
|
18 | 18 | "string" = { fg = "green_text", bg = "green_bg" }
|
19 |
| -"type" = { fg = "base1", bg = "base7" } |
20 |
| -"variable" = { fg = "base1", bg = "base7" } |
| 19 | +"type" = { fg = "base1" } |
| 20 | +"variable" = { fg = "base1" } |
21 | 21 | "variable.parameter" = { fg = "blue_text", bg = "blue_bg" }
|
22 | 22 |
|
23 | 23 | "diagnostic" = { modifiers = ["underlined"] }
|
24 | 24 | "info" = { fg = "orange_text", bg = "orange_bg" }
|
25 | 25 | "hint" = { modifiers = ["bold"] }
|
26 | 26 | "warning" = { fg = "orange_text", bg = "orange_bg" }
|
27 |
| -"error" = { fg = "diff_delete", bg = "base7" } |
| 27 | +"error" = { fg = "diff_delete" } |
28 | 28 |
|
29 | 29 | "markup.heading" = { fg = "purple_text", bg = "purple_bg", modifiers = [
|
30 | 30 | "bold",
|
|
47 | 47 | "ui.cursor" = { fg = "base1", bg = "base7", modifiers = ["reversed"] }
|
48 | 48 | "ui.cursor.primary" = { fg = "base1", bg = "base7", modifiers = ["reversed"] }
|
49 | 49 | "ui.cursor.match" = { fg = "base5", bg = "base3", modifiers = ["reversed"] }
|
50 |
| -"ui.selection" = { bg = "base3" } |
51 |
| -"ui.selection.primary" = { fg = "base5", bg = "base3" } |
| 50 | +"ui.selection" = { bg = "base4" } |
| 51 | +"ui.selection.primary" = { fg = "base6", bg = "base2" } |
52 | 52 |
|
53 |
| -"ui.virtual" = { bg = "base6" } |
54 |
| -"ui.virtual.whitespace" = { bg = "base7" } |
| 53 | +"ui.virtual" = { fg = "base5", bg = "base6" } |
| 54 | +"ui.virtual.whitespace" = { fg = "base5" } |
| 55 | +"ui.virtual.ruler" = { bg = "base6" } |
55 | 56 |
|
56 | 57 | "ui.linenr" = { bg = "base6" }
|
57 | 58 | "ui.linenr.selected" = { bg = "base6", modifiers = ["reversed"] }
|
|
66 | 67 | "bold",
|
67 | 68 | ] }
|
68 | 69 |
|
69 |
| -"ui.text" = { fg = "base1", bg = "base7" } |
70 |
| -"ui.text.focus" = { fg = "base1", bg = "base6", modifiers = ["bold"] } |
| 70 | +"ui.text" = { fg = "base1" } |
| 71 | +"ui.text.focus" = { fg = "base1", modifiers = ["bold"] } |
71 | 72 |
|
72 | 73 | "ui.menu" = { fg = "base1", bg = "base6" }
|
73 | 74 | "ui.menu.selected" = { fg = "base1", bg = "base6", modifiers = ["reversed"] }
|
74 | 75 | "ui.menu.scroll" = { fg = "base1", bg = "base6" }
|
75 |
| -"ui.help" = { fg = "base1", bg = "base7" } |
76 |
| -"ui.popup" = { fg = "base1", bg = "base7" } |
77 |
| -"ui.window" = { fg = "base1", bg = "base7" } |
| 76 | +"ui.help" = { fg = "base1", bg = "base6" } |
| 77 | +"ui.popup" = { fg = "base1", bg = "base6" } |
| 78 | +"ui.window" = { fg = "base1", bg = "base6" } |
78 | 79 |
|
79 | 80 | "diff.plus" = { bg = "diff_add" }
|
80 | 81 | "diff.delta" = { bg = "diff_change" }
|
|
0 commit comments