add theme
This commit is contained in:
391
src/rhpidfyre-io.json
Normal file
391
src/rhpidfyre-io.json
Normal file
@ -0,0 +1,391 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
|
||||||
|
"name": "rhpidfyre-io",
|
||||||
|
"author": "rhpidfyre",
|
||||||
|
"themes": [
|
||||||
|
{
|
||||||
|
"name": "rhpidfyre-io",
|
||||||
|
"appearance": "dark",
|
||||||
|
"style": {
|
||||||
|
"border": "#5b534dff",
|
||||||
|
"border.variant": "#0a0909",
|
||||||
|
"border.focused": "#303a36ff",
|
||||||
|
"border.selected": "#303a36ff",
|
||||||
|
"border.transparent": "#00000000",
|
||||||
|
"border.disabled": "#544c48ff",
|
||||||
|
"elevated_surface.background": "#1e1b1b",
|
||||||
|
"surface.background": "#1e1b1b",
|
||||||
|
"background": "#000000",
|
||||||
|
"element.background": "#393634ff",
|
||||||
|
"element.hover": "#332f2f",
|
||||||
|
"element.active": "#5b524cff",
|
||||||
|
"element.selected": "#5b524cff",
|
||||||
|
"element.disabled": "#393634ff",
|
||||||
|
"drop_target.background": "#c5b59780",
|
||||||
|
"ghost_element.background": "#00000000",
|
||||||
|
"ghost_element.hover": "#494340ff",
|
||||||
|
"ghost_element.active": "#5b524cff",
|
||||||
|
"ghost_element.selected": "#5b524cff",
|
||||||
|
"ghost_element.disabled": "#393634ff",
|
||||||
|
"text": "#fbfbfb",
|
||||||
|
"text.muted": "#c5b597ff",
|
||||||
|
"text.placeholder": "#998b78ff",
|
||||||
|
"text.disabled": "#998b78ff",
|
||||||
|
"text.accent": "#83a598ff",
|
||||||
|
"icon": "#fbfbfb",
|
||||||
|
"icon.muted": "#c5b597ff",
|
||||||
|
"icon.disabled": "#998b78ff",
|
||||||
|
"icon.placeholder": "#c5b597ff",
|
||||||
|
"icon.accent": "#fbfbfb",
|
||||||
|
"status_bar.background": "#0f0e0e",
|
||||||
|
"title_bar.background": "#0f0e0e",
|
||||||
|
"title_bar.inactive_background": "#0f0e0e",
|
||||||
|
"toolbar.background": "#0f0e0e",
|
||||||
|
"tab_bar.background": "#0f0e0e",
|
||||||
|
"tab.inactive_background": "#0f0e0e",
|
||||||
|
"tab.active_background": "#000000",
|
||||||
|
"search.match_background": "#83a59866",
|
||||||
|
"panel.background": "#0f0e0e",
|
||||||
|
"panel.focused_border": "#141312",
|
||||||
|
"pane.focused_border": null,
|
||||||
|
"scrollbar.thumb.background": "#322f2e",
|
||||||
|
"scrollbar.thumb.hover_background": "#494340ff",
|
||||||
|
"scrollbar.thumb.border": "#494340ff",
|
||||||
|
"scrollbar.track.background": "#00000000",
|
||||||
|
"scrollbar.track.border": "#343130ff",
|
||||||
|
"editor.foreground": "#ebdbb2ff",
|
||||||
|
"editor.background": "#000000",
|
||||||
|
"editor.gutter.background": "#0f0e0e",
|
||||||
|
"editor.subheader.background": "#0f0e0e",
|
||||||
|
"editor.active_line.background": "#1e1c1b",
|
||||||
|
"editor.highlighted_line.background": "#393634ff",
|
||||||
|
"editor.line_number": "#6e6b5e",
|
||||||
|
"editor.active_line_number": "#dedcd3",
|
||||||
|
"editor.hover_line_number": "#c9c5b6",
|
||||||
|
"editor.invisible": "#928474ff",
|
||||||
|
"editor.wrap_guide": "#fbf1c70d",
|
||||||
|
"editor.active_wrap_guide": "#fbf1c71a",
|
||||||
|
"editor.document_highlight.read_background": "#83a5981a",
|
||||||
|
"editor.document_highlight.write_background": "#92847466",
|
||||||
|
"terminal.background": "#1d2021ff",
|
||||||
|
"terminal.foreground": "#fbf1c7ff",
|
||||||
|
"terminal.bright_foreground": "#fbf1c7ff",
|
||||||
|
"terminal.dim_foreground": "#1d2021ff",
|
||||||
|
"terminal.ansi.black": "#1d2021ff",
|
||||||
|
"terminal.ansi.bright_black": "#73675eff",
|
||||||
|
"terminal.ansi.dim_black": "#fbf1c7ff",
|
||||||
|
"terminal.ansi.red": "#fb4a35ff",
|
||||||
|
"terminal.ansi.bright_red": "#93201dff",
|
||||||
|
"terminal.ansi.dim_red": "#ffaa95ff",
|
||||||
|
"terminal.ansi.green": "#b7bb26ff",
|
||||||
|
"terminal.ansi.bright_green": "#605c1bff",
|
||||||
|
"terminal.ansi.dim_green": "#e0dc98ff",
|
||||||
|
"terminal.ansi.yellow": "#f9bd2fff",
|
||||||
|
"terminal.ansi.bright_yellow": "#91611bff",
|
||||||
|
"terminal.ansi.dim_yellow": "#fedc9bff",
|
||||||
|
"terminal.ansi.blue": "#83a598ff",
|
||||||
|
"terminal.ansi.bright_blue": "#414f4aff",
|
||||||
|
"terminal.ansi.dim_blue": "#c0d2cbff",
|
||||||
|
"terminal.ansi.magenta": "#d3869bff",
|
||||||
|
"terminal.ansi.bright_magenta": "#8e5868ff",
|
||||||
|
"terminal.ansi.dim_magenta": "#ff9ebbff",
|
||||||
|
"terminal.ansi.cyan": "#8ec07cff",
|
||||||
|
"terminal.ansi.bright_cyan": "#45603eff",
|
||||||
|
"terminal.ansi.dim_cyan": "#c7dfbdff",
|
||||||
|
"terminal.ansi.white": "#fbf1c7ff",
|
||||||
|
"terminal.ansi.bright_white": "#fbf1c7ff",
|
||||||
|
"terminal.ansi.dim_white": "#b0a189ff",
|
||||||
|
"link_text.hover": "#83a598ff",
|
||||||
|
"version_control.added": "#b7bb26ff",
|
||||||
|
"version_control.modified": "#f9bd2fff",
|
||||||
|
"version_control.deleted": "#fb4a35ff",
|
||||||
|
"conflict": "#f9bd2fff",
|
||||||
|
"conflict.background": "#572e10ff",
|
||||||
|
"conflict.border": "#754916ff",
|
||||||
|
"created": "#b7bb26ff",
|
||||||
|
"created.background": "#322b11ff",
|
||||||
|
"created.border": "#4a4516ff",
|
||||||
|
"deleted": "#fb4a35ff",
|
||||||
|
"deleted.background": "#590a0fff",
|
||||||
|
"deleted.border": "#771617ff",
|
||||||
|
"error": "#fb4a35ff",
|
||||||
|
"error.background": "#590a0fff",
|
||||||
|
"error.border": "#771617ff",
|
||||||
|
"hidden": "#998b78ff",
|
||||||
|
"hidden.background": "#4c4642ff",
|
||||||
|
"hidden.border": "#544c48ff",
|
||||||
|
"hint": "#6a695bff",
|
||||||
|
"hint.background": "#1e2321ff",
|
||||||
|
"hint.border": "#303a36ff",
|
||||||
|
"ignored": "#998b78ff",
|
||||||
|
"ignored.background": "#4c4642ff",
|
||||||
|
"ignored.border": "#5b534dff",
|
||||||
|
"info": "#83a598ff",
|
||||||
|
"info.background": "#1e2321ff",
|
||||||
|
"info.border": "#303a36ff",
|
||||||
|
"modified": "#f9bd2fff",
|
||||||
|
"modified.background": "#572e10ff",
|
||||||
|
"modified.border": "#754916ff",
|
||||||
|
"predictive": "#717363ff",
|
||||||
|
"predictive.background": "#322b11ff",
|
||||||
|
"predictive.border": "#4a4516ff",
|
||||||
|
"renamed": "#83a598ff",
|
||||||
|
"renamed.background": "#1e2321ff",
|
||||||
|
"renamed.border": "#303a36ff",
|
||||||
|
"success": "#b7bb26ff",
|
||||||
|
"success.background": "#322b11ff",
|
||||||
|
"success.border": "#4a4516ff",
|
||||||
|
"unreachable": "#c5b597ff",
|
||||||
|
"unreachable.background": "#4c4642ff",
|
||||||
|
"unreachable.border": "#5b534dff",
|
||||||
|
"warning": "#f9bd2fff",
|
||||||
|
"warning.background": "#572e10ff",
|
||||||
|
"warning.border": "#754916ff",
|
||||||
|
"players": [
|
||||||
|
{
|
||||||
|
"cursor": "#83a598ff",
|
||||||
|
"background": "#83a598ff",
|
||||||
|
"selection": "#83a5983d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cursor": "#a89984ff",
|
||||||
|
"background": "#a89984ff",
|
||||||
|
"selection": "#a899843d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cursor": "#fd801bff",
|
||||||
|
"background": "#fd801bff",
|
||||||
|
"selection": "#fd801b3d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cursor": "#d3869bff",
|
||||||
|
"background": "#d3869bff",
|
||||||
|
"selection": "#d3869b3d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cursor": "#8ec07cff",
|
||||||
|
"background": "#8ec07cff",
|
||||||
|
"selection": "#8ec07c3d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cursor": "#fb4a35ff",
|
||||||
|
"background": "#fb4a35ff",
|
||||||
|
"selection": "#fb4a353d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cursor": "#f9bd2fff",
|
||||||
|
"background": "#f9bd2fff",
|
||||||
|
"selection": "#f9bd2f3d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cursor": "#b7bb26ff",
|
||||||
|
"background": "#b7bb26ff",
|
||||||
|
"selection": "#b7bb263d"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"syntax": {
|
||||||
|
"attribute": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"boolean": {
|
||||||
|
"color": "#d3869bff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"comment": {
|
||||||
|
"color": "#a89984ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"comment.doc": {
|
||||||
|
"color": "#c6b697ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"constant": {
|
||||||
|
"color": "#fabd2eff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"constructor": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"embedded": {
|
||||||
|
"color": "#8ec07cff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"emphasis": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"emphasis.strong": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": 700
|
||||||
|
},
|
||||||
|
"enum": {
|
||||||
|
"color": "#fe7f18ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"function": {
|
||||||
|
"color": "#b8bb25ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"function.builtin": {
|
||||||
|
"color": "#fb4833ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"hint": {
|
||||||
|
"color": "#8c957dff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": 700
|
||||||
|
},
|
||||||
|
"keyword": {
|
||||||
|
"color": "#fb4833ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"label": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"link_text": {
|
||||||
|
"color": "#8ec07cff",
|
||||||
|
"font_style": "italic",
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"link_uri": {
|
||||||
|
"color": "#d3869bff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"color": "#d3869bff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"operator": {
|
||||||
|
"color": "#8ec07cff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"predictive": {
|
||||||
|
"color": "#717363ff",
|
||||||
|
"font_style": "italic",
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"preproc": {
|
||||||
|
"color": "#fbf1c7ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"primary": {
|
||||||
|
"color": "#ebdbb2ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"property": {
|
||||||
|
"color": "#ebdbb2ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"punctuation": {
|
||||||
|
"color": "#d5c4a1ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"punctuation.bracket": {
|
||||||
|
"color": "#a89984ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"punctuation.delimiter": {
|
||||||
|
"color": "#e5d5adff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"punctuation.list_marker": {
|
||||||
|
"color": "#ebdbb2ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"punctuation.special": {
|
||||||
|
"color": "#e5d5adff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"string": {
|
||||||
|
"color": "#b8bb25ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"string.escape": {
|
||||||
|
"color": "#c6b697ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"string.regex": {
|
||||||
|
"color": "#fe7f18ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"string.special": {
|
||||||
|
"color": "#d3869bff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"string.special.symbol": {
|
||||||
|
"color": "#8ec07cff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"tag": {
|
||||||
|
"color": "#8ec07cff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"text.literal": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"color": "#b8bb25ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": 700
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"color": "#fabd2eff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"variable": {
|
||||||
|
"color": "#ebdbb2ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"variable.special": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
},
|
||||||
|
"variant": {
|
||||||
|
"color": "#83a598ff",
|
||||||
|
"font_style": null,
|
||||||
|
"font_weight": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user