From dbd04969ccee94cc908843d48d35228af197450d Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 31 Mar 2026 17:50:27 -0400 Subject: [PATCH] fix: remove themes --- themes/solarized-dark.json | 143 ------------------ themes/solarized-light.json | 143 ------------------ themes/tokyonight-dark.json | 143 ------------------ themes/tokyonight-day.json | 279 ----------------------------------- themes/tokyonight-light.json | 143 ------------------ themes/tokyonight-moon.json | 279 ----------------------------------- 6 files changed, 1130 deletions(-) delete mode 100644 themes/solarized-dark.json delete mode 100644 themes/solarized-light.json delete mode 100644 themes/tokyonight-dark.json delete mode 100644 themes/tokyonight-day.json delete mode 100644 themes/tokyonight-light.json delete mode 100644 themes/tokyonight-moon.json diff --git a/themes/solarized-dark.json b/themes/solarized-dark.json deleted file mode 100644 index 03c53d6..0000000 --- a/themes/solarized-dark.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "InterSystems Solarized Dark", - "author": "InterSystems", - "themes": [ - { - "name": "InterSystems Solarized Dark", - "appearance": "dark", - "style": { - "background": "#002b36", - "foreground": "#839496", - "text": "#839496", - "text.muted": "#586e75", - "editor.background": "#002b36", - "editor.foreground": "#839496", - "editor.active_line.background": "#073642", - "selection": "#073642", - "selection.inactive": "#073642", - "status_bar.background": "#073642", - "status_bar.foreground": "#839496", - "tab.active_background": "#073642", - "tab.active_foreground": "#839496", - "tab.inactive_foreground": "#586e75", - "terminal.background": "#002b36", - "terminal.foreground": "#839496", - "syntax": { - "ignore": { - "color": "#586e75" - }, - "warning": { - "color": "#b58900", - "font_weight": 700 - }, - "error": { - "color": "#dc322f", - "font_weight": 700 - }, - "comment": { - "color": "#71e584", - "font_style": "italic" - }, - "string": { - "color": "#e5b871" - }, - "number": { - "color": "#e5718f" - }, - "keyword": { - "color": "#71e5da", - "font_weight": 700 - }, - "operator": { - "color": "#7f71e5" - }, - "function": { - "color": "#e57a71" - }, - "type": { - "color": "#71e59c" - }, - "variable": { - "color": "#e5df71" - }, - "variable.special": { - "color": "#e571ce" - }, - "variable.parameter": { - "color": "#e571a7" - }, - "constant": { - "color": "#bd71e5" - }, - "punctuation": { - "color": "#657b83" - }, - "tag": { - "color": "#268bd2" - }, - "property": { - "color": "#b58900" - }, - "attribute": { - "color": "#71e1e5" - }, - "label": { - "color": "#a571e5" - }, - "boolean": { - "color": "#71e575" - }, - "embedded": { - "color": "#71a2e5" - }, - "markup.raw": { - "color": "#2aa198" - }, - "markup.heading": { - "color": "#657b83" - }, - "string.regex": { - "color": "#71b1e5" - }, - "string.special": { - "color": "#9771e5" - }, - "function.builtin": { - "color": "#ace571" - }, - "variant": { - "color": "#718ae5" - }, - "namespace": { - "color": "#71c9e5" - }, - "punctuation.delimiter": { - "color": "#85e571" - }, - "punctuation.bracket": { - "color": "#e5a071" - }, - "constant.builtin": { - "color": "#71e5c2" - }, - "preproc": { - "color": "#e471e5" - }, - "type.builtin": { - "color": "#c4e571" - }, - "punctuation.special": { - "color": "#e57180" - }, - "keyword.directive": { - "color": "#e5c771" - }, - "comment.doc": { - "color": "#e571bf" - } - } - } - } - ] -} diff --git a/themes/solarized-light.json b/themes/solarized-light.json deleted file mode 100644 index c3202d2..0000000 --- a/themes/solarized-light.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "InterSystems Solarized Light", - "author": "InterSystems", - "themes": [ - { - "name": "InterSystems Solarized Light", - "appearance": "light", - "style": { - "background": "#fdf6e3", - "foreground": "#657b83", - "text": "#657b83", - "text.muted": "#93a1a1", - "editor.background": "#fdf6e3", - "editor.foreground": "#657b83", - "editor.active_line.background": "#eee8d5", - "selection": "#eee8d5", - "selection.inactive": "#eee8d5", - "status_bar.background": "#eee8d5", - "status_bar.foreground": "#657b83", - "tab.active_background": "#eee8d5", - "tab.active_foreground": "#657b83", - "tab.inactive_foreground": "#93a1a1", - "terminal.background": "#fdf6e3", - "terminal.foreground": "#657b83", - "syntax": { - "ignore": { - "color": "#93a1a1" - }, - "warning": { - "color": "#b58900", - "font_weight": 700 - }, - "error": { - "color": "#dc322f", - "font_weight": 700 - }, - "comment": { - "color": "#891f4a", - "font_style": "italic" - }, - "string": { - "color": "#241f89" - }, - "number": { - "color": "#1f7789" - }, - "keyword": { - "color": "#89431f", - "font_weight": 700 - }, - "operator": { - "color": "#4f891f" - }, - "function": { - "color": "#1f5389" - }, - "type": { - "color": "#891f34" - }, - "variable": { - "color": "#481f89" - }, - "variable.special": { - "color": "#1f8962" - }, - "variable.parameter": { - "color": "#1f8986" - }, - "constant": { - "color": "#1f8929" - }, - "punctuation": { - "color": "#839496" - }, - "tag": { - "color": "#268bd2" - }, - "property": { - "color": "#b58900" - }, - "attribute": { - "color": "#89511f" - }, - "label": { - "color": "#2b891f" - }, - "boolean": { - "color": "#891f58" - }, - "embedded": { - "color": "#88891f" - }, - "markup.raw": { - "color": "#2aa198" - }, - "markup.heading": { - "color": "#839496" - }, - "string.regex": { - "color": "#897d1f" - }, - "string.special": { - "color": "#39891f" - }, - "function.builtin": { - "color": "#811f89" - }, - "variant": { - "color": "#72891f" - }, - "namespace": { - "color": "#89671f" - }, - "punctuation.delimiter": { - "color": "#891f6e" - }, - "punctuation.bracket": { - "color": "#1f3089" - }, - "constant.builtin": { - "color": "#892e1f" - }, - "preproc": { - "color": "#1f894c" - }, - "type.builtin": { - "color": "#6b1f89" - }, - "punctuation.special": { - "color": "#1f6989" - }, - "keyword.directive": { - "color": "#321f89" - }, - "comment.doc": { - "color": "#1f8970" - } - } - } - } - ] -} diff --git a/themes/tokyonight-dark.json b/themes/tokyonight-dark.json deleted file mode 100644 index 3708322..0000000 --- a/themes/tokyonight-dark.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "InterSystems Tokyonight Dark", - "author": "InterSystems", - "themes": [ - { - "name": "InterSystems Tokyonight Dark", - "appearance": "dark", - "style": { - "background": "#222436", - "foreground": "#c8d3f5", - "text": "#c8d3f5", - "text.muted": "#545c7e", - "editor.background": "#222436", - "editor.foreground": "#c8d3f5", - "editor.active_line.background": "#2d3f76", - "selection": "#2d3f76", - "selection.inactive": "#2d3f76", - "status_bar.background": "#3b4261", - "status_bar.foreground": "#c8d3f5", - "tab.active_background": "#3b4261", - "tab.active_foreground": "#c8d3f5", - "tab.inactive_foreground": "#545c7e", - "terminal.background": "#222436", - "terminal.foreground": "#c8d3f5", - "syntax": { - "ignore": { - "color": "#545c7e" - }, - "warning": { - "color": "#ffc777", - "font_weight": 700 - }, - "error": { - "color": "#ff757f", - "font_weight": 700 - }, - "comment": { - "color": "#e571a8", - "font_style": "italic" - }, - "string": { - "color": "#7173e5" - }, - "number": { - "color": "#71d8e5" - }, - "keyword": { - "color": "#e59171", - "font_weight": 700 - }, - "operator": { - "color": "#ade571" - }, - "function": { - "color": "#71b1e5" - }, - "type": { - "color": "#e57190" - }, - "variable": { - "color": "#9671e5" - }, - "variable.special": { - "color": "#71e5b3" - }, - "variable.parameter": { - "color": "#71e5da" - }, - "constant": { - "color": "#71e574" - }, - "punctuation": { - "color": "#9099c2" - }, - "tag": { - "color": "#82aaff" - }, - "property": { - "color": "#86e1fc" - }, - "attribute": { - "color": "#e5a071" - }, - "label": { - "color": "#86e571" - }, - "boolean": { - "color": "#e571b6" - }, - "embedded": { - "color": "#e5de71" - }, - "markup.raw": { - "color": "#c3e88d" - }, - "markup.heading": { - "color": "#9099c2" - }, - "string.regex": { - "color": "#e5d071" - }, - "string.special": { - "color": "#95e571" - }, - "function.builtin": { - "color": "#d571e5" - }, - "variant": { - "color": "#d3e571" - }, - "namespace": { - "color": "#e5b871" - }, - "punctuation.delimiter": { - "color": "#e571ce" - }, - "punctuation.bracket": { - "color": "#718be5" - }, - "constant.builtin": { - "color": "#e57971" - }, - "preproc": { - "color": "#71e59b" - }, - "type.builtin": { - "color": "#bd71e5" - }, - "punctuation.special": { - "color": "#71c9e5" - }, - "keyword.directive": { - "color": "#7e71e5" - }, - "comment.doc": { - "color": "#71e5c2" - } - } - } - } - ] -} diff --git a/themes/tokyonight-day.json b/themes/tokyonight-day.json deleted file mode 100644 index 25697bf..0000000 --- a/themes/tokyonight-day.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "InterSystems Tokyonight Day", - "author": "InterSystems", - "themes": [ - { - "name": "InterSystems Tokyonight Day", - "appearance": "light", - "style": { - "background": "#e1e2e7", - "foreground": "#3760bf", - "text": "#3760bf", - "text.muted": "#3760bf", - "editor.background": "#e1e2e7", - "editor.foreground": "#3760bf", - "editor.active_line.background": "#b7c1e3", - "selection": "#b7c1e3", - "selection.inactive": "#b7c1e3", - "status_bar.background": "#d0d5e3", - "status_bar.foreground": "#6172b0", - "tab.active_background": "#d0d5e3", - "tab.active_foreground": "#6172b0", - "tab.inactive_background": "#e1e2e7", - "tab.inactive_foreground": "#3760bf", - "terminal.background": "#e1e2e7", - "terminal.foreground": "#3760bf", - "syntax": { - "annotation": { - "color": "#007197" - }, - "attribute": { - "color": "#82891f" - }, - "attribute.builtin": { - "color": "#188092" - }, - "boolean": { - "color": "#89261f" - }, - "character": { - "color": "#587539" - }, - "character.printf": { - "color": "#188092" - }, - "character.special": { - "color": "#188092" - }, - "comment": { - "color": "#89341f", - "font_style": "italic" - }, - "comment.error": { - "color": "#c64343" - }, - "comment.hint": { - "color": "#118c74" - }, - "comment.info": { - "color": "#07879d" - }, - "comment.note": { - "color": "#118c74" - }, - "comment.todo": { - "color": "#2e7de9" - }, - "comment.warning": { - "color": "#8c6c3e" - }, - "constant": { - "color": "#1f8969" - }, - "constant.builtin": { - "color": "#896d1f" - }, - "constant.macro": { - "color": "#007197" - }, - "constructor": { - "color": "#9854f1" - }, - "constructor.tsx": { - "color": "#188092" - }, - "function": { - "color": "#2b1f89" - }, - "function.builtin": { - "color": "#891f51" - }, - "function.call": { - "color": "#2e7de9" - }, - "function.macro": { - "color": "#007197" - }, - "function.method": { - "color": "#2e7de9" - }, - "function.method.call": { - "color": "#2e7de9" - }, - "keyword": { - "color": "#89831f" - }, - "keyword.conditional": { - "color": "#9854f1" - }, - "keyword.coroutine": { - "color": "#7847bd" - }, - "keyword.debug": { - "color": "#b15c00" - }, - "keyword.directive": { - "color": "#721f89" - }, - "keyword.directive.define": { - "color": "#007197" - }, - "keyword.exception": { - "color": "#9854f1" - }, - "keyword.function": { - "color": "#9854f1" - }, - "keyword.import": { - "color": "#007197" - }, - "keyword.operator": { - "color": "#006a83" - }, - "keyword.repeat": { - "color": "#9854f1" - }, - "keyword.return": { - "color": "#7847bd" - }, - "keyword.storage": { - "color": "#188092" - }, - "label": { - "color": "#1f8953" - }, - "module": { - "color": "#2e7de9" - }, - "module.builtin": { - "color": "#f52a65" - }, - "namespace.builtin": { - "color": "#f52a65" - }, - "number": { - "color": "#1f3789" - }, - "number.float": { - "color": "#b15c00" - }, - "operator": { - "color": "#1f892f" - }, - "property": { - "color": "#387068" - }, - "punctuation": { - "color": "#188092" - }, - "punctuation.bracket": { - "color": "#4e1f89" - }, - "punctuation.delimiter": { - "color": "#891f2e" - }, - "punctuation.special": { - "color": "#1f2989" - }, - "punctuation.special.markdown": { - "color": "#b15c00" - }, - "string": { - "color": "#641f89" - }, - "string.documentation": { - "color": "#8c6c3e" - }, - "string.escape": { - "color": "#9854f1" - }, - "string.regexp": { - "color": "#2e5857" - }, - "string.special": { - "color": "#1f8945" - }, - "tag": { - "color": "#9854f1" - }, - "tag.attribute": { - "color": "#387068" - }, - "tag.builtin": { - "color": "#188092" - }, - "tag.delimiter": { - "color": "#188092" - }, - "tag.delimiter.tsx": { - "color": "#649be8" - }, - "tag.javascript": { - "color": "#f52a65" - }, - "tag.tsx": { - "color": "#f52a65" - }, - "type": { - "color": "#894a1f" - }, - "type.builtin": { - "color": "#891f67" - }, - "type.definition": { - "color": "#188092" - }, - "type.qualifier": { - "color": "#7847bd" - }, - "variable": { - "color": "#881f89" - }, - "variable.special": { - "color": "#1f7089" - }, - "variable.builtin": { - "color": "#f52a65" - }, - "variable.member": { - "color": "#387068" - }, - "variable.parameter": { - "color": "#1f4d89" - }, - "variable.parameter.builtin": { - "color": "#7b6a58" - }, - "error": { - "color": "#c64343" - }, - "ignore": { - "color": "#3760bf" - }, - "warning": { - "color": "#8c6c3e" - }, - "string.regex": { - "color": "#56891f" - }, - "variant": { - "color": "#32891f" - }, - "namespace": { - "color": "#6c891f" - }, - "preproc": { - "color": "#1f8689" - }, - "embedded": { - "color": "#48891f" - }, - "comment.doc": { - "color": "#1f6389" - } - } - } - } - ] -} diff --git a/themes/tokyonight-light.json b/themes/tokyonight-light.json deleted file mode 100644 index 5b4dceb..0000000 --- a/themes/tokyonight-light.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "InterSystems Tokyonight Light", - "author": "InterSystems", - "themes": [ - { - "name": "InterSystems Tokyonight Light", - "appearance": "light", - "style": { - "background": "#e1e2e7", - "foreground": "#3760bf", - "text": "#3760bf", - "text.muted": "#9199b3", - "editor.background": "#e1e2e7", - "editor.foreground": "#3760bf", - "editor.active_line.background": "#c4c8da", - "selection": "#c4c8da", - "selection.inactive": "#c4c8da", - "status_bar.background": "#c8cada", - "status_bar.foreground": "#3760bf", - "tab.active_background": "#c8cada", - "tab.active_foreground": "#3760bf", - "tab.inactive_foreground": "#9199b3", - "terminal.background": "#e1e2e7", - "terminal.foreground": "#3760bf", - "syntax": { - "ignore": { - "color": "#9199b3" - }, - "warning": { - "color": "#8f5e15", - "font_weight": 700 - }, - "error": { - "color": "#bf3a4c", - "font_weight": 700 - }, - "comment": { - "color": "#89501f", - "font_style": "italic" - }, - "string": { - "color": "#801f89" - }, - "number": { - "color": "#241f89" - }, - "keyword": { - "color": "#73891f", - "font_weight": 700 - }, - "operator": { - "color": "#1f894c" - }, - "function": { - "color": "#471f89" - }, - "type": { - "color": "#89661f" - }, - "variable": { - "color": "#891f6e" - }, - "variable.special": { - "color": "#1f5489" - }, - "variable.parameter": { - "color": "#1f3189" - }, - "constant": { - "color": "#1f8985" - }, - "punctuation": { - "color": "#68739c" - }, - "tag": { - "color": "#2e7de9" - }, - "property": { - "color": "#33635c" - }, - "attribute": { - "color": "#65891f" - }, - "label": { - "color": "#1f896f" - }, - "boolean": { - "color": "#89431f" - }, - "embedded": { - "color": "#2c891f" - }, - "markup.raw": { - "color": "#587539" - }, - "markup.heading": { - "color": "#68739c" - }, - "string.regex": { - "color": "#3a891f" - }, - "string.special": { - "color": "#1f8961" - }, - "function.builtin": { - "color": "#891f35" - }, - "variant": { - "color": "#1f8928" - }, - "namespace": { - "color": "#50891f" - }, - "punctuation.delimiter": { - "color": "#892d1f" - }, - "punctuation.bracket": { - "color": "#6a1f89" - }, - "constant.builtin": { - "color": "#89891f" - }, - "preproc": { - "color": "#1f6a89" - }, - "type.builtin": { - "color": "#891f4b" - }, - "punctuation.special": { - "color": "#311f89" - }, - "keyword.directive": { - "color": "#891f84" - }, - "comment.doc": { - "color": "#1f4789" - } - } - } - } - ] -} diff --git a/themes/tokyonight-moon.json b/themes/tokyonight-moon.json deleted file mode 100644 index 87d48fd..0000000 --- a/themes/tokyonight-moon.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "InterSystems Tokyonight Moon", - "author": "InterSystems", - "themes": [ - { - "name": "InterSystems Tokyonight Moon", - "appearance": "dark", - "style": { - "background": "#222436", - "foreground": "#c8d3f5", - "text": "#c8d3f5", - "text.muted": "#c8d3f5", - "editor.background": "#222436", - "editor.foreground": "#c8d3f5", - "editor.active_line.background": "#2d3f76", - "selection": "#2d3f76", - "selection.inactive": "#2d3f76", - "status_bar.background": "#1e2030", - "status_bar.foreground": "#828bb8", - "tab.active_background": "#1e2030", - "tab.active_foreground": "#828bb8", - "tab.inactive_background": "#222436", - "tab.inactive_foreground": "#c8d3f5", - "terminal.background": "#222436", - "terminal.foreground": "#c8d3f5", - "syntax": { - "annotation": { - "color": "#86e1fc" - }, - "attribute": { - "color": "#71d1e5" - }, - "attribute.builtin": { - "color": "#65bcff" - }, - "boolean": { - "color": "#71e584" - }, - "character": { - "color": "#c3e88d" - }, - "character.printf": { - "color": "#65bcff" - }, - "character.special": { - "color": "#65bcff" - }, - "comment": { - "color": "#71e593", - "font_style": "italic" - }, - "comment.error": { - "color": "#c53b53" - }, - "comment.hint": { - "color": "#4fd6be" - }, - "comment.info": { - "color": "#0db9d7" - }, - "comment.note": { - "color": "#4fd6be" - }, - "comment.todo": { - "color": "#82aaff" - }, - "comment.warning": { - "color": "#ffc777" - }, - "constant": { - "color": "#cd71e5" - }, - "constant.builtin": { - "color": "#71e5d2" - }, - "constant.macro": { - "color": "#86e1fc" - }, - "constructor": { - "color": "#c099ff" - }, - "constructor.tsx": { - "color": "#65bcff" - }, - "function": { - "color": "#e58971" - }, - "function.builtin": { - "color": "#9ce571" - }, - "function.call": { - "color": "#82aaff" - }, - "function.macro": { - "color": "#86e1fc" - }, - "function.method": { - "color": "#82aaff" - }, - "function.method.call": { - "color": "#82aaff" - }, - "keyword": { - "color": "#71e0e5" - }, - "keyword.conditional": { - "color": "#c099ff" - }, - "keyword.coroutine": { - "color": "#fca7ea" - }, - "keyword.debug": { - "color": "#ff966c" - }, - "keyword.directive": { - "color": "#e5d771" - }, - "keyword.directive.define": { - "color": "#86e1fc" - }, - "keyword.exception": { - "color": "#c099ff" - }, - "keyword.function": { - "color": "#c099ff" - }, - "keyword.import": { - "color": "#86e1fc" - }, - "keyword.operator": { - "color": "#89ddff" - }, - "keyword.repeat": { - "color": "#c099ff" - }, - "keyword.return": { - "color": "#fca7ea" - }, - "keyword.storage": { - "color": "#65bcff" - }, - "label": { - "color": "#b571e5" - }, - "module": { - "color": "#82aaff" - }, - "module.builtin": { - "color": "#ff757f" - }, - "namespace.builtin": { - "color": "#ff757f" - }, - "number": { - "color": "#e5717f" - }, - "number.float": { - "color": "#ff966c" - }, - "operator": { - "color": "#8e71e5" - }, - "property": { - "color": "#4fd6be" - }, - "punctuation": { - "color": "#65bcff" - }, - "punctuation.bracket": { - "color": "#e5b071" - }, - "punctuation.delimiter": { - "color": "#75e571" - }, - "punctuation.special": { - "color": "#e57171" - }, - "punctuation.special.markdown": { - "color": "#ff966c" - }, - "string": { - "color": "#e5c871" - }, - "string.documentation": { - "color": "#ffc777" - }, - "string.escape": { - "color": "#c099ff" - }, - "string.regexp": { - "color": "#b4f9f8" - }, - "string.special": { - "color": "#a671e5" - }, - "tag": { - "color": "#c099ff" - }, - "tag.attribute": { - "color": "#4fd6be" - }, - "tag.builtin": { - "color": "#65bcff" - }, - "tag.delimiter": { - "color": "#65bcff" - }, - "tag.delimiter.tsx": { - "color": "#6582c3" - }, - "tag.javascript": { - "color": "#ff757f" - }, - "tag.tsx": { - "color": "#ff757f" - }, - "type": { - "color": "#71e5ab" - }, - "type.builtin": { - "color": "#b4e571" - }, - "type.definition": { - "color": "#65bcff" - }, - "type.qualifier": { - "color": "#fca7ea" - }, - "variable": { - "color": "#dbe571" - }, - "variable.special": { - "color": "#e571be" - }, - "variable.builtin": { - "color": "#ff757f" - }, - "variable.member": { - "color": "#4fd6be" - }, - "variable.parameter": { - "color": "#e57197" - }, - "variable.parameter.builtin": { - "color": "#f4c990" - }, - "error": { - "color": "#c53b53" - }, - "ignore": { - "color": "#c8d3f5" - }, - "warning": { - "color": "#ffc777" - }, - "string.regex": { - "color": "#71a1e5" - }, - "variant": { - "color": "#717ae5" - }, - "namespace": { - "color": "#71b9e5" - }, - "preproc": { - "color": "#e571d6" - }, - "embedded": { - "color": "#7192e5" - }, - "comment.doc": { - "color": "#e571af" - } - } - } - } - ] -}