update cursor color, schema version
This commit is contained in:
@@ -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,
|
||||||
@@ -46,7 +47,7 @@
|
|||||||
"error": "#d15746",
|
"error": "#d15746",
|
||||||
"error.background": "#373941",
|
"error.background": "#373941",
|
||||||
"error.border": null,
|
"error.border": null,
|
||||||
"ghost_element.active":"#2D693296",
|
"ghost_element.active": "#2D693296",
|
||||||
"ghost_element.background": null,
|
"ghost_element.background": null,
|
||||||
"ghost_element.disabled": null,
|
"ghost_element.disabled": null,
|
||||||
"ghost_element.hover": "#724C2069",
|
"ghost_element.hover": "#724C2069",
|
||||||
@@ -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": {
|
||||||
@@ -268,9 +270,9 @@
|
|||||||
"unreachable.background": null,
|
"unreachable.background": null,
|
||||||
"unreachable.border": null,
|
"unreachable.border": null,
|
||||||
"warning": "#FF9F2E",
|
"warning": "#FF9F2E",
|
||||||
"warning.background": "#373941" ,
|
"warning.background": "#373941",
|
||||||
"warning.border": "#FF9F2E"
|
"warning.border": "#FF9F2E"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user