feat: add ash light/dark omarchy themes derived from harbor
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Omarchy",
|
||||
"author": "@bypass_",
|
||||
"themes": [
|
||||
{
|
||||
"name": "Omarchy",
|
||||
"appearance": "dark",
|
||||
"style": {
|
||||
"background": "#1C1B1F90",
|
||||
"editor.background": "#1C1B1F90",
|
||||
"editor.foreground": "#e6dfd1",
|
||||
"text": "#e6dfd1",
|
||||
"text.muted": "#e6dfd170",
|
||||
"text.ignored": "#e6dfd140",
|
||||
"text.placeholder": "#e6dfd150",
|
||||
"ignored": "#e6dfd130",
|
||||
"element.hover": "#e6dfd130",
|
||||
"ghost_element.hover": "#6d6a6330",
|
||||
"ghost_element.selected": "#6d6a6330",
|
||||
"ghost_element.active": "#6d6a6360",
|
||||
"border": "#1C1B1F",
|
||||
"editor.highlighted_line.background": "#6d6a6310",
|
||||
"editor.active_line.background": "#6d6a6310",
|
||||
"panel.background": "#1C1B1F90",
|
||||
"title_bar.background": "#1C1B1F90",
|
||||
"title_bar.inactive_background": "#1C1B1F90",
|
||||
"status_bar.background": "#1C1B1F90",
|
||||
"drop_target.background": "#1C1B1F90",
|
||||
"elevated_surface.background": "#1C1B1F",
|
||||
"toolbar.background": "#1C1B1F90",
|
||||
"tab_bar.background": "#1C1B1F90",
|
||||
"tab.inactive_background": "#1C1B1F90",
|
||||
"tab.active_background": "#6d6a6330",
|
||||
"scrollbar.track.background": "transparent",
|
||||
"scrollbar.track.border": "#1C1B1F",
|
||||
"scrollbar.thumb.background": "#e6dfd1",
|
||||
"editor.gutter.background": "#1C1B1F90",
|
||||
"terminal.background": "#1C1B1F10",
|
||||
"terminal.foreground": "#e6dfd1",
|
||||
"terminal.dim_foreground": "#e6dfd1",
|
||||
"terminal.bright_foreground": "#e6dfd1",
|
||||
"terminal.ansi.black": "#1C1B1F",
|
||||
"terminal.ansi.red": "#C15C46",
|
||||
"terminal.ansi.green": "#e0914f",
|
||||
"terminal.ansi.yellow": "#d6b46a",
|
||||
"terminal.ansi.blue": "#b47e99",
|
||||
"terminal.ansi.magenta": "#7c9aa1",
|
||||
"terminal.ansi.cyan": "#54514f",
|
||||
"terminal.ansi.white": "#E6DFD1",
|
||||
"terminal.ansi.bright_black": "#6d6a63",
|
||||
"terminal.ansi.bright_red": "#c15c46",
|
||||
"terminal.ansi.bright_green": "#e0914f",
|
||||
"terminal.ansi.bright_yellow": "#d6b46a",
|
||||
"terminal.ansi.bright_blue": "#b47e99",
|
||||
"terminal.ansi.bright_magenta": "#7c9aa1",
|
||||
"terminal.ansi.bright_cyan": "#54514f",
|
||||
"terminal.ansi.bright_white": "#e6dfd1",
|
||||
"modified": "#C15C46",
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#E6DFD1"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#e0914f"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#6d6a63"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#6d6a63"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#e0914f"
|
||||
},
|
||||
"function": {
|
||||
"color": "#54514f"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#b47e99"
|
||||
},
|
||||
"number": {
|
||||
"color": "#7c9aa1"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#b47e99"
|
||||
},
|
||||
"string": {
|
||||
"color": "#C15C46"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#e0914f"
|
||||
}
|
||||
},
|
||||
"players": [
|
||||
{
|
||||
"cursor": "#e6dfd1",
|
||||
"background": "#1C1B1F",
|
||||
"selection": "#e6dfd130"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user