Files
omarchy-ash-theme/tools/reference/dark/zed.json
T

106 lines
3.7 KiB
JSON

{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Omarchy",
"author": "@bypass_",
"themes": [
{
"name": "Omarchy",
"appearance": "dark",
"style": {
"background": "#1B1B1B90",
"editor.background": "#1B1B1B90",
"editor.foreground": "#efebdc",
"text": "#efebdc",
"text.muted": "#efebdc70",
"text.ignored": "#efebdc40",
"text.placeholder": "#efebdc50",
"ignored": "#efebdc30",
"element.hover": "#efebdc30",
"ghost_element.hover": "#817f6830",
"ghost_element.selected": "#817f6830",
"ghost_element.active": "#817f6860",
"border": "#1B1B1B",
"editor.highlighted_line.background": "#817f6810",
"editor.active_line.background": "#817f6810",
"panel.background": "#1B1B1B90",
"title_bar.background": "#1B1B1B90",
"title_bar.inactive_background": "#1B1B1B90",
"status_bar.background": "#1B1B1B90",
"drop_target.background": "#1B1B1B90",
"elevated_surface.background": "#1B1B1B",
"toolbar.background": "#1B1B1B90",
"tab_bar.background": "#1B1B1B90",
"tab.inactive_background": "#1B1B1B90",
"tab.active_background": "#817f6830",
"scrollbar.track.background": "transparent",
"scrollbar.track.border": "#1B1B1B",
"scrollbar.thumb.background": "#efebdc",
"editor.gutter.background": "#1B1B1B90",
"terminal.background": "#1B1B1B10",
"terminal.foreground": "#efebdc",
"terminal.dim_foreground": "#efebdc",
"terminal.bright_foreground": "#efebdc",
"terminal.ansi.black": "#1B1B1B",
"terminal.ansi.red": "#F44336",
"terminal.ansi.green": "#e75a50",
"terminal.ansi.yellow": "#a99b7a",
"terminal.ansi.blue": "#e58980",
"terminal.ansi.magenta": "#77838a",
"terminal.ansi.cyan": "#6d6d6d",
"terminal.ansi.white": "#E1CE98",
"terminal.ansi.bright_black": "#817f68",
"terminal.ansi.bright_red": "#f44336",
"terminal.ansi.bright_green": "#e75a50",
"terminal.ansi.bright_yellow": "#a99b7a",
"terminal.ansi.bright_blue": "#e58980",
"terminal.ansi.bright_magenta": "#77838a",
"terminal.ansi.bright_cyan": "#6d6d6d",
"terminal.ansi.bright_white": "#efebdc",
"modified": "#F44336",
"syntax": {
"attribute": {
"color": "#E1CE98"
},
"boolean": {
"color": "#e75a50"
},
"comment": {
"color": "#817f68"
},
"comment.doc": {
"color": "#817f68"
},
"constant": {
"color": "#e75a50"
},
"function": {
"color": "#6d6d6d"
},
"keyword": {
"color": "#e58980"
},
"number": {
"color": "#77838a"
},
"operator": {
"color": "#e58980"
},
"string": {
"color": "#F44336"
},
"variable": {
"color": "#e75a50"
}
},
"players": [
{
"cursor": "#efebdc",
"background": "#1B1B1B",
"selection": "#efebdc30"
}
]
}
}
]
}