From a81f4953a6d72554d7a20bd2c490929c5c33f477 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Mon, 25 Aug 2025 08:50:36 +0530 Subject: [PATCH] update cursor color, schema version --- subtleColors.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/subtleColors.json b/subtleColors.json index 515295d..6f49c8a 100644 --- a/subtleColors.json +++ b/subtleColors.json @@ -1,5 +1,5 @@ { - "$schema": "https://zed.dev/schema/themes/v0.1.0.json", + "$schema": "https://zed.dev/schema/themes/v0.2.0.json", "author": "Phani Pavan K (MMIPvn)", "name": "Subtle Colors", "themes": [ @@ -30,6 +30,7 @@ "editor.background": "#1a1d23", "editor.document_highlight.read_background": null, "editor.document_highlight.write_background": null, + "editor.document_highlight.bracket_background": "#C2724349", "editor.foreground": "#D5CED9", "editor.gutter.background": "#1a1d23", "editor.highlighted_line.background": null, @@ -46,7 +47,7 @@ "error": "#d15746", "error.background": "#373941", "error.border": null, - "ghost_element.active":"#2D693296", + "ghost_element.active": "#2D693296", "ghost_element.background": null, "ghost_element.disabled": null, "ghost_element.hover": "#724C2069", @@ -68,6 +69,7 @@ "info": null, "info.background": "#373941", "info.border": null, + "link_text.hover": null, "modified": "#aa7850", "modified.background": null, @@ -142,7 +144,7 @@ }, "boolean": { "color": "#ee5d43", - "font_style": null, + "font_style": "oblique" , "font_weight": null }, "comment": { @@ -268,9 +270,9 @@ "unreachable.background": null, "unreachable.border": null, "warning": "#FF9F2E", - "warning.background": "#373941" , + "warning.background": "#373941", "warning.border": "#FF9F2E" } } ] -} \ No newline at end of file +}