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": "#e9e3d590",
|
||||
"editor.background": "#e9e3d590",
|
||||
"editor.foreground": "#2a2822",
|
||||
"text": "#2a2822",
|
||||
"text.muted": "#2a282270",
|
||||
"text.ignored": "#2a282240",
|
||||
"text.placeholder": "#2a282250",
|
||||
"ignored": "#2a282230",
|
||||
"element.hover": "#2a282230",
|
||||
"ghost_element.hover": "#8d857830",
|
||||
"ghost_element.selected": "#8d857830",
|
||||
"ghost_element.active": "#8d857860",
|
||||
"border": "#e9e3d5",
|
||||
"editor.highlighted_line.background": "#8d857810",
|
||||
"editor.active_line.background": "#8d857810",
|
||||
"panel.background": "#e9e3d590",
|
||||
"title_bar.background": "#e9e3d590",
|
||||
"title_bar.inactive_background": "#e9e3d590",
|
||||
"status_bar.background": "#e9e3d590",
|
||||
"drop_target.background": "#e9e3d590",
|
||||
"elevated_surface.background": "#e9e3d5",
|
||||
"toolbar.background": "#e9e3d590",
|
||||
"tab_bar.background": "#e9e3d590",
|
||||
"tab.inactive_background": "#e9e3d590",
|
||||
"tab.active_background": "#8d857830",
|
||||
"scrollbar.track.background": "transparent",
|
||||
"scrollbar.track.border": "#e9e3d5",
|
||||
"scrollbar.thumb.background": "#2a2822",
|
||||
"editor.gutter.background": "#e9e3d590",
|
||||
"terminal.background": "#e9e3d510",
|
||||
"terminal.foreground": "#2a2822",
|
||||
"terminal.dim_foreground": "#2a2822",
|
||||
"terminal.bright_foreground": "#2a2822",
|
||||
"terminal.ansi.black": "#e9e3d5",
|
||||
"terminal.ansi.red": "#96392a",
|
||||
"terminal.ansi.green": "#5c6631",
|
||||
"terminal.ansi.yellow": "#c56a2b",
|
||||
"terminal.ansi.blue": "#3d6b72",
|
||||
"terminal.ansi.magenta": "#6a4c72",
|
||||
"terminal.ansi.cyan": "#3d6b72",
|
||||
"terminal.ansi.white": "#5b5449",
|
||||
"terminal.ansi.bright_black": "#8d8578",
|
||||
"terminal.ansi.bright_red": "#96392a",
|
||||
"terminal.ansi.bright_green": "#5c6631",
|
||||
"terminal.ansi.bright_yellow": "#c56a2b",
|
||||
"terminal.ansi.bright_blue": "#3d6b72",
|
||||
"terminal.ansi.bright_magenta": "#6a4c72",
|
||||
"terminal.ansi.bright_cyan": "#3d6b72",
|
||||
"terminal.ansi.bright_white": "#2a2822",
|
||||
"modified": "#96392a",
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#5b5449"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#5c6631"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#8d8578"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#8d8578"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#5c6631"
|
||||
},
|
||||
"function": {
|
||||
"color": "#3d6b72"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#a85f1d"
|
||||
},
|
||||
"number": {
|
||||
"color": "#6a4c72"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#a85f1d"
|
||||
},
|
||||
"string": {
|
||||
"color": "#96392a"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#5c6631"
|
||||
}
|
||||
},
|
||||
"players": [
|
||||
{
|
||||
"cursor": "#2a2822",
|
||||
"background": "#e9e3d5",
|
||||
"selection": "#2a282230"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user