Last active
September 5, 2024 23:00
-
-
Save karuna/32f534bc30441264e59c39368ead6305 to your computer and use it in GitHub Desktop.
My Zed Borland colorscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://zed.dev/schema/themes/v0.1.0.json", | |
"name": "Ajep", | |
"appearance": "dark", | |
"author": "Karuna Murti", | |
"themes": [ | |
{ | |
"appearance": "dark", | |
"name": "Ajep Blue", | |
"style": { | |
"background.appearance": "opaque", | |
"accents": [], | |
"border": "#1b1f23", | |
"border.variant": "#1b1f23", | |
"border.focused": "#005cc5", | |
"border.selected": "#1b1f23", | |
"border.transparent": "#1b1f23", | |
"border.disabled": "#1b1f23", | |
"elevated_surface.background": "#0000a8", | |
"surface.background": "#1f2428", | |
"background": "#002451", | |
"element.background": "#176f2c", | |
"element.hover": "#282e34", | |
"element.active": null, | |
"element.selected": "#39414a", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#282e34", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#39414a", | |
"ghost_element.disabled": null, | |
"text": "#ffff58", | |
"text.muted": "#dddddd", | |
"text.placeholder": "#ff0000", | |
"text.disabled": "#575757", | |
"text.accent": "#ea4a5a", | |
"icon": null, | |
"icon.muted": null, | |
"icon.disabled": null, | |
"icon.placeholder": null, | |
"icon.accent": null, | |
"status_bar.background": "#24292e", | |
"title_bar.background": "#24292e", | |
"title_bar.inactive_background": null, | |
"toolbar.background": "#002451", | |
"tab_bar.background": "#1f2428", | |
"tab.inactive_background": "#1f2428", | |
"tab.active_background": "#24292e", | |
"search.match_background": "#339900", | |
"panel.background": "#1f2428", | |
"panel.focused_border": null, | |
"pane.focused_border": null, | |
"pane_group.border": "#1b1f23", | |
"scrollbar.thumb.background": "#6a737d33", | |
"scrollbar.thumb.hover_background": "#6a737d44", | |
"scrollbar.thumb.border": "#6a737d33", | |
"scrollbar.track.background": "#002451", | |
"scrollbar.track.border": "#1b1f23", | |
// "editor.foreground": "#ffffff", | |
"editor.foreground": "#ffff58", | |
// "editor.background": "#002451", | |
"editor.background": "#0000a8", | |
"editor.gutter.background": "#002451", | |
"editor.subheader.background": null, | |
// "editor.active_line.background": "#00346e", | |
"editor.active_line.background": "#3388ff", | |
"editor.active_line_number": "#ffffff", | |
"editor.highlighted_line.background": null, | |
// "editor.line_number": "#444d56", | |
"editor.line_number": "#ffff58", | |
"editor.invisible": null, | |
"editor.wrap_guide": "#1b1f23", | |
"editor.active_wrap_guide": "#1b1f23", | |
"editor.indent_guide": null, | |
"editor.indent_guide_active": null, | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"terminal.background": null, | |
"terminal.foreground": null, | |
"terminal.bright_foreground": null, | |
"terminal.dim_foreground": null, | |
"terminal.ansi.black": "#000000", | |
"terminal.ansi.bright_black": "#959da5", | |
"terminal.ansi.dim_black": null, | |
"terminal.ansi.red": "#ea4a5a", | |
"terminal.ansi.bright_red": "#f97583", | |
"terminal.ansi.dim_red": null, | |
"terminal.ansi.green": "#34d058", | |
"terminal.ansi.bright_green": "#85e89d", | |
"terminal.ansi.dim_green": null, | |
"terminal.ansi.yellow": "#ffea7f", | |
"terminal.ansi.bright_yellow": "#ffea7f", | |
"terminal.ansi.dim_yellow": null, | |
"terminal.ansi.blue": "#2188ff", | |
"terminal.ansi.bright_blue": "#57feff", | |
"terminal.ansi.dim_blue": null, | |
"terminal.ansi.magenta": "#b392f0", | |
"terminal.ansi.bright_magenta": "#b392f0", | |
"terminal.ansi.dim_magenta": null, | |
"terminal.ansi.cyan": "#39c5cf", | |
"terminal.ansi.bright_cyan": "#56d4dd", | |
"terminal.ansi.dim_cyan": null, | |
"terminal.ansi.white": "#d1d5da", | |
"terminal.ansi.bright_white": "#fafbfc", | |
"terminal.ansi.dim_white": null, | |
"link_text.hover": "#c8e1ff", | |
"conflict": "#ffab70", | |
"conflict.background": "#003078", | |
"conflict.border": null, | |
"created": "#28a745", | |
"created.background": "#003078", | |
"created.border": null, | |
"deleted": "#ea4a5a", | |
"deleted.background": "#003078", | |
"deleted.border": null, | |
"error": "#f97583", | |
"error.background": "#003078", | |
"error.border": null, | |
"hidden": "#959da5", | |
"hidden.background": "#003078", | |
"hidden.border": null, | |
"hint": "#969696ff", | |
"hint.background": "#003078", | |
"hint.border": null, | |
"ignored": "#6a737d", | |
"ignored.background": "#003078", | |
"ignored.border": null, | |
"info": null, | |
"info.background": "#003078", | |
"info.border": null, | |
"modified": "#2188ff", | |
"modified.background": "#003078", | |
"modified.border": null, | |
"predictive": null, | |
"predictive.background": "#003078", | |
"predictive.border": null, | |
"renamed": null, | |
"renamed.background": "#003078", | |
"renamed.border": null, | |
"success": null, | |
"success.background": "#003078", | |
"success.border": null, | |
"unreachable": null, | |
"unreachable.background": "#003078", | |
"unreachable.border": null, | |
"warning": "#ffea7f", | |
"warning.background": "#003078", | |
"warning.border": null, | |
"players": [ | |
{ | |
"cursor": "#ff0000", | |
"selection": "#002451" | |
} | |
], | |
"syntax": { | |
"comment": { | |
"color": "#a8a8a8", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#a8a8a8", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#57feff", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#85E89D", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"embedded": { | |
"color": "#FFFFFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis": { | |
"color": "#E1E4E8", | |
"background_color": null, | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"emphasis.strong": { | |
"color": "#E1E4E8", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"keyword": { | |
"color": "#ffffff", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"label": { | |
"color": "#B392F0", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"link_text": { | |
"color": "#DBEDFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"link_uri": { | |
"color": "#DBEDFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#57feff", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#ffffff", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#9ECBFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#9ECBFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#9ECBFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#9ECBFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#85E89D", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#9ECBFF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"title": { | |
"color": "#B392F0", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#FFAB70", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#79B8FF", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
}, | |
{ | |
"name": "Ajep Grey", | |
"appearance": "dark", | |
"style": { | |
"background": "#c8c8c8", | |
"syntax": {}, | |
"players": [], | |
"text": "#000000", | |
"background.appearance": "opaque" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment