aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onelight.toml
blob: 84d47f3401f6c43e77066ff4622b1d7e7608260b (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
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
# One Light
# Author : erasin<erasinoo@gmail.com>

"attribute" = { fg = "yellow" }
"comment" = { fg = "gray", modifiers = ["italic"] }

"constant" = { fg = "red" }
"constant.numeric" = { fg = "gold" }
"constant.builtin" = { fg = "gold" }
"constant.character.escape" = { fg = "gold" }

"constructor" = { fg = "blue" }

"function" = { fg = "light-blue" }
"function.builtin" = { fg = "gray" }
"function.macro" = { fg = "red" }

"keyword" = { fg = "purple" }
"keyword.control" = { fg = "purple" }
"keyword.control.import" = { fg = "purple" }
"keyword.directive" = { fg = "purple" }
"keyword.operator" = { fg = "purple" }

"tag" = "yellow"
"label" = { fg = "cyan" }
"namespace" = { fg = "red" }
"operator" = { fg = "red" }
"property" = { fg = "red" }
"special" = { fg = "blue" }
"string" = { fg = "green" }
"module" = { fg = "cyan" }

"type" = { fg = "yellow" }
"type.builtin" = "blue"

"punctuation" = "gray"
"punctuation.delimiter" = "black"
# "punctuation.bracket" = "black"

# "variable" = { fg = "blue" }
"variable.builtin" = { fg = "light-blue" }
"variable.parameter" = { fg = "blue" }
"variable.other.member" = { fg = "red" }

"markup.heading" = { fg = "red" }
# "markup.raw" = { bg = "light-white" }
"markup.raw.inline" = { fg = "green", bg = "light-white" }
"markup.bold" = { fg = "yellow", modifiers = ["bold"] }
"markup.italic" = { fg = "purple", modifiers = ["italic"] }
"markup.list" = { fg = "red" }
"markup.quote" = { fg = "yellow" }
"markup.link.url" = { fg = "cyan", modifiers = ["underlined"] }
"markup.link.text" = { fg = "light-blue" }
"markup.heading.1" = { fg = "red", modifiers = ["bold"] }
"markup.heading.2" = { fg = "glod", modifiers = ["bold"] }
"markup.heading.3" = { fg = "yellow", modifiers = ["bold"] }
"markup.heading.4" = { fg = "green", modifiers = ["bold"] }
"markup.heading.5" = { fg = "blue", modifiers = ["bold"] }
"markup.heading.6" = { fg = "black", modifiers = ["bold"] }

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

"diagnostic" = { modifiers = ["underlined"] }
"info" = { fg = "blue", modifiers = ["bold"] }
"hint" = { fg = "green", modifiers = ["bold"] }
"warning" = { fg = "yellow", modifiers = ["bold"] }
"error" = { fg = "red", modifiers = ["bold"] }

"ui.background" = { bg = "white" }

"ui.cursor" = { fg = "black", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", bg="black", modifiers = [] }
"ui.cursor.match" = { fg = "purple", modifiers = ["underlined", "bold"] }
"ui.cursor.select" = { bg = "purple" }
"ui.cursor.insert" = { bg = "white" }

"ui.highlight" = { bg = "light-white" }

"ui.selection" = { bg = "light-white" }
"ui.selection.primary" = { bg = "light-white", modifiers = ["dim"] }

"ui.virtual" = { fg = "light-white"}
"ui.virtual.ruler" = { bg = "light-white" }
"ui.virtual.whitespace" = {fg = "light-white" }


"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "black", modifiers = ["reversed"] }

"ui.statusline" = { fg = "black", bg = "light-white" }
"ui.statusline.inactive" = { fg = "gray", bg = "light-white" }

"ui.text" = { fg = "black" }
"ui.text.focus" = { fg = "red", bg = "light-white", modifiers = ["bold"] }

"ui.help" = { bg = "light-white" }
"ui.popup" = { bg = "light-white" }
"ui.window" = { bg = "light-white" }
"ui.menu.selected" = { fg = "white", bg = "light-blue" }

[palette]
white = "#FAFAFA"
yellow = "#A06600"
blue = "#5556FF"
light-blue = "#2F77FA"
red = "#DC003F"
purple = "#B500A9"
green = "#24A443"
gold = "#D19A66"
cyan = "#0086C1"
black = "#282C34"
light-white = "#EAEAEB"
gray = "#5C6370"
linenr = "#9D9D9F"