Skip to content

Commit

Permalink
Update surface background color
Browse files Browse the repository at this point in the history
  • Loading branch information
filipjanevski committed Dec 4, 2024
1 parent 6cab9a1 commit 87b0c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "0x96f"
name = "0x96f Theme"
version = "1.2.2"
version = "1.2.3"
schema_version = 1
authors = ["Filip Janevski <filip@janevski.dev>"]
description = "A simple and pleasant dark theme for Zed"
Expand Down
2 changes: 1 addition & 1 deletion themes/0x96f-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"border.transparent": "#101010",
"border.disabled": "#101010",
"elevated_surface.background": "#2E2A2E",
"surface.background": "#545054",
"surface.background": "#1E1D1F",
"background": "#262427",
"element.background": "#262026",
"element.hover": "#424042",
Expand Down

0 comments on commit 87b0c8e

Please sign in to comment.