diff --git a/sbc-0.3.0.vsix b/sbc-0.3.0.vsix new file mode 100644 index 0000000..4e6ed24 Binary files /dev/null and b/sbc-0.3.0.vsix differ diff --git a/subtleColors.json b/subtleColors.json new file mode 100644 index 0000000..6ebff0b --- /dev/null +++ b/subtleColors.json @@ -0,0 +1,276 @@ +{ + "$schema": "https://zed.dev/schema/themes/v0.1.0.json", + "author": "Phani Pavan K (MMIPvn)", + "name": "Subtle Colors", + "themes": [ + { + "appearance": "dark", + "name": "SbC1", + "style": { + "background": "#1b1e24", + "border": "#1B1D23", + "border.disabled": "#292929", + "border.focused": "#746f77", + "border.selected": "#464646", + "border.transparent": "#163FB1", + "border.variant": "#3f00bd", + "conflict": "#c99b69", + "conflict.background": null, + "conflict.border": null, + "created": "#9BC53DBB", + "created.background": null, + "created.border": null, + "deleted": "#9d4436", + "deleted.background": null, + "deleted.border": null, + "drop_target.background": "#495061d7", + "editor.active_line.background": "#2e323d", + "editor.active_line_number": "#90908a", + "editor.active_wrap_guide": "#414339", + "editor.background": "#1a1d23", + "editor.document_highlight.read_background": null, + "editor.document_highlight.write_background": null, + "editor.foreground": "#D5CED9", + "editor.gutter.background": "#1a1d23", + "editor.highlighted_line.background": null, + "editor.invisible": null, + "editor.line_number": "#746f77", + "editor.subheader.background": null, + "editor.wrap_guide": "#414339", + "element.active": "#2d6932", + "element.background": "#22252d", + "element.disabled": "#701B1B96", + "element.hover": "#724C2021", + "element.selected": "#4EC25811", + "elevated_surface.background": "#22252d", + "error": "#d15746", + "error.background": null, + "error.border": null, + "ghost_element.active":"#2D693296", + "ghost_element.background": null, + "ghost_element.disabled": null, + "ghost_element.hover": "#724C2069", + "ghost_element.selected": "#2D693296", + "hidden": "#9C9C9C", + "hidden.background": null, + "hidden.border": null, + "hint": "#373941", + "hint.background": "#20232A", + "hint.border": null, + "icon": null, + "icon.accent": null, + "icon.disabled": null, + "icon.muted": null, + "icon.placeholder": null, + "ignored": null, + "ignored.background": null, + "ignored.border": null, + "info": null, + "info.background": null, + "info.border": null, + "link_text.hover": null, + "modified": "#aa7850", + "modified.background": null, + "modified.border": null, + "pane.focused_border": null, + "panel.background": "#1D1D1A", + "panel.focused_border": null, + "players": [ + { + "background": "#566ddaff", + "cursor": "#566ddaff", + "selection": "#ff54543d" + }, + { + "background": "#bf41bfff", + "cursor": "#bf41bfff", + "selection": "#bf41bf3d" + }, + { + "background": "#aa563bff", + "cursor": "#aa563bff", + "selection": "#aa563b3d" + }, + { + "background": "#955ae6ff", + "cursor": "#955ae6ff", + "selection": "#955ae63d" + }, + { + "background": "#3a8bc6ff", + "cursor": "#3a8bc6ff", + "selection": "#3a8bc63d" + }, + { + "background": "#be4677ff", + "cursor": "#be4677ff", + "selection": "#be46773d" + }, + { + "background": "#a06d3aff", + "cursor": "#a06d3aff", + "selection": "#a06d3a3d" + }, + { + "background": "#2b9292ff", + "cursor": "#2b9292ff", + "selection": "#2b92923d" + } + ], + "predictive": "#a6e22e", + "predictive.background": null, + "predictive.border": null, + "renamed": "#aa7850", + "renamed.background": null, + "renamed.border": null, + "scrollbar.thumb.border": null, + "scrollbar.thumb.hover_background": "#f7911bcc", + "scrollbar.track.background": "#1a1d23", + "scrollbar.track.border": "#1a1d23", + "scrollbar_thumb.background": "#3A3F4C77", + "search.match_background": "#535C69", + "status_bar.background": "#23262E", + "success": "#a6e22e", + "success.background": null, + "success.border": null, + "surface.background": "#23262E", + "syntax": { + "attribute": { + "color": "#D5CED9", + "font_style": null, + "font_weight": null + }, + "boolean": { + "color": "#ee5d43", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#5f6167", + "font_style": null, + "font_weight": null + }, + "comment.doc": { + "color": "#75715E", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#f39c12", + "font_style": "normal", + "font_weight": null + }, + "function": { + "color": "#ff526c", + "font_style": "italic", + "font_weight": null + }, + "keyword": { + "color": "#c74ded", + "font_style": "italic", + "font_weight": null + }, + "number": { + "color": "#f39c12", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#96E072", + "font_style": null, + "font_weight": null + }, + "string.escape": { + "color": "#ff526c", + "font_style": "italic", + "font_weight": null + }, + "string.regex": { + "color": "#7cb7ff", + "font_style": null, + "font_weight": null + }, + "string.special": { + "color": "#96E072", + "font_style": "italic", + "font_weight": 600 + }, + "string.special.symbol": { + "color": "#96E072", + "font_style": "italic", + "font_weight": null + }, + "tag": { + "color": "#00e8c6", + "font_style": null, + "font_weight": null + }, + "text.literal": { + "color": "#E6DB74", + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#ff526c", + "font_style": "italic", + "font_weight": null + }, + "variable": { + "color": "#F8F8F2", + "font_style": null, + "font_weight": null + }, + "variable.special": { + "color": "#00e8c6", + "font_style": "italic", + "font_weight": null + } + }, + "tab.active_background": "#414339", + "tab.inactive_background": "#414339", + "tab_bar.background": "#1252933", + "terminal.ansi.black": "#333333", + "terminal.ansi.blue": "#6A7EC8", + "terminal.ansi.bright_black": "#666666", + "terminal.ansi.bright_blue": "#819aff", + "terminal.ansi.bright_cyan": "#66D9EF", + "terminal.ansi.bright_green": "#A6E22E", + "terminal.ansi.bright_magenta": "#AE81FF", + "terminal.ansi.bright_red": "#f92672", + "terminal.ansi.bright_white": "#f8f8f2", + "terminal.ansi.bright_yellow": "#e2e22e", + "terminal.ansi.cyan": "#56ADBC", + "terminal.ansi.dim_black": null, + "terminal.ansi.dim_blue": null, + "terminal.ansi.dim_cyan": null, + "terminal.ansi.dim_green": null, + "terminal.ansi.dim_magenta": null, + "terminal.ansi.dim_red": null, + "terminal.ansi.dim_white": null, + "terminal.ansi.dim_yellow": null, + "terminal.ansi.green": "#86B42B", + "terminal.ansi.magenta": "#8C6BC8", + "terminal.ansi.red": "#C4265E", + "terminal.ansi.white": "#e3e3dd", + "terminal.ansi.yellow": "#B3B42B", + "terminal.background": null, + "terminal.bright_foreground": null, + "terminal.dim_foreground": null, + "terminal.foreground": null, + "text": "#D5CED9", + "text.accent": null, + "text.disabled": null, + "text.muted": "#AAAAAA", + "text.placeholder": "#746f77", + "title_bar.background": "#222429", + "toolbar.background": "#22252d", + "unreachable": null, + "unreachable.background": null, + "unreachable.border": null, + "warning": "#FF9F2E", + "warning.background": null, + "warning.border": null + } + } + ] +} \ No newline at end of file