-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalabaster.toml
More file actions
144 lines (125 loc) · 3.54 KB
/
alabaster.toml
File metadata and controls
144 lines (125 loc) · 3.54 KB
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
[color-theme]
name = "Alabaster"
color-preference = "light"
[color-theme.base]
white = "#F7F7F7"
black = "#000000"
grey = "#777777"
blue = "#325CC0"
red = "#AA3731"
yellow = "#FFBC5D"
green = "#448C27"
purple = "#7A3E9D"
cyan = "#7A3E9D"
magenta = "#7A3E9D"
orange = "#FFBC5D"
[color-theme.syntax]
comment = "$red"
constant = "$magenta"
type = "$blue"
typeAlias = "$blue"
number = "$magenta"
enum = "$blue"
struct = "$blue"
structure = "$blue"
interface = "$blue"
attribute = "$black"
constructor = "$black"
function = "$blue"
method = "$black"
"function.method" = "$blue"
keyword = "$black"
selfKeyword = "$black"
symbol = "$black"
field = "$black"
property = "$black"
enumMember = "$black"
enum-member = "$black"
"variable.other.member" = "$black"
string = "$green"
"type.builtin" = "$blue"
builtinType = "$blue"
escape = "$grey"
embedded = "$grey"
[color-theme.ui]
"lapce.border" = "#d0d7de"
"lapce.button.primary.background" = "$white"
"lapce.button.primary.foreground" = "$black"
"lapce.dropdown_shadow" = "$black"
"lapce.error" = "$red"
"lapce.icon.active" = "$grey"
"lapce.icon.inactive" = "#5C6370"
"lapce.plugin.author" = "$grey"
"lapce.plugin.description" = "$grey"
"lapce.plugin.name" = "$grey"
"lapce.remote.connected" = "#50A14F"
"lapce.remote.connecting" = "#C18401"
"lapce.remote.disconnected" = "#E45649"
"lapce.remote.local" = "#4078F2"
"lapce.scroll_bar" = "$grey"
"lapce.tab.active.background" = "$white"
"lapce.tab.active.foreground" = "$black"
"lapce.tab.active.underline" = "$orange"
"lapce.tab.inactive.background" = "$white"
"lapce.tab.inactive.foreground" = "$grey"
"lapce.tab.inactive.underline" = "$white"
"lapce.tab.separator" = "#d0d7de"
"lapce.warn" = "$yellow"
"terminal.background" = "#f6f8fa"
"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" = "#C8CCD4"
"terminal.bright_yellow" = "$yellow"
"terminal.cursor" = "#528BFF"
"terminal.cyan" = "$cyan"
"terminal.foreground" = "#555555"
"terminal.green" = "$green"
"terminal.magenta" = "$magenta"
"terminal.red" = "$red"
"terminal.white" = "$white"
"terminal.yellow" = "$yellow"
"editor.background" = "$white"
"editor.caret" = "#007ACC"
"editor.current_line" = "#f0f0f0"
"editor.dim" = "#5C6370"
"editor.drag_drop_background" = "#79c1fc55"
"editor.drag_drop_tab_background" = "#0b0e1455"
"editor.focus" = "#BFDBFE"
"editor.foreground" = "#000000"
"editor.indent_guide" = "#EEEEEE"
"editor.link" = "$blue"
"editor.selection" = "#BFDBFE"
"editor.visible_whitespace" = "$grey"
"source_control.added" = "#50A14F32"
"source_control.modified" = "#0184BC32"
"source_control.removed" = "#FF526632"
"palette.background" = "$white"
"palette.current.background" = "#eaedf0"
"palette.current.foreground" = "$grey"
"palette.foreground" = "$grey"
"completion.background" = "$white"
"completion.current" = "#eaedf0"
"hover.background" = "$grey"
"activity.background" = "#f6f8fa"
"activity.current" = "#eaedf0"
"panel.background" = "$white"
"panel.foreground" = "$black"
"panel.current" = "#BFDBFE"
"panel.current.background" = "#d0d7de"
"panel.current.foreground" = "$black"
"panel.hovered" = "#BFDBFE"
"panel.hovered.background" = "#d0d7de"
"panel.hovered.foreground" = "$black"
"status.background" = "$white"
"status.foreground" = "#777777"
"status.modal.insert" = "$red"
"status.modal.normal" = "#528BFF77"
"status.modal.terminal" = "$purple"
"status.modal.visual" = "$yellow"
"markdown.blockquote" = "#898989"