Skip to content

Commit 1275081

Browse files
committed
chore: make Zed theme consistent with VS Code theme
Signed-off-by: Donnie Adams <donnie@thedadams.com>
1 parent dd6e287 commit 1275081

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

zed/themes/flexoki.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
2+
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
33
"name": "Flexoki",
44
"author": "Steph Ango <stephango.com>",
55
"themes": [
@@ -21,7 +21,7 @@
2121
"element.active": "#343331",
2222
"element.selected": "#343331",
2323
"element.disabled": "#1C1B1A",
24-
"drop_target.background": "#C403E3C",
24+
"drop_target.background": "#403E3C",
2525
"ghost_element.background": "#00000000",
2626
"ghost_element.hover": "#1C1B1A",
2727
"ghost_element.active": "#282726",
@@ -35,7 +35,7 @@
3535
"icon": "#CECDC3",
3636
"icon.muted": "#878580",
3737
"icon.disabled": "#575653",
38-
"icon.placholder": "#878580",
38+
"icon.placeholder": "#878580",
3939
"icon.accent": "#4385BE",
4040
"status_bar.background": "#1C1B1A",
4141
"title_bar.background": "#1C1B1A",
@@ -153,7 +153,7 @@
153153
"font_weight": null
154154
},
155155
"boolean": {
156-
"color": "#DA702C",
156+
"color": "#D0A215",
157157
"background_color": null,
158158
"font_style": null,
159159
"font_weight": null
@@ -533,7 +533,7 @@
533533
"font_weight": null
534534
},
535535
"boolean": {
536-
"color": "#BC5215",
536+
"color": "#AD8301",
537537
"background_color": null,
538538
"font_style": null,
539539
"font_weight": null

0 commit comments

Comments
 (0)