-
Notifications
You must be signed in to change notification settings - Fork 0
/
carbon_dev.toml
154 lines (121 loc) · 4.28 KB
/
carbon_dev.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Syntax highlighting
# -------------------
"attribute" = "base12"
"type" = { fg = "base09" }
"type.enum.variant" = "base08"
"constructor" = "base12"
"constant" = "base14"
"constant.character" = "base07"
"constant.character.escape" = "base12"
"string" = "base14"
"string.regexp" = "base12"
"string.special" = "base11"
"string.special.symbol" = "base10"
"comment" = { fg = "base03" }
"variable" = "base04"
"variable.parameter" = { fg = "base04" }
"variable.builtin" = "base04"
"variable.other.member" = { fg = "base12" }
"label" = "base09" # used for lifetimes
"punctuation" = "cyan10"
"punctuation.special" = "base08"
"punctuation.bracket" = "cyan10"
"keyword" = { fg = "base09" }
"keyword.control.conditional" = { fg = "base09" }
"keyword.function" = { fg = "aqua" }
"operator" = "base09"
"function" = { fg = "base12" }
"function.macro" = { fg = "base07" }
"tag" = "base11"
"namespace" = { fg = "aqua" }
"special" = "base11" # fuzzy highlight
"markup.heading.marker" = { fg = "base15", modifiers = ["bold"] }
"markup.heading.1" = "base10"
"markup.heading.2" = "base12"
"markup.heading.3" = "base13"
"markup.heading.4" = "base14"
"markup.heading.5" = "base07"
"markup.heading.6" = "base08"
"markup.list" = "base09"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.link.url" = { fg = "base11", modifiers = ["italic", "underlined"] }
"markup.link.text" = "base12"
"markup.raw" = "base13"
"diff.plus" = "base13"
"diff.minus" = "base10"
"diff.delta" = "base09"
# User Interface
# --------------
"ui.background" = { fg = "base04", bg = "base00" }
"ui.linenr" = { fg = "base02" }
"ui.linenr.selected" = { fg = "base04" }
"ui.statusline" = { fg = "blue60", bg = "base01" }
"ui.statusline.inactive" = { fg = "base03", bg = "base01" }
"ui.statusline.normal" = { fg = "base00", bg = "base09", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "base00", bg = "base13", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "base00", bg = "base12", modifiers = ["bold"] }
"ui.popup" = { fg = "base04", bg = "base01" }
"ui.window" = { fg = "base01" }
"ui.help" = { fg = "base03", bg = "base01" }
"ui.bufferline" = { fg = "base03", bg = "base01" }
"ui.bufferline.active" = { fg = "base09", bg = "base00", underline = { color = "base09", style = "none" } }
"ui.bufferline.background" = { bg = "base01" }
"ui.text" = "base04"
"ui.text.focus" = { fg = "base04", bg = "base01", modifiers = ["bold"] }
"ui.text.inactive" = { fg = "base03" }
"ui.virtual" = "base02"
"ui.virtual.ruler" = { bg = "base01" }
"ui.virtual.indent-guide" = "base01"
"ui.virtual.inlay-hint" = { fg = "base03", bg = "base00" }
"ui.virtual.jump-label" = { fg = "base07", modifiers = ["bold"] }
"ui.selection" = { bg = "base02" }
"ui.cursor" = { fg = "base00", bg = "base08" }
"ui.cursor.primary" = { fg = "base00", bg = "base08" }
"ui.cursor.match" = { fg = "base15", modifiers = ["bold"] }
"ui.cursor.primary.normal" = { fg = "base00", bg = "green" }
"ui.cursor.primary.insert" = { fg = "base00", bg = "base13" }
"ui.cursor.primary.select" = { fg = "base00", bg = "base08" }
"ui.cursor.normal" = { fg = "base00", bg = "base11" }
"ui.cursor.insert" = { fg = "base00", bg = "base13" }
"ui.cursor.select" = { fg = "base00", bg = "base08" }
"ui.cursorline.primary" = { bg = "base01" }
"ui.highlight" = { bg = "base02", modifiers = ["bold"] }
"ui.menu" = { fg = "white30", bg = "base01" }
"ui.menu.selected" = { fg = "white30", bg = "base02", modifiers = ["bold"] }
"diagnostic.error" = { underline = { color = "base10", style = "curl" } }
"diagnostic.warning" = { underline = { color = "base14", style = "curl" } }
"diagnostic.info" = { underline = { color = "base09", style = "curl" } }
"diagnostic.hint" = { underline = { color = "base08", style = "curl" } }
error = "base10"
warning = "base14"
info = "base09"
hint = "base08"
[palette]
black = "#000000"
white = "#FFFFFF"
base00 = "#161616"
base01 = "#262626"
base02 = "#393939"
base03 = "#525252"
base04 = "#c8ccd4"
base05 = "#d6cedd"
base06 = "#fdfcfd"
base07 = "#08bdba"
base08 = "#3ddbd9"
base09 = "#78a9ff"
base10 = "#ee5396"
base11 = "#78a8ff"
base12 = "#ff7eb6"
base13 = "#42be65"
base14 = "#be95ff"
base15 = "#82cfff"
green = "#19b06a"
aqua = "#00dfdb"
yellow = "#fedc69"
blue60 = "#0043ce"
white10 = "#f4f4f4"
white20 = "#e0e0e0"
white30 = "#a8a8a8"
cyan10 = "#6bcafe"
cyan20 = "#32afff"