From 87b0c8e42d495b8c6f6d3b261c59f65347202d63 Mon Sep 17 00:00:00 2001 From: Filip Janevski Date: Thu, 5 Dec 2024 00:03:05 +0100 Subject: [PATCH] Update surface background color --- extension.toml | 2 +- themes/0x96f-theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.toml b/extension.toml index 1daf955..e120781 100644 --- a/extension.toml +++ b/extension.toml @@ -1,6 +1,6 @@ id = "0x96f" name = "0x96f Theme" -version = "1.2.2" +version = "1.2.3" schema_version = 1 authors = ["Filip Janevski "] description = "A simple and pleasant dark theme for Zed" diff --git a/themes/0x96f-theme.json b/themes/0x96f-theme.json index e741237..6b5f7d4 100644 --- a/themes/0x96f-theme.json +++ b/themes/0x96f-theme.json @@ -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",