From ecad2b6a00a4fc040fded3cd7d37a2e177b325b5 Mon Sep 17 00:00:00 2001 From: Parker Martin Date: Wed, 7 Aug 2024 17:00:01 -0600 Subject: [PATCH 1/2] updating function colors to orange and constants --- themes/the-dark-side.json | 358 +++++++++++++++++++------------------- 1 file changed, 182 insertions(+), 176 deletions(-) diff --git a/themes/the-dark-side.json b/themes/the-dark-side.json index 358ef94..59b0b10 100644 --- a/themes/the-dark-side.json +++ b/themes/the-dark-side.json @@ -1,177 +1,183 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.1.0.json", - "name": "The Dark Side", - "author": "Sai Gokula Krishnan", - "themes": [ - { - "name": "The Dark Side", - "appearance": "dark", - "style": { - "info.background": "#0C194D", - "info.border": "#0C194D", - "info.foreground": "#ffffff", - "warning.background": "#3A310E", - "warning.foreground": "#ffffff", - "warning.border": "#3A310E", - "error.background": "#4D0C0C", - "error.foreground": "#ffffff", - "error.border": "#4D0C0C", - "predictive": "#7f848e", - "predictive.background": "#E6E9EF", - "predictive.border": "#7f848e", - "background": "#000000", - "editor.background": "#000000", - "border": "#ffffff20", - "border.variant": "#000000", - "element.background": "#000000", - "element.active": "#ffffff20", - "element.hover": "#ffffff20", - "editor.active_line_number": "#FFFFFF", - "status_bar.background": "#000000", - "status_bar.foreground": "#ffffff", - "title_bar.background": "#000000", - "title_bar.foreground": "#ffffff", - "tab.active_background": "#000000", - "tab.active_foreground": "#ffffff", - "tab.inactive_background": "#ffffff20", - "tab_bar.background": "#000000", - "editor.gutter.background": "#000000", - "panel.background": "#000000", - "panel.focused_border": "#ffffff", - "toolbar.background": "#000000", - "terminal.background": "#000000", - "terminal.foreground": "#ffffff", - "terminal.ansi.red": "#d20f39", - "terminal.ansi.bright_red": "#d20f39", - "terminal.ansi.dim_red": null, - "terminal.ansi.bright_black": "#7f848e", - "terminal.bright_foreground": null, - "terminal.ansi.black": "#bcc0cc", - "terminal.ansi.dim_black": null, - "terminal.ansi.cyan": "#7287FD", - "terminal.ansi.bright_cyan": "#7287FD", - "terminal.ansi.dim_cyan": null, - "terminal.ansi.white": "#acb0be", - "terminal.ansi.bright_white": "#5c5f77", - "terminal.ansi.dim_white": null, - "terminal.ansi.yellow": "#e5c07b", - "terminal.ansi.bright_yellow": "#e5c07b", - "terminal.ansi.dim_yellow": null, - "terminal.ansi.green": "#40a02b", - "terminal.ansi.bright_green": "#40a02b", - "terminal.ansi.dim_green": null, - "terminal.ansi.blue": "#1e66f5", - "terminal.ansi.bright_blue": "#1e66f5", - "terminal.ansi.dim_blue": null, - "terminal.ansi.magenta": "#ea76cb", - "terminal.ansi.bright_magenta": "#ea76cb", - "terminal.ansi.dim_magenta": null, - "scrollbar_thumb.background": "#ffffff", - "scrollbar.thumb.hover_background": "#ffffff", - "scrollbar.thumb.border": "#000000", - "scrollbar.track.background": "#000000", - "scrollbar.track.border": "#000000", - "editor.active_line.background": "#ffffff25", - "editor.highlighted_line.background": "#000000", - "editor.line_number": "#ffffff30", - "elevated_surface.background": "#0D0E0E", - "elevated_surface.border": "#ffffff", - "surface.background": "#000000", - "modified": "#e5c07b", - "syntax": { - "exception": { - "color": "#DC143C", - "font_style": "italic" - }, - "type.function": { - "color": "#9a77cf", - "font_style": "italic" - }, - "function.method": { - "color": "#DC143C", - "font_style": "italic" - }, - "comment": { - "color": "#7f848e", - "font_style": "italic" - }, - "keyword": { - "color": "#7725EE", - "font_style": "italic" - }, - "string": { - "color": "#e5c07b", - "font_style": "italic" - }, - "keyword.conditional": { - "color": "#ff6700", - "font_style": "italic" - }, - "keyword.coroutine": { - "color": "#ff6700", - "font_style": "italic" - }, - "keyword.repeat": { - "color": "#ff6700", - "font_style": "italic" - }, - "keyword.exception": { - "color": "#DC143C", - "font_style": "italic" - }, - "keyword.operator": { - "color": "#ff6700", - "font_style": "italic" - }, - "string.escape": { - "color": "#EA76CB", - "font_style": "italic" - }, - "boolean": { - "color": "#e5c07b", - "font_style": "italic" - }, - "constant": { - "color": "#DC143C", - "font_style": "italic" - }, - "punctuation.special": { - "color": "#ff6700", - "font_style": "italic" - }, - "number": { - "color": "#e5c07b", - "font_style": "italic" - }, - "punctuation": { - "color": "#7755EE" - }, - "variable": { - "color": "#df881d" - }, - "operator": { - "color": "#7755EE" - }, - "type": { - "color": "#9a77cf", - "font_style": "italic" - }, - "variable.builtin": { - "color": "#ff6700", - "font_style": "italic" - }, - "variable.parameter": { - "color": "#ff6700", - "font_style": "italic" - } - }, - "players": [ - { - "cursor": "#ffffff", - "selection": "#ffffff20" - } - ] + { + "$schema": "https://zed.dev/schema/themes/v0.2.0.json", + "name": "The Dark Side", + "author": "Sai Gokula Krishnan", + "themes": [ + { + "name": "The Dark Side", + "appearance": "dark", + "style": { + "info.background": "#0C194D", + "info.border": "#0C194D", + "info.foreground": "#ffffff", + "warning.background": "#3A310E", + "warning.foreground": "#ffffff", + "warning.border": "#3A310E", + "error.background": "#4D0C0C", + "error.foreground": "#ffffff", + "error.border": "#4D0C0C", + "predictive": "#7f848e", + "predictive.background": "#E6E9EF", + "predictive.border": "#7f848e", + "background": "#000000", + "editor.background": "#000000", + "border": "#ffffff20", + "border.variant": "#000000", + "element.background": "#000000", + "element.active": "#ffffff20", + "element.hover": "#ffffff20", + "editor.active_line_number": "#FFFFFF", + "status_bar.background": "#000000", + "status_bar.foreground": "#ffffff", + "title_bar.background": "#000000", + "title_bar.foreground": "#ffffff", + "tab.active_background": "#000000", + "tab.active_foreground": "#ffffff", + "tab.inactive_background": "#ffffff20", + "tab_bar.background": "#000000", + "editor.gutter.background": "#000000", + "panel.background": "#000000", + "panel.focused_border": "#ffffff", + "toolbar.background": "#000000", + "terminal.background": "#000000", + "terminal.foreground": "#ffffff", + "terminal.ansi.red": "#d20f39", + "terminal.ansi.bright_red": "#d20f39", + "terminal.ansi.dim_red": null, + "terminal.ansi.bright_black": "#7f848e", + "terminal.bright_foreground": null, + "terminal.ansi.black": "#bcc0cc", + "terminal.ansi.dim_black": null, + "terminal.ansi.cyan": "#7287FD", + "terminal.ansi.bright_cyan": "#7287FD", + "terminal.ansi.dim_cyan": null, + "terminal.ansi.white": "#acb0be", + "terminal.ansi.bright_white": "#5c5f77", + "terminal.ansi.dim_white": null, + "terminal.ansi.yellow": "#e5c07b", + "terminal.ansi.bright_yellow": "#e5c07b", + "terminal.ansi.dim_yellow": null, + "terminal.ansi.green": "#40a02b", + "terminal.ansi.bright_green": "#40a02b", + "terminal.ansi.dim_green": null, + "terminal.ansi.blue": "#1e66f5", + "terminal.ansi.bright_blue": "#1e66f5", + "terminal.ansi.dim_blue": null, + "terminal.ansi.magenta": "#ea76cb", + "terminal.ansi.bright_magenta": "#ea76cb", + "terminal.ansi.dim_magenta": null, + "scrollbar_thumb.background": "#ffffff", + "scrollbar.thumb.hover_background": "#ffffff", + "scrollbar.thumb.border": "#000000", + "scrollbar.track.background": "#000000", + "scrollbar.track.border": "#000000", + "editor.active_line.background": "#ffffff25", + "editor.highlighted_line.background": "#000000", + "editor.line_number": "#ffffff30", + "elevated_surface.background": "#0D0E0E", + "elevated_surface.border": "#ffffff", + "surface.background": "#000000", + "modified": "#e5c07b", + "syntax": { + "exception": { + "color": "#DC143C", + "font_style": "italic" + }, + "type.function": { + "color": "#9a77cf", + "font_style": "italic" + }, + { + "function": { + "color": "#ff6817", + "font_style": "italic" + } + }, + "function.method": { + "color": "#ff6817", + "font_style": "italic" + }, + "comment": { + "color": "#7f848e", + "font_style": "italic" + }, + "keyword": { + "color": "#7725EE", + "font_style": "italic" + }, + "string": { + "color": "#e5c07b", + "font_style": "italic" + }, + "keyword.conditional": { + "color": "#ff6700", + "font_style": "italic" + }, + "keyword.coroutine": { + "color": "#ff6700", + "font_style": "italic" + }, + "keyword.repeat": { + "color": "#ff6700", + "font_style": "italic" + }, + "keyword.exception": { + "color": "#DC143C", + "font_style": "italic" + }, + "keyword.operator": { + "color": "#ff6700", + "font_style": "italic" + }, + "string.escape": { + "color": "#EA76CB", + "font_style": "italic" + }, + "boolean": { + "color": "#e5c07b", + "font_style": "italic" + }, + "constant": { + "color": "#ff6817", + "font_style": "italic" + }, + "punctuation.special": { + "color": "#ff6700", + "font_style": "italic" + }, + "number": { + "color": "#e5c07b", + "font_style": "italic" + }, + "punctuation": { + "color": "#7755EE" + }, + "variable": { + "color": "#df881d" + }, + "operator": { + "color": "#7755EE" + }, + "type": { + "color": "#9a77cf", + "font_style": "italic" + }, + "variable.builtin": { + "color": "#ff6700", + "font_style": "italic" + }, + "variable.parameter": { + "color": "#ff6700", + "font_style": "italic" + } + }, + "players": [ + { + "cursor": "#ffffff", + "selection": "#ffffff20" + } + ] + } } - } - ] -} + ] + } From 295ac6c2d82cf85bc703364b07b9c676b192db85 Mon Sep 17 00:00:00 2001 From: Parker Martin Date: Wed, 7 Aug 2024 17:02:16 -0600 Subject: [PATCH 2/2] removing extra { --- themes/the-dark-side.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/themes/the-dark-side.json b/themes/the-dark-side.json index 59b0b10..8ead4f4 100644 --- a/themes/the-dark-side.json +++ b/themes/the-dark-side.json @@ -86,11 +86,10 @@ "type.function": { "color": "#9a77cf", "font_style": "italic" - }, - { - "function": { - "color": "#ff6817", - "font_style": "italic" + }, + "function": { + "color": "#ff6817", + "font_style": "italic" } }, "function.method": {