generated from rose-pine/rose-pine-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rose-pine.toml
166 lines (162 loc) · 4.65 KB
/
rose-pine.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
[color-theme]
name = "Rosé Pine"
[color-theme.base]
white = "#e0def4"
black = "#191724"
grey = "#1f1d2e"
blue = "#31748f"
red = "#eb6f92"
yellow = "#f6c177"
orange = "#ebbcba"
green = "#9ccfd8"
purple = "#c4a7e7"
cyan = "#9ccfd8"
magenta = "#c4a7e7"
[color-theme.syntax]
attribute = "$yellow"
builtinType = "$cyan"
comment = "#524f67"
constant = "$yellow"
constructor = "$yellow"
embedded = "$cyan"
enum = "$yellow"
enum-member = "$red"
enumMember = "$red"
escape = "$cyan"
field = "$red"
function = "$blue"
"function.method" = "$blue"
interface = "$yellow"
keyword = "$purple"
"keyword.control" = "$purple"
method = "$blue"
number = "$yellow"
property = "$red"
"punctuation.delimiter" = "$yellow"
selfKeyword = "$purple"
string = "$green"
"string.escape" = "$cyan"
struct = "$yellow"
structure = "$yellow"
symbol = "$yellow"
tag = "$blue"
"text.reference" = "$yellow"
"text.title" = "$orange"
"text.uri" = "$cyan"
type = "$yellow"
"type.builtin" = "$cyan"
typeAlias = "$yellow"
variable = "$red"
"variable.other.member" = "$green"
[color-theme.ui]
"activity.background" = "#26233a"
"activity.current" = "$grey"
"completion.background" = "#26233a"
"completion.current" = "$grey"
"completion_lens.foreground" = "$white"
"editor.background" = "$black"
"editor.caret" = "#524f67"
"editor.current_line" = "$grey"
"editor.dim" = "#26233a"
"editor.drag_drop_background" = "$green"
"editor.drag_drop_tab_background" = "$black"
"editor.focus" = "$white"
"editor.foreground" = "$white"
"editor.indent_guide" = "$grey"
"editor.link" = "$blue"
"editor.selection" = "#26233a"
"editor.sticky_header_background" = "$black"
"editor.visible_whitespace" = "$grey"
"error_lens.error.background" = "#21202e"
"error_lens.error.foreground" = "$red"
"error_lens.other.background" = "#21202e"
"error_lens.other.foreground" = "#6e6a86"
"error_lens.warning.background" = "#21202e"
"error_lens.warning.foreground" = "$yellow"
"hover.background" = "$grey"
"inlay_hint.background" = "#26233a"
"inlay_hint.foreground" = "$white"
"lapce.border" = "$grey"
"lapce.button.primary.background" = "$green"
"lapce.button.primary.foreground" = "$black"
"lapce.dropdown_shadow" = "$black"
"lapce.error" = "$red"
"lapce.icon.active" = "$white"
"lapce.icon.inactive" = "#6e6a86"
"lapce.plugin.author" = "$white"
"lapce.plugin.description" = "$white"
"lapce.plugin.name" = "$white"
"lapce.remote.connected" = "$green"
"lapce.remote.connecting" = "$orange"
"lapce.remote.disconnected" = "$red"
"lapce.remote.icon" = "$black"
"lapce.remote.local" = "$purple"
"lapce.scroll_bar" = "$grey"
"lapce.tab.active.background" = "$black"
"lapce.tab.active.foreground" = "$white"
"lapce.tab.active.underline" = "$purple"
"lapce.tab.inactive.background" = "$grey"
"lapce.tab.inactive.foreground" = "$white"
"lapce.tab.inactive.underline" = "#21202e"
"lapce.tab.separator" = "$black"
"lapce.warn" = "$yellow"
"markdown.blockquote" = "$grey"
"palette.background" = "$grey"
"palette.current.background" = "#26233a"
"palette.current.foreground" = "$white"
"palette.foreground" = "$white"
"panel.background" = "$grey"
"panel.current.background" = "#26233a"
"panel.current.foreground" = "$white"
"panel.current.foreground.dim" = "#524f67"
"panel.foreground" = "$white"
"panel.foreground.dim" = "#524f67"
"panel.hovered.background" = "$grey"
"panel.hovered.foreground" = "$white"
"panel.hovered.foreground.dim" = "#524f67"
"source_control.added" = "$green"
"source_control.modified" = "$blue"
"source_control.removed" = "$red"
"status.background" = "$grey"
"status.foreground" = "$white"
"status.modal.insert.background" = "$red"
"status.modal.insert.foreground" = "$black"
"status.modal.normal.background" = "$blue"
"status.modal.normal.foreground" = "$black"
"status.modal.terminal.background" = "$purple"
"status.modal.terminal.foreground" = "$black"
"status.modal.visual.background" = "$yellow"
"status.modal.visual.foreground" = "$black"
"terminal.background" = "$black"
"terminal.black" = "$black"
"terminal.blue" = "$blue"
"terminal.bright_black" = "#545862"
"terminal.bright_blue" = "$blue"
"terminal.bright_cyan" = "$cyan"
"terminal.bright_green" = "$green"
"terminal.bright_magenta" = "$magenta"
"terminal.bright_red" = "$red"
"terminal.bright_white" = "$white"
"terminal.bright_yellow" = "$yellow"
"terminal.cursor" = "$white"
"terminal.cyan" = "$cyan"
"terminal.foreground" = "$white"
"terminal.green" = "$green"
"terminal.magenta" = "$magenta"
"terminal.red" = "$red"
"terminal.white" = "$white"
"terminal.yellow" = "$yellow"
[ui]
font-family = ""
font-size = 13
icon-size = 0
header-height = 35
status-height = 25
tab-min-width = 100
scroll-width = 10
drop-shadow-width = 0
preview-editor-width = 0
hover-font-family = ""
hover-font-size = 0
trim-search-results-whitespace = true
list-line-height = 25