Skip to content

Commit b0bf99f

Browse files
committed
v0.0.1
0 parents  commit b0bf99f

File tree

6 files changed

+313
-0
lines changed

6 files changed

+313
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

LICENCE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 David Pait.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Simple Darker Theme for Zed
2+
3+
A simple darker theme for zed
4+
5+
## Screenshot
6+
7+
### Dark
8+
9+
![Dark Theme](./assets/screenshot.png)
10+
11+
12+
## Installation
13+
14+
1. Open `Command Palette`
15+
2. Select `zed: extensions`
16+
3. Search `Simple Darker Theme`
17+
18+
## Overrides
19+
20+
If you don't like certain colors, zed has support to change them with `experimental.theme_overrides` in your `sessions.json`
21+
22+
[See here](https://zed.dev/blog/user-themes-now-in-preview)
23+
24+
## License
25+
26+
MIT

assets/screenshot.png

684 KB
Loading

extension.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
id = "simple-darker"
2+
name = "Simple Darker Theme"
3+
description = "Simple Darker Theme for zed"
4+
version = "0.0.1"
5+
schema_version = 1
6+
authors = ["David Pait <[email protected]>"]
7+
repository = "https://github.com/DP19/zed-theme-simple-darker"

themes/simple-darker.json

+258
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,258 @@
1+
{
2+
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
3+
"author": "DP19",
4+
"name": "Simple Darker Theme",
5+
"themes": [
6+
{
7+
"name": "Simple Darker",
8+
"appearance": "dark",
9+
"style": {
10+
"background.appearance": "opaque",
11+
"accents": [],
12+
"border": null,
13+
"border.variant": null,
14+
"border.focused": null,
15+
"border.selected": null,
16+
"border.transparent": null,
17+
"border.disabled": null,
18+
"elevated_surface.background": null,
19+
"surface.background": null,
20+
"background": "#212121",
21+
"element.background": null,
22+
"element.hover": null,
23+
"element.active": null,
24+
"element.selected": null,
25+
"element.disabled": null,
26+
"drop_target.background": null,
27+
"ghost_element.background": null,
28+
"ghost_element.hover": null,
29+
"ghost_element.active": null,
30+
"ghost_element.selected": null,
31+
"ghost_element.disabled": null,
32+
"text": null,
33+
"text.muted": null,
34+
"text.placeholder": null,
35+
"text.disabled": null,
36+
"text.accent": null,
37+
"icon": null,
38+
"icon.muted": null,
39+
"icon.disabled": null,
40+
"icon.placeholder": null,
41+
"icon.accent": null,
42+
"status_bar.background": "#252526",
43+
"title_bar.background": null,
44+
"toolbar.background": "#212121",
45+
"tab_bar.background": null,
46+
"tab.inactive_background": null,
47+
"tab.active_background": null,
48+
"search.match_background": null,
49+
"panel.background": null,
50+
"panel.focused_border": null,
51+
"pane.focused_border": null,
52+
"pane_group.border": null,
53+
"scrollbar.thumb.background": null,
54+
"scrollbar.thumb.hover_background": null,
55+
"scrollbar.thumb.border": null,
56+
"scrollbar.track.background": "#212121",
57+
"scrollbar.track.border": null,
58+
"editor.foreground": "#b2ccd6",
59+
"editor.background": "#212121",
60+
"editor.gutter.background": "#212121",
61+
"editor.subheader.background": null,
62+
"editor.active_line.background": "#ffffff0e",
63+
"editor.highlighted_line.background": null,
64+
"editor.line_number": null,
65+
"editor.active_line_number": "#b2ccd6",
66+
"editor.invisible": null,
67+
"editor.wrap_guide": null,
68+
"editor.active_wrap_guide": null,
69+
"editor.indent_guide": null,
70+
"editor.indent_guide_active": null,
71+
"editor.document_highlight.read_background": null,
72+
"editor.document_highlight.write_background": null,
73+
"terminal.background": null,
74+
"terminal.foreground": null,
75+
"terminal.bright_foreground": null,
76+
"terminal.dim_foreground": null,
77+
"terminal.ansi.black": null,
78+
"terminal.ansi.bright_black": null,
79+
"terminal.ansi.dim_black": null,
80+
"terminal.ansi.red": null,
81+
"terminal.ansi.bright_red": null,
82+
"terminal.ansi.dim_red": null,
83+
"terminal.ansi.green": null,
84+
"terminal.ansi.bright_green": null,
85+
"terminal.ansi.dim_green": null,
86+
"terminal.ansi.yellow": null,
87+
"terminal.ansi.bright_yellow": null,
88+
"terminal.ansi.dim_yellow": null,
89+
"terminal.ansi.blue": null,
90+
"terminal.ansi.bright_blue": null,
91+
"terminal.ansi.dim_blue": null,
92+
"terminal.ansi.magenta": null,
93+
"terminal.ansi.bright_magenta": null,
94+
"terminal.ansi.dim_magenta": null,
95+
"terminal.ansi.cyan": null,
96+
"terminal.ansi.bright_cyan": null,
97+
"terminal.ansi.dim_cyan": null,
98+
"terminal.ansi.white": null,
99+
"terminal.ansi.bright_white": null,
100+
"terminal.ansi.dim_white": null,
101+
"link_text.hover": null,
102+
"conflict": null,
103+
"conflict.background": null,
104+
"conflict.border": null,
105+
"created": null,
106+
"created.background": null,
107+
"created.border": null,
108+
"deleted": null,
109+
"deleted.background": null,
110+
"deleted.border": null,
111+
"error": null,
112+
"error.background": null,
113+
"error.border": null,
114+
"hidden": null,
115+
"hidden.background": null,
116+
"hidden.border": null,
117+
"hint": "#969696ff",
118+
"hint.background": null,
119+
"hint.border": null,
120+
"ignored": null,
121+
"ignored.background": null,
122+
"ignored.border": null,
123+
"info": null,
124+
"info.background": null,
125+
"info.border": null,
126+
"modified": null,
127+
"modified.background": null,
128+
"modified.border": null,
129+
"predictive": null,
130+
"predictive.background": null,
131+
"predictive.border": null,
132+
"renamed": null,
133+
"renamed.background": null,
134+
"renamed.border": null,
135+
"success": null,
136+
"success.background": null,
137+
"success.border": null,
138+
"unreachable": null,
139+
"unreachable.background": null,
140+
"unreachable.border": null,
141+
"warning": null,
142+
"warning.background": null,
143+
"warning.border": null,
144+
"players": [],
145+
"syntax": {
146+
"attribute": {
147+
"color": "#FFCB6B",
148+
"background_color": null,
149+
"font_style": null,
150+
"font_weight": null
151+
},
152+
"boolean": {
153+
"color": "#F77669",
154+
"background_color": null,
155+
"font_style": null,
156+
"font_weight": null
157+
},
158+
"comment": {
159+
"color": "#545454",
160+
"background_color": null,
161+
"font_style": null,
162+
"font_weight": null
163+
},
164+
"comment.doc": {
165+
"color": "#545454",
166+
"background_color": null,
167+
"font_style": null,
168+
"font_weight": null
169+
},
170+
"constant": {
171+
"color": "#F77669",
172+
"background_color": null,
173+
"font_style": null,
174+
"font_weight": null
175+
},
176+
"constructor": {
177+
"color": "#FA6981",
178+
"background_color": null,
179+
"font_style": null,
180+
"font_weight": null
181+
},
182+
"function": {
183+
"color": "#82AAFF",
184+
"background_color": null,
185+
"font_style": null,
186+
"font_weight": null
187+
},
188+
"keyword": {
189+
"color": "#82AAFF",
190+
"background_color": null,
191+
"font_style": null,
192+
"font_weight": null
193+
},
194+
"number": {
195+
"color": "#F77669",
196+
"background_color": null,
197+
"font_style": null,
198+
"font_weight": null
199+
},
200+
"string": {
201+
"color": "#C3E88D",
202+
"background_color": null,
203+
"font_style": null,
204+
"font_weight": null
205+
},
206+
"string.escape": {
207+
"color": "#C3E88D",
208+
"background_color": null,
209+
"font_style": null,
210+
"font_weight": null
211+
},
212+
"string.regex": {
213+
"color": "#C3E88D",
214+
"background_color": null,
215+
"font_style": null,
216+
"font_weight": null
217+
},
218+
"string.special": {
219+
"color": "#C3E88D",
220+
"background_color": null,
221+
"font_style": null,
222+
"font_weight": null
223+
},
224+
"string.special.symbol": {
225+
"color": "#C3E88D",
226+
"background_color": null,
227+
"font_style": null,
228+
"font_weight": null
229+
},
230+
"tag": {
231+
"color": "#FA6981",
232+
"background_color": null,
233+
"font_style": null,
234+
"font_weight": null
235+
},
236+
"text.literal": {
237+
"color": "#C3E88D",
238+
"background_color": null,
239+
"font_style": null,
240+
"font_weight": null
241+
},
242+
"variable": {
243+
"color": "#FA6981",
244+
"background_color": null,
245+
"font_style": null,
246+
"font_weight": null
247+
},
248+
"variable.special": {
249+
"color": "#FA6981",
250+
"background_color": null,
251+
"font_style": null,
252+
"font_weight": null
253+
}
254+
}
255+
}
256+
}
257+
]
258+
}

0 commit comments

Comments
 (0)