summaryrefslogtreecommitdiffstats
path: root/config/helix/themes/doy.toml
blob: 1c5a1cfeaaf5dca4ee086bea8b3f5e2e175000f2 (plain) (blame)
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
"ui.background" = { bg = "black" }
"ui.cursor" = { fg = "green", modifiers = ["reversed"] }
"ui.cursor.insert" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.match" = { modifiers = ["underlined"] }
"ui.cursor.primary" = { fg = "light-green", modifiers = ["reversed"] }
"ui.cursor.select" = { fg = "green", modifiers = ["reversed"] }
"ui.menu" = { fg = "white", bg = "#202020" }
"ui.menu.selected" = { fg = "yellow", bg = "#202020" }
"ui.popup" = { fg = "light-black" }
"ui.selection" = { bg = "#3e4043" }
"ui.statusline" = { fg = "light-green", bg = "#202020" }
"ui.text" = { fg = "white" }
"ui.text.focus" = { fg = "yellow" }
"special" = { fg = "cyan" }

"diagnostic.error" = { bg = "#330000" }
"diagnostic.warning" = { bg = "#333300" }
"diagnostic.hint" = { bg = "#003333" }
"diagnostic.info" = { bg = "#330033" }
"warning" = "yellow"
"error" = "red"
"info" = "white"
"hint" = "cyan"

"type" = "green"
"constructor" = "light-cyan"
"constant" = "red"
"constant.character.escape" = "magenta"
"string" = "red"
"comment" = "light-black"
"comment.documentation" = "magenta"
"label" = "green"
"keyword" = "yellow"
"keyword.directive" = "magenta"
"function" = "light-cyan"
"function.macro" = "magenta"

"diff.plus" = "green"
"diff.minus" = "red"
"diff.delta" = "yellow"

[palette]
black = "#000000"
red = "#ed5f74"
green = "#1ea672"
yellow = "#d97917"
blue = "#688ef1"
magenta = "#c96ed0"
cyan = "#3a97d4"
white = "#e3e8ee"
light-black = "#697386"
light-red = "#fbb5b2"
light-green = "#85d996"
light-yellow = "#efc078"
light-blue = "#9fcdff"
light-magenta = "#f0b4e4"
light-cyan = "#7fd3ed"
light-white = "#ffffff"