programs/zed/themes/icy.json (view raw)
1{
2 "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
3 "name": "Icy",
4 "author": "Anirudh Oppiliappan (icyphox)",
5 "themes": [
6 {
7 "name": "Icy Light",
8 "appearance": "light",
9 "style": {
10 "border": "#dddddd",
11 "border.variant": "#dddddd",
12 "border.focused": "#dddddd",
13 "border.selected": "#dddddd",
14 "border.transparent": "#f1f1f1",
15 "border.disabled": "#8a8a8a",
16 "elevated_surface.background": "#f4f4f4",
17 "surface.background": "#f4f4f4",
18 "background": "#f4f4f4",
19 "element.background": "#f4f4f4",
20 "element.hover": "#8e69d53d",
21 "element.active": "#dddddd",
22 "element.selected": "#dddddd",
23 "element.disabled": "#aaaaaa",
24 "drop_target.background": "#aaaaaa",
25 "ghost_element.background": "#f4f4f4",
26 "ghost_element.hover": "#dddddddd",
27 "ghost_element.active": "#dddddd",
28 "ghost_element.selected": "#dddddd",
29 "ghost_element.disabled": "#aaaaaa",
30 "text": "#676767",
31 "text.muted": "#525252",
32 "text.placeholder": "#8a8a8a",
33 "text.disabled": "#aaaaaa",
34 "text.accent": "#6587bf",
35 "icon": "#f4f4f4",
36 "icon.muted": "#525252",
37 "icon.disabled": "#aaaaaa",
38 "icon.placeholder": "#8a8a8a",
39 "icon.accent": "#6587bf",
40 "status_bar.background": "#f4f4f4",
41 "title_bar.background": "#f4f4f4",
42 "toolbar.background": "#f4f4f4",
43 "tab_bar.background": "#f4f4f4",
44 "tab.inactive_background": "#f4f4f4",
45 "tab.active_background": "#dddddd",
46 "search.match_background": "#fadaa0",
47 "panel.background": "#f4f4f4",
48 "panel.focused_border": "#db7070",
49 "pane.focused_border": "#db7070",
50 "scrollbar_thumb.background": "#e7e7e7",
51 "scrollbar.thumb.hover_background": "#d69822",
52 "scrollbar.thumb.border": "#f4f4f4",
53 "scrollbar.track.background": "#f1f1f1",
54 "scrollbar.track.border": "#f4f4f4",
55 "editor.foreground": "#676767",
56 "editor.background": "#f4f4f4",
57 "editor.gutter.background": "#f4f4f4",
58 "editor.subheader.background": "#dddddd",
59 "editor.active_line.background": "#f4f4f4",
60 "editor.highlighted_line.background": "#d6f5f5f5",
61 "editor.line_number": "#676767",
62 "editor.active_line_number": "#676767",
63 "editor.invisible": "#aaaaaa",
64 "editor.wrap_guide": "#aaaaaa",
65 "editor.active_wrap_guide": "#e7e7e7",
66 "editor.document_highlight.read_background": "#b870ce33",
67 "editor.document_highlight.write_background": "#db707033",
68 "terminal.background": "#f4f4f4",
69 "terminal.foreground": "#676767",
70 "terminal.bright_foreground": "#525252",
71 "terminal.dim_foreground": "#8a8a8a",
72 "terminal.ansi.black": "#676767",
73 "terminal.ansi.bright_black": "#aaaaaa",
74 "terminal.ansi.dim_black": "#676767",
75 "terminal.ansi.red": "#db7070",
76 "terminal.ansi.bright_red": "#c66666",
77 "terminal.ansi.dim_red": "#8a8a8a",
78 "terminal.ansi.green": "#7c9f4b",
79 "terminal.ansi.bright_green": "#6d8b42",
80 "terminal.ansi.dim_green": "#525252",
81 "terminal.ansi.yellow": "#d69822",
82 "terminal.ansi.bright_yellow": "#e7e7e7",
83 "terminal.ansi.dim_yellow": "#aaaaaa",
84 "terminal.ansi.blue": "#6587bf",
85 "terminal.ansi.bright_blue": "#8a8a8a",
86 "terminal.ansi.dim_blue": "#676767",
87 "terminal.ansi.magenta": "#b870ce",
88 "terminal.ansi.bright_magenta": "#a262b5",
89 "terminal.ansi.dim_magenta": "#525252",
90 "terminal.ansi.cyan": "#509c93",
91 "terminal.ansi.bright_cyan": "#43827b",
92 "terminal.ansi.dim_cyan": "#8a8a8a",
93 "terminal.ansi.white": "#676767",
94 "terminal.ansi.bright_white": "#525252",
95 "terminal.ansi.dim_white": "#8a8a8a",
96 "link_text.hover": "#509c933d",
97 "conflict": "#db7070",
98 "conflict.background": "#db707033",
99 "conflict.border": "#db7070",
100 "created": "#7c9f4b",
101 "created.background": "#7c9f4b33",
102 "created.border": "#7c9f4b",
103 "deleted": "#db7070",
104 "deleted.background": "#db707033",
105 "deleted.border": "#db7070",
106 "error": "#db7070",
107 "error.background": "#db707033",
108 "error.border": "#db7070",
109 "hidden": "#525252",
110 "hidden.background": "#f4f4f4",
111 "hidden.border": "#aaaaaa",
112 "hint": "#676767",
113 "hint.background": "#67676733",
114 "hint.border": "#676767",
115 "ignored": "#676767",
116 "ignored.background": "#67676733",
117 "ignored.border": "#676767",
118 "info": "#509c93",
119 "info.background": "#509c9333",
120 "info.border": "#509c93",
121 "modified": "#7c9f4b",
122 "modified.background": "#7c9f4b33",
123 "modified.border": "#7c9f4b",
124 "predictive": "#777777",
125 "predictive.background": "#d6982233",
126 "predictive.border": "#d69822",
127 "renamed": "#6587bf",
128 "renamed.background": "#6587bf33",
129 "renamed.border": "#6587bf",
130 "success": "#7c9f4b",
131 "success.background": "#7c9f4b33",
132 "success.border": "#7c9f4b",
133 "unreachable": "#db7070",
134 "unreachable.background": "#db707033",
135 "unreachable.border": "#db7070",
136 "warning": "#d69822",
137 "warning.background": "#d6982233",
138 "warning.border": "#d69822",
139 "players": [
140 {
141 "cursor": "#509c93",
142 "background": "#509c93",
143 "selection": "#dddddddd"
144 },
145 {
146 "cursor": "#b870ce",
147 "background": "#b870ce",
148 "selection": "#b870ce3d"
149 },
150 {
151 "cursor": "#db7070",
152 "background": "#db7070",
153 "selection": "#db70703d"
154 },
155 {
156 "cursor": "#a262b5",
157 "background": "#a262b5",
158 "selection": "#a262b53d"
159 },
160 {
161 "cursor": "#6587bf",
162 "background": "#6587bf",
163 "selection": "#6587bf3d"
164 },
165 {
166 "cursor": "#43827b",
167 "background": "#43827b",
168 "selection": "#43827b3d"
169 },
170 {
171 "cursor": "#d69822",
172 "background": "#d69822",
173 "selection": "#d698223d"
174 },
175 {
176 "cursor": "#7c9f4b",
177 "background": "#7c9f4b",
178 "selection": "#7c9f4b3d"
179 }
180 ],
181 "syntax": {
182 "attribute": {
183 "color": "#509c93",
184 "font_style": "normal",
185 "font_weight": 400
186 },
187 "boolean": {
188 "color": "#b870ce",
189 "font_style": "normal",
190 "font_weight": 600
191 },
192 "comment": {
193 "color": "#8a8a8a",
194 "font_style": "italic",
195 "font_weight": 400
196 },
197 "comment.doc": {
198 "color": "#8a8a8a",
199 "font_style": "italic",
200 "font_weight": 400
201 },
202 "constant": {
203 "color": "#b870ce",
204 "font_style": "normal",
205 "font_weight": 400
206 },
207 "function": {
208 "color": "#676767",
209 "font_style": "normal",
210 "font_weight": 400
211 },
212 "keyword": {
213 "color": "#676767",
214 "font_style": "normal",
215 "font_weight": 600
216 },
217 "number": {
218 "color": "#b870ce",
219 "font_style": "normal",
220 "font_weight": 400
221 },
222 "string": {
223 "color": "#509c93",
224 "font_style": "normal",
225 "font_weight": 400
226 },
227 "variable": {
228 "color": "#676767",
229 "font_style": "normal",
230 "font_weight": 400
231 },
232 "operator": {
233 "color": "#676767",
234 "font_style": "normal",
235 "font_weight": 400
236 },
237 "type": {
238 "color": "#676767",
239 "font_style": "normal",
240 "font_weight": 400
241 },
242 "punctuation": {
243 "color": "#525252",
244 "font_style": "normal",
245 "font_weight": 400
246 },
247 "error": {
248 "color": "#db7070",
249 "font_style": "normal",
250 "font_weight": 600
251 },
252 "warning": {
253 "color": "#d69822",
254 "font_style": "normal",
255 "font_weight": 600
256 },
257 "info": {
258 "color": "#509c93",
259 "font_style": "normal",
260 "font_weight": 600
261 },
262 "hint": {
263 "color": "#7c9f4b",
264 "font_style": "normal",
265 "font_weight": 600
266 }
267 }
268 }
269 }
270 ]
271}