131 lines
5.4 KiB
JSON
Raw Permalink Normal View History

2026-03-09 00:07:31 -04:00
{{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "WPG",
"author": "pywal",
"themes": [
{{
"name": "WPG Generated",
"appearance": "dark",
"style": {{
"border": "{color8}",
"border.variant": "{color0}",
"border.focused": "{color4}",
"border.selected": "{color4}",
"border.transparent": "#00000000",
"border.disabled": "{color8}",
"elevated_surface.background": "{color0}",
"surface.background": "{color0}",
"background": "{color0}",
"element.background": "{color0}",
"element.hover": "{color8}",
"element.active": "{color8}",
"element.selected": "{color8}",
"element.disabled": "{color0}",
"drop_target.background": "{color8}80",
"ghost_element.background": "#00000000",
"ghost_element.hover": "{color8}",
"ghost_element.active": "{color8}",
"ghost_element.selected": "{color8}",
"ghost_element.disabled": "{color0}",
"text": "{color15}",
"text.muted": "{color7}",
"text.placeholder": "{color8}",
"text.disabled": "{color8}",
"text.accent": "{color4}",
"icon": "{color15}",
"icon.muted": "{color7}",
"icon.disabled": "{color8}",
"icon.placeholder": "{color7}",
"icon.accent": "{color4}",
"status_bar.background": "{color0}",
"title_bar.background": "{color0}",
"title_bar.inactive_background": "{color0}",
"toolbar.background": "{color0}",
"tab_bar.background": "{color0}",
"tab.inactive_background": "{color0}",
"tab.active_background": "{color8}",
"search.match_background": "{color4}66",
"search.active_match_background": "{color3}66",
"panel.background": "{color0}",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar.thumb.background": "{color7}4c",
"scrollbar.thumb.hover_background": "{color8}",
"scrollbar.thumb.border": "{color8}",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "{color0}",
"editor.foreground": "{color15}",
"editor.background": "{color0}",
"editor.gutter.background": "{color0}",
"editor.subheader.background": "{color0}",
"editor.active_line.background": "{color8}bf",
"editor.highlighted_line.background": "{color8}",
"editor.line_number": "{color8}",
"editor.active_line_number": "{color15}",
"editor.hover_line_number": "{color7}",
"editor.invisible": "{color8}",
"editor.wrap_guide": "{color8}1a",
"editor.active_wrap_guide": "{color8}33",
"editor.document_highlight.read_background": "{color4}1a",
"editor.document_highlight.write_background": "{color8}66",
"terminal.background": "{color0}",
"terminal.foreground": "{color15}",
"terminal.bright_foreground": "{color15}",
"terminal.dim_foreground": "{color7}",
"terminal.ansi.black": "{color0}",
"terminal.ansi.bright_black": "{color8}",
"terminal.ansi.red": "{color1}",
"terminal.ansi.bright_red": "{color9}",
"terminal.ansi.green": "{color2}",
"terminal.ansi.bright_green": "{color10}",
"terminal.ansi.yellow": "{color3}",
"terminal.ansi.bright_yellow": "{color11}",
"terminal.ansi.blue": "{color4}",
"terminal.ansi.bright_blue": "{color12}",
"terminal.ansi.magenta": "{color5}",
"terminal.ansi.bright_magenta": "{color13}",
"terminal.ansi.cyan": "{color6}",
"terminal.ansi.bright_cyan": "{color14}",
"terminal.ansi.white": "{color7}",
"terminal.ansi.bright_white": "{color15}",
"link_text.hover": "{color4}",
"syntax": {{
"attribute": {{ "color": "{color4}" }},
"boolean": {{ "color": "{color3}" }},
"comment": {{ "color": "{color8}" }},
"comment.doc": {{ "color": "{color8}" }},
"constant": {{ "color": "{color3}" }},
"constructor": {{ "color": "{color4}" }},
"embedded": {{ "color": "{color15}" }},
"emphasis": {{ "color": "{color4}" }},
"emphasis.strong": {{ "color": "{color3}", "font_weight": 700 }},
"enum": {{ "color": "{color1}" }},
"function": {{ "color": "{color4}" }},
"hint": {{ "color": "{color6}" }},
"keyword": {{ "color": "{color5}" }},
"label": {{ "color": "{color4}" }},
"link_text": {{ "color": "{color4}" }},
"link_uri": {{ "color": "{color6}" }},
"namespace": {{ "color": "{color15}" }},
"number": {{ "color": "{color3}" }},
"operator": {{ "color": "{color6}" }},
"preproc": {{ "color": "{color15}" }},
"primary": {{ "color": "{color15}" }},
"property": {{ "color": "{color1}" }},
"punctuation": {{ "color": "{color15}" }},
"punctuation.bracket": {{ "color": "{color7}" }},
"punctuation.delimiter": {{ "color": "{color7}" }},
"selector": {{ "color": "{color3}" }},
"string": {{ "color": "{color2}" }},
"string.regex": {{ "color": "{color3}" }},
"tag": {{ "color": "{color4}" }},
"type": {{ "color": "{color6}" }},
"variable": {{ "color": "{color15}" }},
"variant": {{ "color": "{color4}" }}
}}
}}
}}
]
}}