diff --git a/themes/material-theme.json b/themes/material-theme.json index f696ac3..7a6d6d9 100644 --- a/themes/material-theme.json +++ b/themes/material-theme.json @@ -8,7 +8,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#26323860", "border.variant": "#26323860", "border.focused": "#FFFFFF00", @@ -46,7 +50,7 @@ "tab_bar.background": "#263238", "tab.inactive_background": "#263238", "tab.active_background": "#263238", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#263238", "panel.focused_border": null, "pane.focused_border": null, @@ -111,9 +115,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#6c8692", "hidden.background": null, "hidden.border": null, @@ -123,9 +127,9 @@ "ignored": "#6c869290", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -135,16 +139,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#3A7D76", + "selection": "#80CBC466" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -152,6 +162,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#546E7A", "background_color": null, @@ -164,12 +180,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -182,6 +216,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -194,12 +234,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F78C6C", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#89DDFF", "background_color": null, @@ -237,7 +319,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#EEFFFF", "background_color": null, "font_style": null, "font_weight": null @@ -271,6 +353,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -280,7 +392,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#3B4A5160", "border.variant": "#3B4A5160", "border.focused": "#FFFFFF00", @@ -318,7 +434,7 @@ "tab_bar.background": "#263238", "tab.inactive_background": "#263238", "tab.active_background": "#263238", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#192227", "panel.focused_border": null, "pane.focused_border": null, @@ -383,9 +499,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#5f7a87", "hidden.background": null, "hidden.border": null, @@ -395,9 +511,9 @@ "ignored": "#5f7a8790", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -407,16 +523,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#3A7D76", + "selection": "#80CBC466" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -424,6 +546,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#546E7A", "background_color": null, @@ -436,12 +564,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -454,6 +600,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -466,12 +618,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F78C6C", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#89DDFF", "background_color": null, @@ -509,7 +703,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#EEFFFF", "background_color": null, "font_style": null, "font_weight": null @@ -543,6 +737,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -552,7 +776,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#21212160", "border.variant": "#21212160", "border.focused": "#FFFFFF00", @@ -590,7 +818,7 @@ "tab_bar.background": "#212121", "tab.inactive_background": "#212121", "tab.active_background": "#212121", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#212121", "panel.focused_border": null, "pane.focused_border": null, @@ -655,9 +883,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#676767", "hidden.background": null, "hidden.border": null, @@ -667,9 +895,9 @@ "ignored": "#67676790", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -679,16 +907,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#5C5C5C", + "selection": "#61616199" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -696,6 +930,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#545454", "background_color": null, @@ -708,12 +948,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -726,6 +984,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -738,12 +1002,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F78C6C", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#89DDFF", "background_color": null, @@ -781,7 +1087,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#EEFFFF", "background_color": null, "font_style": null, "font_weight": null @@ -815,6 +1121,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -824,7 +1160,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#44444460", "border.variant": "#44444460", "border.focused": "#FFFFFF00", @@ -862,7 +1202,7 @@ "tab_bar.background": "#212121", "tab.inactive_background": "#212121", "tab.active_background": "#212121", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#1a1a1a", "panel.focused_border": null, "pane.focused_border": null, @@ -927,9 +1267,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#848484", "hidden.background": null, "hidden.border": null, @@ -939,9 +1279,9 @@ "ignored": "#84848490", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -951,16 +1291,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#5C5C5C", + "selection": "#61616199" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -968,6 +1314,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#4A4A4A", "background_color": null, @@ -980,12 +1332,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -998,6 +1368,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -1010,8 +1386,50 @@ "font_style": "italic", "font_weight": null }, - "number": { - "color": "#F78C6C", + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#EEFFFF", "background_color": null, "font_style": null, "font_weight": null @@ -1053,7 +1471,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#EEFFFF", "background_color": null, "font_style": null, "font_weight": null @@ -1087,6 +1505,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#EEFFFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -1096,7 +1544,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#141F1D60", "border.variant": "#141F1D60", "border.focused": "#FFFFFF00", @@ -1134,7 +1586,7 @@ "tab_bar.background": "#141F1D", "tab.inactive_background": "#141F1D", "tab.active_background": "#141F1D", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#141F1D", "panel.focused_border": null, "pane.focused_border": null, @@ -1199,9 +1651,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#4d6457", "hidden.background": null, "hidden.border": null, @@ -1211,9 +1663,9 @@ "ignored": "#4d645790", "ignored.background": null, "ignored.border": null, - "info": "#6FA0DE70", - "info.background": null, - "info.border": null, + "info": "#6FA0DE", + "info.background": "#6FA0DE1A", + "info.border": "#6FA0DE", "modified": "#6FA0DE60", "modified.background": null, "modified.border": null, @@ -1223,16 +1675,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#3E7A55", + "selection": "#71B48066" + } + ], "syntax": { "attribute": { "color": "#A68DCD", @@ -1240,6 +1698,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#D3959B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#476352", "background_color": null, @@ -1252,12 +1716,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#D3959B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -1270,6 +1752,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#6FA0DE", "background_color": null, @@ -1282,12 +1770,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#A68DCD", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#74C9DE", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#CC8868", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#74C9DE", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#CC8868", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#74C9DE", "background_color": null, @@ -1325,7 +1855,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#C2EDD3", "background_color": null, "font_style": null, "font_weight": null @@ -1359,6 +1889,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -1368,7 +1928,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#2C423A60", "border.variant": "#2C423A60", "border.focused": "#FFFFFF00", @@ -1406,7 +1970,7 @@ "tab_bar.background": "#141F1D", "tab.inactive_background": "#141F1D", "tab.active_background": "#141F1D", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#101917", "panel.focused_border": null, "pane.focused_border": null, @@ -1471,9 +2035,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#485E51", "hidden.background": null, "hidden.border": null, @@ -1483,9 +2047,9 @@ "ignored": "#485E5190", "ignored.background": null, "ignored.border": null, - "info": "#6FA0DE70", - "info.background": null, - "info.border": null, + "info": "#6FA0DE", + "info.background": "#6FA0DE1A", + "info.border": "#6FA0DE", "modified": "#6FA0DE60", "modified.background": null, "modified.border": null, @@ -1495,16 +2059,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#3E7A55", + "selection": "#71B48066" + } + ], "syntax": { "attribute": { "color": "#A68DCD", @@ -1512,6 +2082,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#D3959B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#476352", "background_color": null, @@ -1524,12 +2100,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#D3959B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -1542,6 +2136,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#6FA0DE", "background_color": null, @@ -1554,12 +2154,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#A68DCD", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#74C9DE", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#CC8868", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#74C9DE", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#CC8868", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#74C9DE", "background_color": null, @@ -1597,7 +2239,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#C2EDD3", "background_color": null, "font_style": null, "font_weight": null @@ -1631,6 +2273,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#C2EDD3", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -1640,7 +2312,11 @@ "appearance": "light", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#FAFAFA60", "border.variant": "#FAFAFA60", "border.focused": "#FFFFFF00", @@ -1678,7 +2354,7 @@ "tab_bar.background": "#FAFAFA", "tab.inactive_background": "#FAFAFA", "tab.active_background": "#FAFAFA", - "search.match_background": null, + "search.match_background": "#FFD70080", "panel.background": "#FAFAFA", "panel.focused_border": null, "pane.focused_border": null, @@ -1743,9 +2419,9 @@ "deleted": "#E5393560", "deleted.background": null, "deleted.border": null, - "error": "#E5393570", - "error.background": null, - "error.border": null, + "error": "#E53935", + "error.background": "#E539351A", + "error.border": "#E53935", "hidden": "#758a95", "hidden.background": null, "hidden.border": null, @@ -1755,9 +2431,9 @@ "ignored": "#758a9590", "ignored.background": null, "ignored.border": null, - "info": "#6182B870", - "info.background": null, - "info.border": null, + "info": "#6182B8", + "info.background": "#6182B81A", + "info.border": "#6182B8", "modified": "#6182B860", "modified.background": null, "modified.border": null, @@ -1767,16 +2443,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#91B859", + "success.background": "#91B8591A", + "success.border": "#91B859", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#E2931D70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#E2931D", + "warning.background": "#E2931D1A", + "warning.border": "#E2931D", + "players": [ + { + "cursor": "#FFD700", + "background": "#3A7D76", + "selection": "#80CBC480" + } + ], "syntax": { "attribute": { "color": "#9C3EDA", @@ -1784,6 +2466,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#FF5370", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#90A4AE", "background_color": null, @@ -1796,12 +2484,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#E53935", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#FF5370", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#E53935", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#E53935", "background_color": null, @@ -1814,6 +2520,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#6182B8", "background_color": null, @@ -1826,12 +2538,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#9C3EDA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#E53935", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#39ADB5", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F76D47", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#39ADB5", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F76D47", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#39ADB5", "background_color": null, @@ -1869,7 +2623,7 @@ "font_weight": null }, "string.escape": { - "color": "#91B859", + "color": "#90A4AE", "background_color": null, "font_style": null, "font_weight": null @@ -1903,6 +2657,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#E53935", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -1912,7 +2696,11 @@ "appearance": "light", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#C1C1C160", "border.variant": "#C1C1C160", "border.focused": "#FFFFFF00", @@ -1950,7 +2738,7 @@ "tab_bar.background": "#FFFFFF", "tab.inactive_background": "#FFFFFF", "tab.active_background": "#FFFFFF", - "search.match_background": null, + "search.match_background": "#FFD70080", "panel.background": "#FAFAFA", "panel.focused_border": null, "pane.focused_border": null, @@ -2015,9 +2803,9 @@ "deleted": "#E5393560", "deleted.background": null, "deleted.border": null, - "error": "#E5393570", - "error.background": null, - "error.border": null, + "error": "#E53935", + "error.background": "#E539351A", + "error.border": "#E53935", "hidden": "#627883", "hidden.background": null, "hidden.border": null, @@ -2027,9 +2815,9 @@ "ignored": "#62788390", "ignored.background": null, "ignored.border": null, - "info": "#6182B870", - "info.background": null, - "info.border": null, + "info": "#6182B8", + "info.background": "#6182B81A", + "info.border": "#6182B8", "modified": "#6182B860", "modified.background": null, "modified.border": null, @@ -2039,16 +2827,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#91B859", + "success.background": "#91B8591A", + "success.border": "#91B859", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#E2931D70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#E2931D", + "warning.background": "#E2931D1A", + "warning.border": "#E2931D", + "players": [ + { + "cursor": "#FFD700", + "background": "#3A7D76", + "selection": "#80CBC480" + } + ], "syntax": { "attribute": { "color": "#9C3EDA", @@ -2056,6 +2850,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#FF5370", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#90A4AE", "background_color": null, @@ -2068,12 +2868,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#E53935", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#FF5370", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#E53935", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#E53935", "background_color": null, @@ -2086,6 +2904,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#6182B8", "background_color": null, @@ -2098,12 +2922,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#9C3EDA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#E53935", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#39ADB5", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F76D47", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#39ADB5", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F76D47", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#39ADB5", "background_color": null, @@ -2141,7 +3007,7 @@ "font_weight": null }, "string.escape": { - "color": "#91B859", + "color": "#90A4AE", "background_color": null, "font_style": null, "font_weight": null @@ -2175,6 +3041,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#E2931D", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#90A4AE", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#E53935", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -2184,7 +3080,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#0F111A60", "border.variant": "#0F111A60", "border.focused": "#FFFFFF00", @@ -2222,7 +3122,7 @@ "tab_bar.background": "#0F111A", "tab.inactive_background": "#0F111A", "tab.active_background": "#0F111A", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#0F111A", "panel.focused_border": null, "pane.focused_border": null, @@ -2287,9 +3187,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#525975", "hidden.background": null, "hidden.border": null, @@ -2299,9 +3199,9 @@ "ignored": "#52597590", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -2311,16 +3211,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#525C9C", + "selection": "#717CB466" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -2328,6 +3234,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#464B5D", "background_color": null, @@ -2340,12 +3252,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -2358,6 +3288,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -2370,8 +3306,50 @@ "font_style": "italic", "font_weight": null }, - "number": { - "color": "#F78C6C", + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#babed8", "background_color": null, "font_style": null, "font_weight": null @@ -2413,7 +3391,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#babed8", "background_color": null, "font_style": null, "font_weight": null @@ -2447,6 +3425,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -2456,7 +3464,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#3E445D60", "border.variant": "#3E445D60", "border.focused": "#FFFFFF00", @@ -2494,7 +3506,7 @@ "tab_bar.background": "#0F111A", "tab.inactive_background": "#0F111A", "tab.active_background": "#0F111A", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#090B10", "panel.focused_border": null, "pane.focused_border": null, @@ -2559,9 +3571,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#4B526D", "hidden.background": null, "hidden.border": null, @@ -2571,9 +3583,9 @@ "ignored": "#4B526D90", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -2583,16 +3595,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#525C9C", + "selection": "#717CB466" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -2600,6 +3618,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#464B5D", "background_color": null, @@ -2612,12 +3636,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -2630,6 +3672,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -2642,12 +3690,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F78C6C", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#89DDFF", "background_color": null, @@ -2685,7 +3775,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#babed8", "background_color": null, "font_style": null, "font_weight": null @@ -2719,6 +3809,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -2728,7 +3848,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#292D3E60", "border.variant": "#292D3E60", "border.focused": "#FFFFFF00", @@ -2766,7 +3890,7 @@ "tab_bar.background": "#292D3E", "tab.inactive_background": "#292D3E", "tab.active_background": "#292D3E", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#292D3E", "panel.focused_border": null, "pane.focused_border": null, @@ -2831,9 +3955,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#676E95", "hidden.background": null, "hidden.border": null, @@ -2843,9 +3967,9 @@ "ignored": "#676E9590", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -2855,16 +3979,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#525C9C", + "selection": "#717CB466" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -2872,6 +4002,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#676E95", "background_color": null, @@ -2884,12 +4020,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -2902,6 +4056,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -2914,12 +4074,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F78C6C", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#89DDFF", "background_color": null, @@ -2957,7 +4159,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#babed8", "background_color": null, "font_style": null, "font_weight": null @@ -2991,6 +4193,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } } @@ -3000,7 +4232,11 @@ "appearance": "dark", "style": { "background.appearance": "opaque", - "accents": [], + "accents": [ + "#FFD700", + "#DA70D6", + "#179FFF" + ], "border": "#424A6C60", "border.variant": "#424A6C60", "border.focused": "#FFFFFF00", @@ -3038,7 +4274,7 @@ "tab_bar.background": "#292D3E", "tab.inactive_background": "#292D3E", "tab.active_background": "#292D3E", - "search.match_background": null, + "search.match_background": "#FFD70066", "panel.background": "#1B1E2B", "panel.focused_border": null, "pane.focused_border": null, @@ -3103,9 +4339,9 @@ "deleted": "#f0717860", "deleted.background": null, "deleted.border": null, - "error": "#f0717870", - "error.background": null, - "error.border": null, + "error": "#f07178", + "error.background": "#f071781A", + "error.border": "#f07178", "hidden": "#757CA1", "hidden.background": null, "hidden.border": null, @@ -3115,9 +4351,9 @@ "ignored": "#757CA190", "ignored.background": null, "ignored.border": null, - "info": "#82AAFF70", - "info.background": null, - "info.border": null, + "info": "#82AAFF", + "info.background": "#82AAFF1A", + "info.border": "#82AAFF", "modified": "#82AAFF60", "modified.background": null, "modified.border": null, @@ -3127,16 +4363,22 @@ "renamed": null, "renamed.background": null, "renamed.border": null, - "success": null, - "success.background": null, - "success.border": null, + "success": "#C3E88D", + "success.background": "#C3E88D1A", + "success.border": "#C3E88D", "unreachable": null, "unreachable.background": null, "unreachable.border": null, - "warning": "#FFCB6B70", - "warning.background": null, - "warning.border": null, - "players": [], + "warning": "#FFCB6B", + "warning.background": "#FFCB6B1A", + "warning.border": "#FFCB6B", + "players": [ + { + "cursor": "#FFD700", + "background": "#525C9C", + "selection": "#717CB466" + } + ], "syntax": { "attribute": { "color": "#C792EA", @@ -3144,6 +4386,12 @@ "font_style": null, "font_weight": null }, + "boolean": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "comment": { "color": "#676E95", "background_color": null, @@ -3156,12 +4404,30 @@ "font_style": "italic", "font_weight": null }, + "constant": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ff9cac", + "background_color": null, + "font_style": null, + "font_weight": null + }, "constructor": { "color": "#f07178", "background_color": null, "font_style": null, "font_weight": null }, + "embedded": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "emphasis": { "color": "#f07178", "background_color": null, @@ -3174,6 +4440,12 @@ "font_style": null, "font_weight": 700 }, + "enum": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, "function": { "color": "#82AAFF", "background_color": null, @@ -3186,12 +4458,54 @@ "font_style": "italic", "font_weight": null }, + "keyword.declaration": { + "color": "#C792EA", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#f07178", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "link_uri": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "number": { "color": "#F78C6C", "background_color": null, "font_style": null, "font_weight": null }, + "operator": { + "color": "#89DDFF", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "preproc": { + "color": "#F78C6C", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, "punctuation": { "color": "#89DDFF", "background_color": null, @@ -3229,7 +4543,7 @@ "font_weight": null }, "string.escape": { - "color": "#C3E88D", + "color": "#babed8", "background_color": null, "font_style": null, "font_weight": null @@ -3263,6 +4577,36 @@ "background_color": null, "font_style": null, "font_weight": null + }, + "title": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "type.builtin": { + "color": "#FFCB6B", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#babed8", + "background_color": null, + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#f07178", + "background_color": null, + "font_style": "italic", + "font_weight": null } } }