Created
January 10, 2026 07:00
-
-
Save KhoaLee/3e71837792cb2a5f530ad0eb92231190 to your computer and use it in GitHub Desktop.
solarized_osaka_zed_themes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://zed.dev/schema/themes/v0.2.0.json", | |
| "name": "Solarized Osaka Family (author: craftzdog)", | |
| "author": "khoale (ported to Zed)", | |
| "themes": [ | |
| { | |
| "name": "Solarized Osaka", | |
| "appearance": "dark", | |
| "style": { | |
| "background": "#00141A", | |
| "background.appearance": "opaque", | |
| "status_bar.background": "#00141A", | |
| "title_bar.background": "#00141A", | |
| "title_bar.inactive_background": "#00141A", | |
| "toolbar.background": "#00141A", | |
| "editor.subheader.background": "#00141A", | |
| "panel.background": "#00141A", | |
| "elevated_surface.background": "#00141A", | |
| "surface.background": "#00141A", | |
| "panel.focused_border": "#073642", | |
| "border": "#002B36", | |
| "border.variant": "#073642", | |
| "border.focused": "#586E75", | |
| "border.selected": "#586E75", | |
| "border.disabled": "#002B36", | |
| "border.transparent": "#00000000", | |
| "editor.background": "#00141A", | |
| "editor.foreground": "#839496", | |
| "editor.active_line.background": "#002B36", | |
| "editor.highlighted_line.background": "#002B36", | |
| "editor.line_number": "#B58900", | |
| "editor.active_line_number": "#CB4B16", | |
| "editor.gutter.background": "#00141A", | |
| "editor.indent_guide": "#073642", | |
| "editor.indent_guide_active": "#839496", | |
| "editor.wrap_guide": "#073642", | |
| "editor.invisible": "#586E75", | |
| "editor.document_highlight.read_background": "#541232", | |
| "editor.document_highlight.write_background": "#541232", | |
| "editor.document_highlight.bracket_background": "#073642", | |
| "tab_bar.background": "#00141A", | |
| "tab.active_background": "#002B36", | |
| "tab.inactive_background": "#00141A", | |
| "terminal.background": "#00141A", | |
| "terminal.foreground": "#839496", | |
| "terminal.bright_foreground": "#FDF6E3", | |
| "terminal.dim_foreground": "#586E75", | |
| "terminal.ansi.black": "#073642", | |
| "terminal.ansi.red": "#DC322F", | |
| "terminal.ansi.green": "#859900", | |
| "terminal.ansi.yellow": "#B58900", | |
| "terminal.ansi.blue": "#268BD2", | |
| "terminal.ansi.magenta": "#D33682", | |
| "terminal.ansi.cyan": "#2AA198", | |
| "terminal.ansi.white": "#EEE8D5", | |
| "terminal.ansi.bright_black": "#002B36", | |
| "terminal.ansi.bright_red": "#CB4B16", | |
| "terminal.ansi.bright_green": "#586E75", | |
| "terminal.ansi.bright_yellow": "#657B83", | |
| "terminal.ansi.bright_blue": "#839496", | |
| "terminal.ansi.bright_magenta": "#6C71C4", | |
| "terminal.ansi.bright_cyan": "#93A1A1", | |
| "terminal.ansi.bright_white": "#FDF6E3", | |
| "element.background": "#002B36", | |
| "element.hover": "#002B36", | |
| "element.active": "#073642", | |
| "element.selected": "#073642", | |
| "element.disabled": "#002B36", | |
| "ghost_element.hover": "#002B36", | |
| "ghost_element.active": "#073642", | |
| "ghost_element.selected": "#073642", | |
| "ghost_element.disabled": "#002B36", | |
| "drop_target.background": "#073642", | |
| "text": "#839496", | |
| "text.muted": "#586E75", | |
| "text.placeholder": "#586E75", | |
| "text.disabled": "#586E75", | |
| "text.accent": "#268BD2", | |
| "link_text.hover": "#2AA198", | |
| "icon": "#839496", | |
| "icon.muted": "#586E75", | |
| "icon.disabled": "#002B36", | |
| "icon.placeholder": "#586E75", | |
| "icon.accent": "#268BD2", | |
| "scrollbar.thumb.background": "#586E75", | |
| "scrollbar.thumb.hover_background": "#839496", | |
| "scrollbar.thumb.border": "#00141A", | |
| "scrollbar.track.background": "#00141A", | |
| "scrollbar.track.border": "#00141A", | |
| "search.match_background": "#073642", | |
| "error": "#DC322F", | |
| "error.background": "#DC322F20", | |
| "error.border": "#DC322F", | |
| "warning": "#B58900", | |
| "warning.background": "#B5890020", | |
| "warning.border": "#B58900", | |
| "info": "#268BD2", | |
| "info.background": "#268BD220", | |
| "info.border": "#268BD2", | |
| "success": "#859900", | |
| "success.background": "#85990020", | |
| "success.border": "#859900", | |
| "created": "#859900", | |
| "created.background": "#85990020", | |
| "created.border": "#859900", | |
| "modified": "#268BD2", | |
| "modified.background": "#268BD220", | |
| "modified.border": "#268BD2", | |
| "deleted": "#DC322F", | |
| "deleted.background": "#DC322F20", | |
| "deleted.border": "#DC322F", | |
| "renamed": "#6C71C4", | |
| "renamed.background": "#6C71C420", | |
| "renamed.border": "#6C71C4", | |
| "conflict": "#CB4B16", | |
| "conflict.background": "#CB4B1620", | |
| "conflict.border": "#CB4B16", | |
| "ignored": "#586E75", | |
| "ignored.background": "#586E7520", | |
| "ignored.border": "#586E75", | |
| "predictive": "#586E75", | |
| "predictive.background": "#586E7520", | |
| "predictive.border": "#586E75", | |
| "hint": "#2AA198", | |
| "hint.background": "#2AA19820", | |
| "hint.border": "#2AA198", | |
| "hidden": "#586E75", | |
| "hidden.background": "#586E7520", | |
| "hidden.border": "#586E75", | |
| "unreachable": "#586E75", | |
| "unreachable.background": "#586E7520", | |
| "unreachable.border": "#586E75", | |
| "pane_group.border": "#002B36", | |
| "panel.indent_guide": "#073642", | |
| "panel.indent_guide_active": "#839496", | |
| "panel.indent_guide_hover": "#586E75", | |
| "players": [ | |
| { | |
| "cursor": "#ADB8B8", | |
| "background": "#002B36", | |
| "selection": "#002B36" | |
| }, | |
| { | |
| "cursor": "#AADCFF", | |
| "background": "#268BD2", | |
| "selection": "#1B6497" | |
| }, | |
| { | |
| "cursor": "#CCCFFF", | |
| "background": "#6C71C4", | |
| "selection": "#494FB6" | |
| }, | |
| { | |
| "cursor": "#FF9D9B", | |
| "background": "#DC322F", | |
| "selection": "#B7211F" | |
| }, | |
| { | |
| "cursor": "#FF9468", | |
| "background": "#CB4B16", | |
| "selection": "#A13C11" | |
| }, | |
| { | |
| "cursor": "#FFE999", | |
| "background": "#B58900", | |
| "selection": "#664D00" | |
| }, | |
| { | |
| "cursor": "#FF77B9", | |
| "background": "#D33682", | |
| "selection": "#B02669" | |
| }, | |
| { | |
| "cursor": "#B9FFFA", | |
| "background": "#2AA198", | |
| "selection": "#1A6265" | |
| }, | |
| { | |
| "cursor": "#D6FFAC", | |
| "background": "#859900", | |
| "selection": "#596600" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#268BD3", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.method": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.builtin": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#268BD2", | |
| "font_style": "normal", | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "namespace": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#657B83", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.markup": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector.pseudo": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": 400 | |
| }, | |
| "type": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#9EACAD", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "Solarized Osaka Borderless", | |
| "appearance": "dark", | |
| "style": { | |
| "background": "#00141A", | |
| "background.appearance": "opaque", | |
| "status_bar.background": "#00141A", | |
| "title_bar.background": "#00141A", | |
| "title_bar.inactive_background": "#00141A", | |
| "toolbar.background": "#00141A", | |
| "editor.subheader.background": "#00141A", | |
| "panel.background": "#00141A", | |
| "elevated_surface.background": "#00141A", | |
| "surface.background": "#00141A", | |
| "panel.focused_border": "#00141A", | |
| "border": "#00141A", | |
| "border.variant": "#00141A", | |
| "border.focused": "#00141A", | |
| "border.selected": "#00141A", | |
| "border.disabled": "#00141A", | |
| "border.transparent": "#00000000", | |
| "editor.background": "#00141A", | |
| "editor.foreground": "#839496", | |
| "editor.active_line.background": "#002B36", | |
| "editor.highlighted_line.background": "#002B36", | |
| "editor.line_number": "#B58900", | |
| "editor.active_line_number": "#CB4B16", | |
| "editor.gutter.background": "#00141A", | |
| "editor.indent_guide": "#073642", | |
| "editor.indent_guide_active": "#839496", | |
| "editor.wrap_guide": "#073642", | |
| "editor.invisible": "#586E75", | |
| "editor.document_highlight.read_background": "#541232", | |
| "editor.document_highlight.write_background": "#541232", | |
| "editor.document_highlight.bracket_background": "#073642", | |
| "tab_bar.background": "#00141A", | |
| "tab.active_background": "#002B36", | |
| "tab.inactive_background": "#00141A", | |
| "terminal.background": "#00141A", | |
| "terminal.foreground": "#839496", | |
| "terminal.bright_foreground": "#FDF6E3", | |
| "terminal.dim_foreground": "#586E75", | |
| "terminal.ansi.black": "#073642", | |
| "terminal.ansi.red": "#DC322F", | |
| "terminal.ansi.green": "#859900", | |
| "terminal.ansi.yellow": "#B58900", | |
| "terminal.ansi.blue": "#268BD2", | |
| "terminal.ansi.magenta": "#D33682", | |
| "terminal.ansi.cyan": "#2AA198", | |
| "terminal.ansi.white": "#EEE8D5", | |
| "terminal.ansi.bright_black": "#002B36", | |
| "terminal.ansi.bright_red": "#CB4B16", | |
| "terminal.ansi.bright_green": "#586E75", | |
| "terminal.ansi.bright_yellow": "#657B83", | |
| "terminal.ansi.bright_blue": "#839496", | |
| "terminal.ansi.bright_magenta": "#6C71C4", | |
| "terminal.ansi.bright_cyan": "#93A1A1", | |
| "terminal.ansi.bright_white": "#FDF6E3", | |
| "element.background": "#002B36", | |
| "element.hover": "#002B36", | |
| "element.active": "#073642", | |
| "element.selected": "#073642", | |
| "element.disabled": "#002B36", | |
| "ghost_element.hover": "#002B36", | |
| "ghost_element.active": "#073642", | |
| "ghost_element.selected": "#073642", | |
| "ghost_element.disabled": "#002B36", | |
| "drop_target.background": "#073642", | |
| "text": "#839496", | |
| "text.muted": "#586E75", | |
| "text.placeholder": "#586E75", | |
| "text.disabled": "#586E75", | |
| "text.accent": "#268BD2", | |
| "link_text.hover": "#2AA198", | |
| "icon": "#839496", | |
| "icon.muted": "#586E75", | |
| "icon.disabled": "#002B36", | |
| "icon.placeholder": "#586E75", | |
| "icon.accent": "#268BD2", | |
| "scrollbar.thumb.background": "#586E75", | |
| "scrollbar.thumb.hover_background": "#839496", | |
| "scrollbar.thumb.border": "#00141A", | |
| "scrollbar.track.background": "#00141A", | |
| "scrollbar.track.border": "#00141A", | |
| "search.match_background": "#073642", | |
| "error": "#DC322F", | |
| "error.background": "#DC322F20", | |
| "error.border": "#DC322F", | |
| "warning": "#B58900", | |
| "warning.background": "#B5890020", | |
| "warning.border": "#B58900", | |
| "info": "#268BD2", | |
| "info.background": "#268BD220", | |
| "info.border": "#268BD2", | |
| "success": "#859900", | |
| "success.background": "#85990020", | |
| "success.border": "#859900", | |
| "created": "#859900", | |
| "created.background": "#85990020", | |
| "created.border": "#859900", | |
| "modified": "#268BD2", | |
| "modified.background": "#268BD220", | |
| "modified.border": "#268BD2", | |
| "deleted": "#DC322F", | |
| "deleted.background": "#DC322F20", | |
| "deleted.border": "#DC322F", | |
| "renamed": "#6C71C4", | |
| "renamed.background": "#6C71C420", | |
| "renamed.border": "#6C71C4", | |
| "conflict": "#CB4B16", | |
| "conflict.background": "#CB4B1620", | |
| "conflict.border": "#CB4B16", | |
| "ignored": "#586E75", | |
| "ignored.background": "#586E7520", | |
| "ignored.border": "#586E75", | |
| "predictive": "#586E75", | |
| "predictive.background": "#586E7520", | |
| "predictive.border": "#586E75", | |
| "hint": "#2AA198", | |
| "hint.background": "#2AA19820", | |
| "hint.border": "#2AA198", | |
| "hidden": "#586E75", | |
| "hidden.background": "#586E7520", | |
| "hidden.border": "#586E75", | |
| "unreachable": "#586E75", | |
| "unreachable.background": "#586E7520", | |
| "unreachable.border": "#586E75", | |
| "pane_group.border": "#00141A", | |
| "panel.indent_guide": "#073642", | |
| "panel.indent_guide_active": "#839496", | |
| "panel.indent_guide_hover": "#586E75", | |
| "players": [ | |
| { | |
| "cursor": "#ADB8B8", | |
| "background": "#002B36", | |
| "selection": "#002B36" | |
| }, | |
| { | |
| "cursor": "#AADCFF", | |
| "background": "#268BD2", | |
| "selection": "#1B6497" | |
| }, | |
| { | |
| "cursor": "#CCCFFF", | |
| "background": "#6C71C4", | |
| "selection": "#494FB6" | |
| }, | |
| { | |
| "cursor": "#FF9D9B", | |
| "background": "#DC322F", | |
| "selection": "#B7211F" | |
| }, | |
| { | |
| "cursor": "#FF9468", | |
| "background": "#CB4B16", | |
| "selection": "#A13C11" | |
| }, | |
| { | |
| "cursor": "#FFE999", | |
| "background": "#B58900", | |
| "selection": "#664D00" | |
| }, | |
| { | |
| "cursor": "#FF77B9", | |
| "background": "#D33682", | |
| "selection": "#B02669" | |
| }, | |
| { | |
| "cursor": "#B9FFFA", | |
| "background": "#2AA198", | |
| "selection": "#1A6265" | |
| }, | |
| { | |
| "cursor": "#D6FFAC", | |
| "background": "#859900", | |
| "selection": "#596600" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#268BD3", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.method": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.builtin": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#268BD2", | |
| "font_style": "normal", | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "namespace": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#657B83", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.markup": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector.pseudo": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": 400 | |
| }, | |
| "type": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#9EACAD", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "Solarized Osaka Blurred Borderless", | |
| "appearance": "dark", | |
| "style": { | |
| "background": "#00141AE6", | |
| "background.appearance": "blurred", | |
| "status_bar.background": "#00141AE6", | |
| "title_bar.background": "#00141AE6", | |
| "title_bar.inactive_background": "#00141AE6", | |
| "toolbar.background": "#00141AF2", | |
| "editor.subheader.background": "#00141AE6", | |
| "panel.background": "#00141A00", | |
| "elevated_surface.background": "#00141AE6", | |
| "surface.background": "#00141AE6", | |
| "panel.focused_border": "#00141A", | |
| "border": "#00141A", | |
| "border.variant": "#00141A", | |
| "border.focused": "#00141A", | |
| "border.selected": "#00141A", | |
| "border.disabled": "#00141A", | |
| "border.transparent": "#00000000", | |
| "editor.background": "#00141A00", | |
| "editor.foreground": "#839496", | |
| "editor.active_line.background": "#002B36", | |
| "editor.highlighted_line.background": "#002B36", | |
| "editor.line_number": "#B58900", | |
| "editor.active_line_number": "#CB4B16", | |
| "editor.gutter.background": "#00141A00", | |
| "editor.indent_guide": "#073642", | |
| "editor.indent_guide_active": "#839496", | |
| "editor.wrap_guide": "#073642", | |
| "editor.invisible": "#586E75", | |
| "editor.document_highlight.read_background": "#541232", | |
| "editor.document_highlight.write_background": "#541232", | |
| "editor.document_highlight.bracket_background": "#073642", | |
| "tab_bar.background": "#00141A00", | |
| "tab.active_background": "#002B36", | |
| "tab.inactive_background": "#00141AE6", | |
| "terminal.background": "#00141A00", | |
| "terminal.foreground": "#839496", | |
| "terminal.bright_foreground": "#FDF6E3", | |
| "terminal.dim_foreground": "#586E75", | |
| "terminal.ansi.black": "#073642", | |
| "terminal.ansi.red": "#DC322F", | |
| "terminal.ansi.green": "#859900", | |
| "terminal.ansi.yellow": "#B58900", | |
| "terminal.ansi.blue": "#268BD2", | |
| "terminal.ansi.magenta": "#D33682", | |
| "terminal.ansi.cyan": "#2AA198", | |
| "terminal.ansi.white": "#EEE8D5", | |
| "terminal.ansi.bright_black": "#002B36", | |
| "terminal.ansi.bright_red": "#CB4B16", | |
| "terminal.ansi.bright_green": "#586E75", | |
| "terminal.ansi.bright_yellow": "#657B83", | |
| "terminal.ansi.bright_blue": "#839496", | |
| "terminal.ansi.bright_magenta": "#6C71C4", | |
| "terminal.ansi.bright_cyan": "#93A1A1", | |
| "terminal.ansi.bright_white": "#FDF6E3", | |
| "element.background": "#002B36", | |
| "element.hover": "#002B36", | |
| "element.active": "#073642", | |
| "element.selected": "#073642", | |
| "element.disabled": "#002B36", | |
| "ghost_element.hover": "#002B36", | |
| "ghost_element.active": "#073642", | |
| "ghost_element.selected": "#073642", | |
| "ghost_element.disabled": "#002B36", | |
| "drop_target.background": "#073642", | |
| "text": "#839496", | |
| "text.muted": "#586E75", | |
| "text.placeholder": "#586E75", | |
| "text.disabled": "#586E75", | |
| "text.accent": "#268BD2", | |
| "link_text.hover": "#2AA198", | |
| "icon": "#839496", | |
| "icon.muted": "#586E75", | |
| "icon.disabled": "#002B36", | |
| "icon.placeholder": "#586E75", | |
| "icon.accent": "#268BD2", | |
| "scrollbar.thumb.background": "#586E75", | |
| "scrollbar.thumb.hover_background": "#839496", | |
| "scrollbar.thumb.border": "#00141A", | |
| "scrollbar.track.background": "#00141A", | |
| "scrollbar.track.border": "#00141A", | |
| "search.match_background": "#073642", | |
| "error": "#DC322F", | |
| "error.background": "#DC322F20", | |
| "error.border": "#DC322F", | |
| "warning": "#B58900", | |
| "warning.background": "#B5890020", | |
| "warning.border": "#B58900", | |
| "info": "#268BD2", | |
| "info.background": "#268BD220", | |
| "info.border": "#268BD2", | |
| "success": "#859900", | |
| "success.background": "#85990020", | |
| "success.border": "#859900", | |
| "created": "#859900", | |
| "created.background": "#85990020", | |
| "created.border": "#859900", | |
| "modified": "#B58900", | |
| "modified.background": "#268BD220", | |
| "modified.border": "#268BD2", | |
| "deleted": "#DC322F", | |
| "deleted.background": "#DC322F20", | |
| "deleted.border": "#DC322F", | |
| "renamed": "#6C71C4", | |
| "renamed.background": "#6C71C420", | |
| "renamed.border": "#6C71C4", | |
| "conflict": "#CB4B16", | |
| "conflict.background": "#CB4B1620", | |
| "conflict.border": "#CB4B16", | |
| "ignored": "#586E75", | |
| "ignored.background": "#586E7520", | |
| "ignored.border": "#586E75", | |
| "predictive": "#586E75", | |
| "predictive.background": "#586E7520", | |
| "predictive.border": "#586E75", | |
| "hint": "#2AA198", | |
| "hint.background": "#2AA19820", | |
| "hint.border": "#2AA198", | |
| "hidden": "#586E75", | |
| "hidden.background": "#586E7520", | |
| "hidden.border": "#586E75", | |
| "unreachable": "#586E75", | |
| "unreachable.background": "#586E7520", | |
| "unreachable.border": "#586E75", | |
| "pane_group.border": "#00141A", | |
| "panel.indent_guide": "#073642", | |
| "panel.indent_guide_active": "#839496", | |
| "panel.indent_guide_hover": "#586E75", | |
| "players": [ | |
| { | |
| "cursor": "#ADB8B8", | |
| "background": "#002B36", | |
| "selection": "#002B36" | |
| }, | |
| { | |
| "cursor": "#AADCFF", | |
| "background": "#268BD2", | |
| "selection": "#1B6497" | |
| }, | |
| { | |
| "cursor": "#CCCFFF", | |
| "background": "#6C71C4", | |
| "selection": "#494FB6" | |
| }, | |
| { | |
| "cursor": "#FF9D9B", | |
| "background": "#DC322F", | |
| "selection": "#B7211F" | |
| }, | |
| { | |
| "cursor": "#FF9468", | |
| "background": "#CB4B16", | |
| "selection": "#A13C11" | |
| }, | |
| { | |
| "cursor": "#FFE999", | |
| "background": "#B58900", | |
| "selection": "#664D00" | |
| }, | |
| { | |
| "cursor": "#FF77B9", | |
| "background": "#D33682", | |
| "selection": "#B02669" | |
| }, | |
| { | |
| "cursor": "#B9FFFA", | |
| "background": "#2AA198", | |
| "selection": "#1A6265" | |
| }, | |
| { | |
| "cursor": "#D6FFAC", | |
| "background": "#859900", | |
| "selection": "#596600" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#268BD3", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.method": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.builtin": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#268BD2", | |
| "font_style": "normal", | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "namespace": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#657B83", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.markup": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector.pseudo": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": 400 | |
| }, | |
| "type": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#9EACAD", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "Solarized Osaka Blurred Bordered", | |
| "appearance": "dark", | |
| "style": { | |
| "background": "#00141AE6", | |
| "background.appearance": "blurred", | |
| "status_bar.background": "#00141AE6", | |
| "title_bar.background": "#00141AE6", | |
| "title_bar.inactive_background": "#00141AE6", | |
| "toolbar.background": "#00141AF2", | |
| "editor.subheader.background": "#00141AE6", | |
| "panel.background": "#00141A00", | |
| "elevated_surface.background": "#00141AE6", | |
| "surface.background": "#00141AE6", | |
| "panel.focused_border": "#00141A", | |
| "border": "#002B36", | |
| "border.variant": "#073642", | |
| "border.focused": "#586E75", | |
| "border.selected": "#586E75", | |
| "border.disabled": "#002B36", | |
| "border.transparent": "#00000000", | |
| "editor.background": "#00141A00", | |
| "editor.foreground": "#839496", | |
| "editor.active_line.background": "#002B36", | |
| "editor.highlighted_line.background": "#002B36", | |
| "editor.line_number": "#B58900", | |
| "editor.active_line_number": "#CB4B16", | |
| "editor.gutter.background": "#00141A00", | |
| "editor.indent_guide": "#073642", | |
| "editor.indent_guide_active": "#839496", | |
| "editor.wrap_guide": "#073642", | |
| "editor.invisible": "#586E75", | |
| "editor.document_highlight.read_background": "#541232", | |
| "editor.document_highlight.write_background": "#541232", | |
| "editor.document_highlight.bracket_background": "#073642", | |
| "tab_bar.background": "#00141A00", | |
| "tab.active_background": "#002B36", | |
| "tab.inactive_background": "#00141AE6", | |
| "terminal.background": "#00141A00", | |
| "terminal.foreground": "#839496", | |
| "terminal.bright_foreground": "#FDF6E3", | |
| "terminal.dim_foreground": "#586E75", | |
| "terminal.ansi.black": "#073642", | |
| "terminal.ansi.red": "#DC322F", | |
| "terminal.ansi.green": "#859900", | |
| "terminal.ansi.yellow": "#B58900", | |
| "terminal.ansi.blue": "#268BD2", | |
| "terminal.ansi.magenta": "#D33682", | |
| "terminal.ansi.cyan": "#2AA198", | |
| "terminal.ansi.white": "#EEE8D5", | |
| "terminal.ansi.bright_black": "#002B36", | |
| "terminal.ansi.bright_red": "#CB4B16", | |
| "terminal.ansi.bright_green": "#586E75", | |
| "terminal.ansi.bright_yellow": "#657B83", | |
| "terminal.ansi.bright_blue": "#839496", | |
| "terminal.ansi.bright_magenta": "#6C71C4", | |
| "terminal.ansi.bright_cyan": "#93A1A1", | |
| "terminal.ansi.bright_white": "#FDF6E3", | |
| "element.background": "#002B36", | |
| "element.hover": "#002B36", | |
| "element.active": "#073642", | |
| "element.selected": "#073642", | |
| "element.disabled": "#002B36", | |
| "ghost_element.hover": "#002B36", | |
| "ghost_element.active": "#073642", | |
| "ghost_element.selected": "#073642", | |
| "ghost_element.disabled": "#002B36", | |
| "drop_target.background": "#073642", | |
| "text": "#839496", | |
| "text.muted": "#586E75", | |
| "text.placeholder": "#586E75", | |
| "text.disabled": "#586E75", | |
| "text.accent": "#268BD2", | |
| "link_text.hover": "#2AA198", | |
| "icon": "#839496", | |
| "icon.muted": "#586E75", | |
| "icon.disabled": "#002B36", | |
| "icon.placeholder": "#586E75", | |
| "icon.accent": "#268BD2", | |
| "scrollbar.thumb.background": "#586E75", | |
| "scrollbar.thumb.hover_background": "#839496", | |
| "scrollbar.thumb.border": "#00141A", | |
| "scrollbar.track.background": "#00141A", | |
| "scrollbar.track.border": "#00141A", | |
| "search.match_background": "#073642", | |
| "error": "#DC322F", | |
| "error.background": "#DC322F20", | |
| "error.border": "#DC322F", | |
| "warning": "#B58900", | |
| "warning.background": "#B5890020", | |
| "warning.border": "#B58900", | |
| "info": "#268BD2", | |
| "info.background": "#268BD220", | |
| "info.border": "#268BD2", | |
| "success": "#859900", | |
| "success.background": "#85990020", | |
| "success.border": "#859900", | |
| "created": "#859900", | |
| "created.background": "#85990020", | |
| "created.border": "#859900", | |
| "modified": "#268BD2", | |
| "modified.background": "#268BD220", | |
| "modified.border": "#268BD2", | |
| "deleted": "#DC322F", | |
| "deleted.background": "#DC322F20", | |
| "deleted.border": "#DC322F", | |
| "renamed": "#6C71C4", | |
| "renamed.background": "#6C71C420", | |
| "renamed.border": "#6C71C4", | |
| "conflict": "#CB4B16", | |
| "conflict.background": "#CB4B1620", | |
| "conflict.border": "#CB4B16", | |
| "ignored": "#586E75", | |
| "ignored.background": "#586E7520", | |
| "ignored.border": "#586E75", | |
| "predictive": "#586E75", | |
| "predictive.background": "#586E7520", | |
| "predictive.border": "#586E75", | |
| "hint": "#2AA198", | |
| "hint.background": "#2AA19820", | |
| "hint.border": "#2AA198", | |
| "hidden": "#586E75", | |
| "hidden.background": "#586E7520", | |
| "hidden.border": "#586E75", | |
| "unreachable": "#586E75", | |
| "unreachable.background": "#586E7520", | |
| "unreachable.border": "#586E75", | |
| "pane_group.border": "#00141A", | |
| "panel.indent_guide": "#073642", | |
| "panel.indent_guide_active": "#839496", | |
| "panel.indent_guide_hover": "#586E75", | |
| "players": [ | |
| { | |
| "cursor": "#ADB8B8", | |
| "background": "#002B36", | |
| "selection": "#002B36" | |
| }, | |
| { | |
| "cursor": "#AADCFF", | |
| "background": "#268BD2", | |
| "selection": "#1B6497" | |
| }, | |
| { | |
| "cursor": "#CCCFFF", | |
| "background": "#6C71C4", | |
| "selection": "#494FB6" | |
| }, | |
| { | |
| "cursor": "#FF9D9B", | |
| "background": "#DC322F", | |
| "selection": "#B7211F" | |
| }, | |
| { | |
| "cursor": "#FF9468", | |
| "background": "#CB4B16", | |
| "selection": "#A13C11" | |
| }, | |
| { | |
| "cursor": "#FFE999", | |
| "background": "#B58900", | |
| "selection": "#664D00" | |
| }, | |
| { | |
| "cursor": "#FF77B9", | |
| "background": "#D33682", | |
| "selection": "#B02669" | |
| }, | |
| { | |
| "cursor": "#B9FFFA", | |
| "background": "#2AA198", | |
| "selection": "#1A6265" | |
| }, | |
| { | |
| "cursor": "#D6FFAC", | |
| "background": "#859900", | |
| "selection": "#596600" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#268BD3", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.method": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.builtin": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#268BD2", | |
| "font_style": "normal", | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "namespace": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#586E75", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#839496", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#657B83", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.markup": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector.pseudo": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#859900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#2AA198", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": 400 | |
| }, | |
| "type": { | |
| "color": "#B58900", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#9EACAD", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#CB4B16", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#268BD2", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "Solarized Osaka Day", | |
| "appearance": "light", | |
| "style": { | |
| "background": "#FDF6E3", | |
| "background.appearance": "opaque", | |
| "title_bar.background": "#FDF6E3", | |
| "title_bar.inactive_background": "#FDF6E3", | |
| "status_bar.background": "#FDF6E3", | |
| "toolbar.background": "#FDF6E3", | |
| "editor.subheader.background": "#FDF6E3", | |
| "panel.background": "#EEE8D5", | |
| "elevated_surface.background": "#FDF6E3", | |
| "surface.background": "#FDF6E3", | |
| "panel.focused_border": "#586E75", | |
| "border": "#93A1A1", | |
| "border.variant": "#93A1A1", | |
| "border.focused": "#586E75", | |
| "border.selected": "#586E75", | |
| "border.disabled": "#EEE8D5", | |
| "border.transparent": "#00000000", | |
| "editor.background": "#FDF6E3", | |
| "editor.foreground": "#073642", | |
| "editor.active_line.background": "#EEE8D5", | |
| "editor.highlighted_line.background": "#EEE8D5", | |
| "editor.line_number": "#93A1A1", | |
| "editor.active_line_number": "#073642", | |
| "editor.gutter.background": "#FDF6E3", | |
| "editor.indent_guide": "#EEE8D5", | |
| "editor.indent_guide_active": "#93A1A1", | |
| "editor.wrap_guide": "#EEE8D5", | |
| "editor.invisible": "#EEE8D5", | |
| "editor.document_highlight.read_background": "#FF9D9B", | |
| "editor.document_highlight.write_background": "#FF9D9B", | |
| "editor.document_highlight.bracket_background": "#EEE8D5", | |
| "tab_bar.background": "#EEE8D5", | |
| "tab.active_background": "#FDF6E3", | |
| "tab.inactive_background": "#EEE8D5", | |
| "terminal.background": "#FDF6E3", | |
| "terminal.foreground": "#073642", | |
| "terminal.bright_foreground": "#002B36", | |
| "terminal.dim_foreground": "#93A1A1", | |
| "terminal.ansi.black": "#073642", | |
| "terminal.ansi.red": "#DC322F", | |
| "terminal.ansi.green": "#859900", | |
| "terminal.ansi.yellow": "#B58900", | |
| "terminal.ansi.blue": "#268BD2", | |
| "terminal.ansi.magenta": "#D33682", | |
| "terminal.ansi.cyan": "#2AA198", | |
| "terminal.ansi.white": "#EEE8D5", | |
| "terminal.ansi.bright_black": "#002B36", | |
| "terminal.ansi.bright_red": "#CB4B16", | |
| "terminal.ansi.bright_green": "#586E75", | |
| "terminal.ansi.bright_yellow": "#657B83", | |
| "terminal.ansi.bright_blue": "#839496", | |
| "terminal.ansi.bright_magenta": "#6C71C4", | |
| "terminal.ansi.bright_cyan": "#93A1A1", | |
| "terminal.ansi.bright_white": "#FDF6E3", | |
| "element.background": "#EEE8D5", | |
| "element.hover": "#FDF6E3", | |
| "element.active": "#ADB8B8", | |
| "element.selected": "#FFFFFF", | |
| "element.disabled": "#EEE8D5", | |
| "ghost_element.hover": "#FDF6E3", | |
| "ghost_element.active": "#ADB8B8", | |
| "ghost_element.selected": "#FFFFFF", | |
| "ghost_element.disabled": "#EEE8D5", | |
| "drop_target.background": "#EEE8D5", | |
| "text": "#073642", | |
| "text.muted": "#93A1A1", | |
| "text.placeholder": "#93A1A1", | |
| "text.disabled": "#93A1A1", | |
| "text.accent": "#268BD2", | |
| "link_text.hover": "#2AA198", | |
| "icon": "#073642", | |
| "icon.muted": "#93A1A1", | |
| "icon.disabled": "#EEE8D5", | |
| "icon.placeholder": "#93A1A1", | |
| "icon.accent": "#268BD2", | |
| "scrollbar.thumb.background": "#93A1A1", | |
| "scrollbar.thumb.hover_background": "#586E75", | |
| "scrollbar.thumb.border": "#FDF6E3", | |
| "scrollbar.track.background": "#FDF6E3", | |
| "scrollbar.track.border": "#FDF6E3", | |
| "search.match_background": "#EEE8D5", | |
| "error": "#DC322F", | |
| "error.background": "#DC322F20", | |
| "error.border": "#DC322F", | |
| "warning": "#B58900", | |
| "warning.background": "#B5890020", | |
| "warning.border": "#B58900", | |
| "info": "#268BD2", | |
| "info.background": "#268BD220", | |
| "info.border": "#268BD2", | |
| "success": "#859900", | |
| "success.background": "#85990020", | |
| "success.border": "#859900", | |
| "created": "#859900", | |
| "created.background": "#85990020", | |
| "created.border": "#859900", | |
| "modified": "#268BD2", | |
| "modified.background": "#268BD220", | |
| "modified.border": "#268BD2", | |
| "deleted": "#DC322F", | |
| "deleted.background": "#DC322F20", | |
| "deleted.border": "#DC322F", | |
| "renamed": "#6C71C4", | |
| "renamed.background": "#6C71C420", | |
| "renamed.border": "#6C71C4", | |
| "conflict": "#CB4B16", | |
| "conflict.background": "#CB4B1620", | |
| "conflict.border": "#CB4B16", | |
| "ignored": "#93A1A1", | |
| "ignored.background": "#93A1A120", | |
| "ignored.border": "#93A1A1", | |
| "predictive": "#93A1A1", | |
| "predictive.background": "#93A1A120", | |
| "predictive.border": "#93A1A1", | |
| "hint": "#2AA198", | |
| "hint.background": "#2AA19820", | |
| "hint.border": "#2AA198", | |
| "hidden": "#93A1A1", | |
| "hidden.background": "#93A1A120", | |
| "hidden.border": "#93A1A1", | |
| "unreachable": "#93A1A1", | |
| "unreachable.background": "#93A1A120", | |
| "unreachable.border": "#93A1A1", | |
| "pane_group.border": "#EEE8D5", | |
| "panel.indent_guide": "#EEE8D5", | |
| "panel.indent_guide_active": "#93A1A1", | |
| "panel.indent_guide_hover": "#586E75", | |
| "players": [ | |
| { | |
| "cursor": "#103956", | |
| "background": "#103956", | |
| "selection": "#AADCFF" | |
| }, | |
| { | |
| "cursor": "#2C3300", | |
| "background": "#2C3300", | |
| "selection": "#D6FFAC" | |
| }, | |
| { | |
| "cursor": "#541232", | |
| "background": "#541232", | |
| "selection": "#FF77B9" | |
| }, | |
| { | |
| "cursor": "#57100F", | |
| "background": "#57100F", | |
| "selection": "#FF9D9B" | |
| }, | |
| { | |
| "cursor": "#5C220A", | |
| "background": "#5C220A", | |
| "selection": "#FF9468" | |
| }, | |
| { | |
| "cursor": "#332700", | |
| "background": "#332700", | |
| "selection": "#FFE999" | |
| }, | |
| { | |
| "cursor": "#25285B", | |
| "background": "#25285B", | |
| "selection": "#CCCFFF" | |
| }, | |
| { | |
| "cursor": "#103B3D", | |
| "background": "#103B3D", | |
| "selection": "#B9FFFA" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#073642", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#B02669", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#93A1A1", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#93A1A1", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#A13C11", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#664D00", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#073642", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#073642", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#073642", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#664D00", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#1A6265", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#596600", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#1B6497", | |
| "font_style": "normal", | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "namespace": { | |
| "color": "#664D00", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#B02669", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#596600", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#93A1A1", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#A13C11", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#073642", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#93A1A1", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#93A1A1", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#93A1A1", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#596600", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.markup": { | |
| "color": "#93A1A1", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#B7211F", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "selector.pseudo": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#1A6265", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#B7211F", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#B7211F", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#A13C11", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#A13C11", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#1A6265", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#A13C11", | |
| "font_style": null, | |
| "font_weight": 400 | |
| }, | |
| "type": { | |
| "color": "#664D00", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#073642", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#A13C11", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#1B6497", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment