1
+ # A unofficial port of VIM's zenburn theme: https://github.com/jnurmine/Zenburn/
2
+
3
+ "ui.background" = { bg = " bg" }
4
+ "ui.menu" = { fg = " #9f9f9f" , bg = " uibg" }
5
+ "ui.menu.selected" = { fg = " #d0d0a0" , bg = " #242424" , modifiers = [" bold" ] }
6
+ "ui.linenr" = { fg = " #9fafaf" , bg = " #262626" }
7
+ "ui.linenr.selected" = { modifiers = [" bold" ]}
8
+ "ui.popup" = { bg = " uibg" }
9
+ "ui.selection" = { bg = " #2f2f2f" }
10
+ "comment" = { fg = " #7f9f7f" }
11
+ "comment.block.documentation" = { fg = " black" , modifiers = [" bold" ] }
12
+ "ui.statusline" = { bg = " statusbg" , fg = " #ccdc90" }
13
+ "ui.statusline.inactive" = { fg = ' #2e3330' , bg = ' #88b090' }
14
+ "ui.cursor" = { fg = " #000d18" , bg = " #8faf9f" , modifiers = [" bold" ] }
15
+ "ui.text" = { fg = " normal" }
16
+ "operator" = { fg = " #f0efd0" , modifiers = []}
17
+ "variable" = " normal"
18
+ "variable.builtin" = {fg = " constant" , modifiers = [" bold" ]}
19
+ "constant.numeric" = " numeric"
20
+ "constant" = { fg = " constant" , modifiers = [" bold" ] }
21
+ "type" = { fg = " #dfdfbf" , modifiers = [" bold" ] }
22
+ "ui.cursor.match" = { fg = " #343434" , bg = " #284f28" , modifiers = [" bold" ] }
23
+ "string" = " #cc9393"
24
+ "variable.other.member" = " #efef8f"
25
+ "constant.character.escape" = { fg = " #dca3a3" , modifiers = [" bold" ]}
26
+ "function" = " #efef8f"
27
+ "function.macro" = { fg = " #ffcfaf" , modifiers = [" bold" ] }
28
+ "special" = " #cfbfaf"
29
+ "keyword" = { fg = " #f0dfaf" , modifiers = [" bold" ]}
30
+ "keyword.storage-class" = { fg = " #c3bf9f" , modifiers = [" bold" ]}
31
+ "label" = { fg = " #dfcfaf" , modifiers = [" underlined" ] }
32
+ "ui.help" = { fg = " white" , bg = " black" }
33
+ "ui.virtual.ruler" = { bg = " #484848" }
34
+ "ui.virtual.whitespace" = { fg = " #5b605e" , modifiers = [" bold" ]}
35
+
36
+ "punctuation.delimiter" = " #8f8f8f"
37
+
38
+ "ui.virtual.indent-guide" = " #4f4f4f"
39
+
40
+ "diff.plus" = {fg = " #709080" , bg = " #313c36" , modifiers = [" bold" ] }
41
+ "diff.delta" = " #333333"
42
+ "diff.minus" = {fg = " #333333" , bg = " #464646" }
43
+
44
+ "diagnostic" = {bg = " statusbg" }
45
+ "diagnostic.error" = { fg = " errorfg" , bg = " errorbg" }
46
+ "ui.gutter" = { bg = " statusbg" }
47
+ "hint" = {fg = " numeric" , bg = " statusbg" }
48
+ "warning" = " numeric"
49
+ "error" = " errorfg"
50
+
51
+ [palette ]
52
+ bg = " #3f3f3f"
53
+ uibg = " #2c2e2e"
54
+ constant = " #dca3a3"
55
+ normal = " #dcdccc"
56
+ todo = " #dfdfdf"
57
+ errorfg = " #e37170"
58
+ errorbg = " #3d3535"
59
+ statusbg = " #313633"
60
+ numeric = " #8cd0d3"
0 commit comments