update cursor color, schema version

This commit is contained in:
2025-08-25 08:50:36 +05:30
parent bae8b51b8e
commit a81f4953a6

View File

@@ -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)", "author": "Phani Pavan K (MMIPvn)",
"name": "Subtle Colors", "name": "Subtle Colors",
"themes": [ "themes": [
@@ -30,6 +30,7 @@
"editor.background": "#1a1d23", "editor.background": "#1a1d23",
"editor.document_highlight.read_background": null, "editor.document_highlight.read_background": null,
"editor.document_highlight.write_background": null, "editor.document_highlight.write_background": null,
"editor.document_highlight.bracket_background": "#C2724349",
"editor.foreground": "#D5CED9", "editor.foreground": "#D5CED9",
"editor.gutter.background": "#1a1d23", "editor.gutter.background": "#1a1d23",
"editor.highlighted_line.background": null, "editor.highlighted_line.background": null,
@@ -68,6 +69,7 @@
"info": null, "info": null,
"info.background": "#373941", "info.background": "#373941",
"info.border": null, "info.border": null,
"link_text.hover": null, "link_text.hover": null,
"modified": "#aa7850", "modified": "#aa7850",
"modified.background": null, "modified.background": null,
@@ -142,7 +144,7 @@
}, },
"boolean": { "boolean": {
"color": "#ee5d43", "color": "#ee5d43",
"font_style": null, "font_style": "oblique" ,
"font_weight": null "font_weight": null
}, },
"comment": { "comment": {