generated from rose-pine/rose-pine-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rose-pine-dawn.toml
177 lines (149 loc) · 4.23 KB
/
rose-pine-dawn.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
#:schema https://raw.githubusercontent.com/lapce/lapce/master/extra/schemas/color-theme.json
[color-theme]
name = "Rosé Pine Dawn"
[ui]
font-family = ""
font-size = 13
header-height = 35
status-height = 25
tab-min-width = 100
activity-width = 50
scroll-width = 10
drop-shadow-width = 0
[color-theme.base]
white = "#575279"
black = "#9893a5"
grey = "#f2e9e1"
blue = "#56949f"
red = "#b4637a"
yellow = "#ea9d34"
green = "#286983"
purple = "#A626A4"
cyan = "#d7827e"
magenta = "#907aa9"
[color-theme.syntax]
"comment" = "#9893a5"
"constant" = "$yellow"
"type" = "$green"
"typeAlias" = "$green"
"number" = "$yellow"
"enum" = "$yellow"
"struct" = "$yellow"
"structure" = "$yellow"
"interface" = "$yellow"
"attribute" = "$yellow"
"constructor" = "$yellow"
"function" = "#d7827e"
"method" = "$green"
"function.method" = "#56949f"
"keyword" = "$green"
"selfKeyword" = "$green"
"field" = "$red"
"property" = "$red"
"enumMember" = "$red"
"enum-member" = "$red"
"variable.other.member" = "$red"
"string" = "$yellow"
"type.builtin" = "$cyan"
"builtinType" = "$cyan"
"escape" = "$cyan"
"embedded" = "$cyan"
# "label" = "#907aa9"
"variable" = "#575279"
# "operator" = "#d7827e"
# "symbol" = ""
# "punctuation" = ""
# "punctuation.special" = ""
# "punctuation.delimiter" = ""
# "text" = "#575279"
# "text.literal" = ""
# "text.title" = ""
# "text.uri" = ""
# "text.reference" = ""
# "string.escape" = ""
# "conceal" = ""
# "none" = ""
"tag" = "$blue"
[color-theme.ui]
"lapce.error" = "$red"
"lapce.warn" = "#E9A700"
"lapce.dropdown_shadow" = "#cecacd"
"lapce.border" = "#cecacd"
"lapce.scroll_bar" = "#cecacd"
"lapce.button.primary.background" = "#50a14f"
"lapce.button.primary.foreground" = "$black"
# tab
"lapce.tab.active.background" = "#6e6a860d"
"lapce.tab.active.foreground" = "#575279"
"lapce.tab.active.underline" = "#528BFF"
"lapce.tab.inactive.background" = "#0000"
"lapce.tab.inactive.foreground" = "#797593"
"lapce.tab.inactive.underline" = "#528BFF77"
"lapce.tab.separator" = ""
"terminal.cursor" = "#cecacd"
"terminal.foreground" = "$white"
"terminal.background" = "#faf4ed"
"terminal.white" = "$white"
"terminal.black" = "$grey"
"terminal.red" = "$red"
"terminal.blue" = "$blue"
"terminal.green" = "$green"
"terminal.yellow" = "$yellow"
"terminal.cyan" = "$cyan"
"terminal.magenta" = "$magenta"
"terminal.bright_white" = "$white"
"terminal.bright_red" = "$red"
"terminal.bright_blue" = "$blue"
"terminal.bright_green" = "$green"
"terminal.bright_yellow" = "$yellow"
"terminal.bright_cyan" = "$cyan"
"terminal.bright_magenta" = "$magenta"
"terminal.bright_black" = "$black"
"editor.background" = "#faf4ed"
"editor.foreground" = "#575279"
"editor.dim" = "#A0A1A7"
"editor.focus" = "#000000"
"editor.caret" = "#526FFF"
"editor.selection" = "$grey"
"editor.current_line" = "#F2F2F2"
"editor.link" = "$cyan"
"editor.visible_whitespace" = "$grey"
"editor.indent_guide" = "$grey"
"editor.drag_drop_background" = "#79c1fc33"
"editor.drag_drop_tab_background" = "#0b0e1433"
"editor.sticky_header_background" = "#f2e9e1"
"inlay_hint.foreground" = "#797593"
"inlay_hint.background" = "#cecacd88"
"error_lens.error.foreground" = "$red"
"error_lens.error.background" = "#E4564920"
"error_lens.warning.foreground" = "$yellow"
"error_lens.warning.background" = "#C1840120"
"error_lens.other.foreground" = "#A0A1A7"
"error_lens.other.background" = "#A0A1A720"
"source_control.added" = "#50A14F32"
"source_control.removed" = "#FF526632"
"source_control.modified" = "#0184BC32"
"palette.background" = "#faf4ed"
"palette.foreground" = "$black"
"palette.current.background" = "#DBDBDC"
"palette.current.foreground" = "$black"
"completion.background" = "#faf4ed"
"completion.current" = "#DBDBDC"
"hover.background" = "#faf4ed"
"activity.background" = "#faf4ed"
"activity.current" = "$white"
"panel.background" = "#faf4ed"
"panel.foreground" = "$black"
"panel.foreground.dim" = "#A0A1A7"
"panel.current.background" = "#DBDBDC"
"panel.current.foreground" = "$black"
"panel.current.foreground.dim" = "#A0A1A7"
"panel.hovered.background" = "#E4E4E6"
"panel.hovered.foreground" = "$black"
"panel.hovered.foreground.dim" = "#A0A1A7"
"status.background" = "#faf4ed"
"status.modal.normal" = "$blue"
"status.modal.insert" = "$red"
"status.modal.visual" = "$yellow"
"status.modal.terminal" = "$purple"
"markdown.blockquote" = "#f4ede8"