Files
zed/assets/themes/gruvbox/gruvbox.json
Mohamad Khani b72a46db68
Some checks failed
Update All Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Triage Project Sync (#84) / Sync triage project (push) Has been cancelled
release_nightly / notify_on_failure (push) Has been cancelled
release_nightly / check_style (push) Has been cancelled
release_nightly / run_tests_windows (push) Has been cancelled
release_nightly / clippy_windows (push) Has been cancelled
release_nightly / bundle_linux_aarch64 (push) Has been cancelled
release_nightly / bundle_linux_x86_64 (push) Has been cancelled
release_nightly / bundle_mac_aarch64 (push) Has been cancelled
release_nightly / bundle_mac_x86_64 (push) Has been cancelled
release_nightly / bundle_windows_aarch64 (push) Has been cancelled
release_nightly / bundle_windows_x86_64 (push) Has been cancelled
release_nightly / build_nix_linux_x86_64 (push) Has been cancelled
release_nightly / build_nix_mac_aarch64 (push) Has been cancelled
release_nightly / update_nightly_tag (push) Has been cancelled
Hotfix Review Monitor / check-hotfix-reviews (push) Has been cancelled
Stale PR Review Reminder / check-stale-prs (push) Has been cancelled
Update Weekly Top Ranking Issues / update_top_ranking_issues (push) Has been cancelled
Bump collab-staging Tag / update-collab-staging-tag (push) Has been cancelled
compliance_check / scheduled_compliance_check (push) Has been cancelled
logiguard fork: GPUI xdg-activation keyboard-focus serial fix
Single-commit orphan branch: full zed-industries/zed @ 8c74db0 source tree
with a 3-file patch applied (no upstream history).

Patch (crates/gpui_linux/src/linux/wayland/):
  - serial.rs: add SerialKind::KeyboardEnter
  - client.rs: store wl_keyboard.enter serial; add latest_serial_of()
  - window.rs: activate() uses keyboard-enter serial (Mutter focus gate)

Mutter honors window activation only when the token carries the keyboard-
focus serial from wl_keyboard.enter; GPUI used a stale mouse-press serial.
See docs/tray-window-focus-wayland.md in logiguard.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 02:22:17 +03:30

2510 lines
80 KiB
JSON

{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "Gruvbox",
"author": "Zed Industries",
"themes": [
{
"name": "Gruvbox Dark",
"appearance": "dark",
"style": {
"accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
"border": "#5b534dff",
"border.variant": "#494340ff",
"border.focused": "#303a36ff",
"border.selected": "#303a36ff",
"border.transparent": "#00000000",
"border.disabled": "#544c48ff",
"elevated_surface.background": "#3a3735ff",
"surface.background": "#3a3735ff",
"background": "#4c4642ff",
"element.background": "#3a3735ff",
"element.hover": "#494340ff",
"element.active": "#5b524cff",
"element.selected": "#5b524cff",
"element.disabled": "#3a3735ff",
"drop_target.background": "#c5b59780",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#494340ff",
"ghost_element.active": "#5b524cff",
"ghost_element.selected": "#5b524cff",
"ghost_element.disabled": "#3a3735ff",
"text": "#fbf1c7ff",
"text.muted": "#c5b597ff",
"text.placeholder": "#998b78ff",
"text.disabled": "#998b78ff",
"text.accent": "#83a598ff",
"icon": "#fbf1c7ff",
"icon.muted": "#c5b597ff",
"icon.disabled": "#998b78ff",
"icon.placeholder": "#c5b597ff",
"icon.accent": "#83a598ff",
"status_bar.background": "#4c4642ff",
"title_bar.background": "#4c4642ff",
"title_bar.inactive_background": "#3a3735ff",
"toolbar.background": "#282828ff",
"tab_bar.background": "#3a3735ff",
"tab.inactive_background": "#3a3735ff",
"tab.active_background": "#282828ff",
"search.match_background": "#83a59866",
"search.active_match_background": "#c09f3f66",
"panel.background": "#3a3735ff",
"panel.focused_border": "#83a598ff",
"pane.focused_border": null,
"scrollbar.thumb.active_background": "#83a598ac",
"scrollbar.thumb.hover_background": "#fbf1c74c",
"scrollbar.thumb.background": "#a899844c",
"scrollbar.thumb.border": "#494340ff",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#373432ff",
"editor.foreground": "#ebdbb2ff",
"editor.background": "#282828ff",
"editor.gutter.background": "#282828ff",
"editor.subheader.background": "#3a3735ff",
"editor.active_line.background": "#3a3735bf",
"editor.highlighted_line.background": "#3a3735ff",
"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": "#282828ff",
"terminal.foreground": "#ebdbb2ff",
"terminal.bright_foreground": "#fbf1c7ff",
"terminal.dim_foreground": "#766b5dff",
"terminal.ansi.black": "#282828ff",
"terminal.ansi.bright_black": "#928374ff",
"terminal.ansi.dim_black": "#fbf1c7ff",
"terminal.ansi.red": "#cc241dff",
"terminal.ansi.bright_red": "#fb4934ff",
"terminal.ansi.dim_red": "#8e1814ff",
"terminal.ansi.green": "#98971aff",
"terminal.ansi.bright_green": "#b8bb26ff",
"terminal.ansi.dim_green": "#6a6912ff",
"terminal.ansi.yellow": "#d79921ff",
"terminal.ansi.bright_yellow": "#fabd2fff",
"terminal.ansi.dim_yellow": "#966a17ff",
"terminal.ansi.blue": "#458588ff",
"terminal.ansi.bright_blue": "#83a598ff",
"terminal.ansi.dim_blue": "#305d5fff",
"terminal.ansi.magenta": "#b16286ff",
"terminal.ansi.bright_magenta": "#d3869bff",
"terminal.ansi.dim_magenta": "#7c455eff",
"terminal.ansi.cyan": "#689d6aff",
"terminal.ansi.bright_cyan": "#8ec07cff",
"terminal.ansi.dim_cyan": "#496e4aff",
"terminal.ansi.white": "#a89984ff",
"terminal.ansi.bright_white": "#fbf1c7ff",
"terminal.ansi.dim_white": "#766b5dff",
"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": "#8c957dff",
"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": null
},
"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
},
"namespace": {
"color": "#83a598ff",
"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": "#fb4833ff",
"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.markup": {
"color": "#83a598ff",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#e5d5adff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#fabd2eff",
"font_style": null,
"font_weight": null
},
"selector.pseudo": {
"color": "#83a598ff",
"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
},
"diff.plus": {
"color": "#b8bb26ff",
"font_style": null,
"font_weight": null
},
"diff.minus": {
"color": "#fb4934ff",
"font_style": null,
"font_weight": null
}
}
}
},
{
"name": "Gruvbox Dark Hard",
"appearance": "dark",
"style": {
"accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
"border": "#5b534dff",
"border.variant": "#494340ff",
"border.focused": "#303a36ff",
"border.selected": "#303a36ff",
"border.transparent": "#00000000",
"border.disabled": "#544c48ff",
"elevated_surface.background": "#393634ff",
"surface.background": "#393634ff",
"background": "#4c4642ff",
"element.background": "#393634ff",
"element.hover": "#494340ff",
"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": "#fbf1c7ff",
"text.muted": "#c5b597ff",
"text.placeholder": "#998b78ff",
"text.disabled": "#998b78ff",
"text.accent": "#83a598ff",
"icon": "#fbf1c7ff",
"icon.muted": "#c5b597ff",
"icon.disabled": "#998b78ff",
"icon.placeholder": "#c5b597ff",
"icon.accent": "#83a598ff",
"status_bar.background": "#4c4642ff",
"title_bar.background": "#4c4642ff",
"title_bar.inactive_background": "#393634ff",
"toolbar.background": "#1d2021ff",
"tab_bar.background": "#393634ff",
"tab.inactive_background": "#393634ff",
"tab.active_background": "#1d2021ff",
"search.match_background": "#83a59866",
"search.active_match_background": "#c9653666",
"panel.background": "#393634ff",
"panel.focused_border": "#83a598ff",
"pane.focused_border": null,
"scrollbar.thumb.active_background": "#83a598ac",
"scrollbar.thumb.hover_background": "#fbf1c74c",
"scrollbar.thumb.background": "#a899844c",
"scrollbar.thumb.border": "#494340ff",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#343130ff",
"editor.foreground": "#ebdbb2ff",
"editor.background": "#1d2021ff",
"editor.gutter.background": "#1d2021ff",
"editor.subheader.background": "#393634ff",
"editor.active_line.background": "#393634bf",
"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": "#ebdbb2ff",
"terminal.bright_foreground": "#fbf1c7ff",
"terminal.dim_foreground": "#766b5dff",
"terminal.ansi.black": "#282828ff",
"terminal.ansi.bright_black": "#928374ff",
"terminal.ansi.dim_black": "#fbf1c7ff",
"terminal.ansi.red": "#cc241dff",
"terminal.ansi.bright_red": "#fb4934ff",
"terminal.ansi.dim_red": "#8e1814ff",
"terminal.ansi.green": "#98971aff",
"terminal.ansi.bright_green": "#b8bb26ff",
"terminal.ansi.dim_green": "#6a6912ff",
"terminal.ansi.yellow": "#d79921ff",
"terminal.ansi.bright_yellow": "#fabd2fff",
"terminal.ansi.dim_yellow": "#966a17ff",
"terminal.ansi.blue": "#458588ff",
"terminal.ansi.bright_blue": "#83a598ff",
"terminal.ansi.dim_blue": "#305d5fff",
"terminal.ansi.magenta": "#b16286ff",
"terminal.ansi.bright_magenta": "#d3869bff",
"terminal.ansi.dim_magenta": "#7c455eff",
"terminal.ansi.cyan": "#689d6aff",
"terminal.ansi.bright_cyan": "#8ec07cff",
"terminal.ansi.dim_cyan": "#496e4aff",
"terminal.ansi.white": "#a89984ff",
"terminal.ansi.bright_white": "#fbf1c7ff",
"terminal.ansi.dim_white": "#766b5dff",
"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": null
},
"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
},
"namespace": {
"color": "#83a598ff",
"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": "#fb4833ff",
"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.markup": {
"color": "#83a598ff",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#e5d5adff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#fabd2eff",
"font_style": null,
"font_weight": null
},
"selector.pseudo": {
"color": "#83a598ff",
"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
},
"diff.plus": {
"color": "#b8bb26ff",
"font_style": null,
"font_weight": null
},
"diff.minus": {
"color": "#fb4934ff",
"font_style": null,
"font_weight": null
}
}
}
},
{
"name": "Gruvbox Dark Soft",
"appearance": "dark",
"style": {
"accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
"border": "#5b534dff",
"border.variant": "#494340ff",
"border.focused": "#303a36ff",
"border.selected": "#303a36ff",
"border.transparent": "#00000000",
"border.disabled": "#544c48ff",
"elevated_surface.background": "#3b3735ff",
"surface.background": "#3b3735ff",
"background": "#4c4642ff",
"element.background": "#3b3735ff",
"element.hover": "#494340ff",
"element.active": "#5b524cff",
"element.selected": "#5b524cff",
"element.disabled": "#3b3735ff",
"drop_target.background": "#c5b59780",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#494340ff",
"ghost_element.active": "#5b524cff",
"ghost_element.selected": "#5b524cff",
"ghost_element.disabled": "#3b3735ff",
"text": "#fbf1c7ff",
"text.muted": "#c5b597ff",
"text.placeholder": "#998b78ff",
"text.disabled": "#998b78ff",
"text.accent": "#83a598ff",
"icon": "#fbf1c7ff",
"icon.muted": "#c5b597ff",
"icon.disabled": "#998b78ff",
"icon.placeholder": "#c5b597ff",
"icon.accent": "#83a598ff",
"status_bar.background": "#4c4642ff",
"title_bar.background": "#4c4642ff",
"title_bar.inactive_background": "#3b3735ff",
"toolbar.background": "#32302fff",
"tab_bar.background": "#3b3735ff",
"tab.inactive_background": "#3b3735ff",
"tab.active_background": "#32302fff",
"search.match_background": "#83a59866",
"search.active_match_background": "#aea85166",
"panel.background": "#3b3735ff",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar.thumb.active_background": "#83a598ac",
"scrollbar.thumb.hover_background": "#fbf1c74c",
"scrollbar.thumb.background": "#a899844c",
"scrollbar.thumb.border": "#494340ff",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#393634ff",
"editor.foreground": "#ebdbb2ff",
"editor.background": "#32302fff",
"editor.gutter.background": "#32302fff",
"editor.subheader.background": "#3b3735ff",
"editor.active_line.background": "#3b3735bf",
"editor.highlighted_line.background": "#3b3735ff",
"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": "#32302fff",
"terminal.foreground": "#ebdbb2ff",
"terminal.bright_foreground": "#fbf1c7ff",
"terminal.dim_foreground": "#766b5dff",
"terminal.ansi.black": "#282828ff",
"terminal.ansi.bright_black": "#928374ff",
"terminal.ansi.dim_black": "#fbf1c7ff",
"terminal.ansi.red": "#cc241dff",
"terminal.ansi.bright_red": "#fb4934ff",
"terminal.ansi.dim_red": "#8e1814ff",
"terminal.ansi.green": "#98971aff",
"terminal.ansi.bright_green": "#b8bb26ff",
"terminal.ansi.dim_green": "#6a6912ff",
"terminal.ansi.yellow": "#d79921ff",
"terminal.ansi.bright_yellow": "#fabd2fff",
"terminal.ansi.dim_yellow": "#966a17ff",
"terminal.ansi.blue": "#458588ff",
"terminal.ansi.bright_blue": "#83a598ff",
"terminal.ansi.dim_blue": "#305d5fff",
"terminal.ansi.magenta": "#b16286ff",
"terminal.ansi.bright_magenta": "#d3869bff",
"terminal.ansi.dim_magenta": "#7c455eff",
"terminal.ansi.cyan": "#689d6aff",
"terminal.ansi.bright_cyan": "#8ec07cff",
"terminal.ansi.dim_cyan": "#496e4aff",
"terminal.ansi.white": "#a89984ff",
"terminal.ansi.bright_white": "#fbf1c7ff",
"terminal.ansi.dim_white": "#766b5dff",
"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": "#8c957dff",
"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": null
},
"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
},
"namespace": {
"color": "#83a598ff",
"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": "#fb4833ff",
"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.markup": {
"color": "#83a598ff",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#e5d5adff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#fabd2eff",
"font_style": null,
"font_weight": null
},
"selector.pseudo": {
"color": "#83a598ff",
"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
},
"diff.plus": {
"color": "#b8bb26ff",
"font_style": null,
"font_weight": null
},
"diff.minus": {
"color": "#fb4934ff",
"font_style": null,
"font_weight": null
}
}
}
},
{
"name": "Gruvbox Light",
"appearance": "light",
"style": {
"accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
"border": "#c8b899ff",
"border.variant": "#ddcca7ff",
"border.focused": "#adc5ccff",
"border.selected": "#adc5ccff",
"border.transparent": "#00000000",
"border.disabled": "#d0bf9dff",
"elevated_surface.background": "#ecddb4ff",
"surface.background": "#ecddb4ff",
"background": "#d9c8a4ff",
"element.background": "#ecddb4ff",
"element.hover": "#ddcca7ff",
"element.active": "#c8b899ff",
"element.selected": "#c8b899ff",
"element.disabled": "#ecddb4ff",
"drop_target.background": "#5f565080",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#ddcca7ff",
"ghost_element.active": "#c8b899ff",
"ghost_element.selected": "#c8b899ff",
"ghost_element.disabled": "#ecddb4ff",
"text": "#282828ff",
"text.muted": "#5f5650ff",
"text.placeholder": "#897b6eff",
"text.disabled": "#897b6eff",
"text.accent": "#0b6678ff",
"icon": "#282828ff",
"icon.muted": "#5f5650ff",
"icon.disabled": "#897b6eff",
"icon.placeholder": "#5f5650ff",
"icon.accent": "#0b6678ff",
"status_bar.background": "#d9c8a4ff",
"title_bar.background": "#d9c8a4ff",
"title_bar.inactive_background": "#ecddb4ff",
"toolbar.background": "#fbf1c7ff",
"tab_bar.background": "#ecddb4ff",
"tab.inactive_background": "#ecddb4ff",
"tab.active_background": "#fbf1c7ff",
"search.match_background": "#0b667866",
"search.active_match_background": "#ba2d1166",
"panel.background": "#ecddb4ff",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar.thumb.active_background": "#458588ac",
"scrollbar.thumb.hover_background": "#2828284c",
"scrollbar.thumb.background": "#7c6f644c",
"scrollbar.thumb.border": "#ddcca7ff",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#eee0b7ff",
"editor.foreground": "#282828ff",
"editor.background": "#fbf1c7ff",
"editor.gutter.background": "#fbf1c7ff",
"editor.subheader.background": "#ecddb4ff",
"editor.active_line.background": "#ecddb4bf",
"editor.highlighted_line.background": "#ecddb4ff",
"editor.line_number": "#a9a389",
"editor.active_line_number": "#3b382b",
"editor.hover_line_number": "#5e5a45",
"editor.invisible": "#928474ff",
"editor.wrap_guide": "#2828280d",
"editor.active_wrap_guide": "#2828281a",
"editor.document_highlight.read_background": "#0b66781a",
"editor.document_highlight.write_background": "#92847466",
"terminal.background": "#fbf1c7ff",
"terminal.foreground": "#282828ff",
"terminal.bright_foreground": "#282828ff",
"terminal.dim_foreground": "#fbf1c7ff",
"terminal.ansi.black": "#fbf1c7ff",
"terminal.ansi.bright_black": "#928374ff",
"terminal.ansi.dim_black": "#7c6f64ff",
"terminal.ansi.red": "#cc241dff",
"terminal.ansi.bright_red": "#9d0006ff",
"terminal.ansi.dim_red": "#c31c16ff",
"terminal.ansi.green": "#98971aff",
"terminal.ansi.bright_green": "#79740eff",
"terminal.ansi.dim_green": "#929015ff",
"terminal.ansi.yellow": "#d79921ff",
"terminal.ansi.bright_yellow": "#b57614ff",
"terminal.ansi.dim_yellow": "#cf8e1aff",
"terminal.ansi.blue": "#458588ff",
"terminal.ansi.bright_blue": "#076678ff",
"terminal.ansi.dim_blue": "#356f77ff",
"terminal.ansi.magenta": "#b16286ff",
"terminal.ansi.bright_magenta": "#8f3f71ff",
"terminal.ansi.dim_magenta": "#a85580ff",
"terminal.ansi.cyan": "#689d6aff",
"terminal.ansi.bright_cyan": "#427b58ff",
"terminal.ansi.dim_cyan": "#5f9166ff",
"terminal.ansi.white": "#7c6f64ff",
"terminal.ansi.bright_white": "#282828ff",
"terminal.ansi.dim_white": "#282828ff",
"link_text.hover": "#0b6678ff",
"version_control.added": "#797410ff",
"version_control.modified": "#b57615ff",
"version_control.deleted": "#9d0308ff",
"conflict": "#b57615ff",
"conflict.background": "#f5e2d0ff",
"conflict.border": "#ebccabff",
"created": "#797410ff",
"created.background": "#e4e0cdff",
"created.border": "#d1cba8ff",
"deleted": "#9d0308ff",
"deleted.background": "#f4d1c9ff",
"deleted.border": "#e8ac9eff",
"error": "#9d0308ff",
"error.background": "#f4d1c9ff",
"error.border": "#e8ac9eff",
"hidden": "#897b6eff",
"hidden.background": "#d9c8a4ff",
"hidden.border": "#d0bf9dff",
"hint": "#677562ff",
"hint.background": "#d2dee2ff",
"hint.border": "#adc5ccff",
"ignored": "#897b6eff",
"ignored.background": "#d9c8a4ff",
"ignored.border": "#c8b899ff",
"info": "#0b6678ff",
"info.background": "#d2dee2ff",
"info.border": "#adc5ccff",
"modified": "#b57615ff",
"modified.background": "#f5e2d0ff",
"modified.border": "#ebccabff",
"predictive": "#7c9780ff",
"predictive.background": "#e4e0cdff",
"predictive.border": "#d1cba8ff",
"renamed": "#0b6678ff",
"renamed.background": "#d2dee2ff",
"renamed.border": "#adc5ccff",
"success": "#797410ff",
"success.background": "#e4e0cdff",
"success.border": "#d1cba8ff",
"unreachable": "#5f5650ff",
"unreachable.background": "#d9c8a4ff",
"unreachable.border": "#c8b899ff",
"warning": "#b57615ff",
"warning.background": "#f5e2d0ff",
"warning.border": "#ebccabff",
"players": [
{
"cursor": "#0b6678ff",
"background": "#0b6678ff",
"selection": "#0b66783d"
},
{
"cursor": "#7c6f64ff",
"background": "#7c6f64ff",
"selection": "#7c6f643d"
},
{
"cursor": "#af3a04ff",
"background": "#af3a04ff",
"selection": "#af3a043d"
},
{
"cursor": "#8f3f70ff",
"background": "#8f3f70ff",
"selection": "#8f3f703d"
},
{
"cursor": "#437b59ff",
"background": "#437b59ff",
"selection": "#437b593d"
},
{
"cursor": "#9d0308ff",
"background": "#9d0308ff",
"selection": "#9d03083d"
},
{
"cursor": "#b57615ff",
"background": "#b57615ff",
"selection": "#b576153d"
},
{
"cursor": "#797410ff",
"background": "#797410ff",
"selection": "#7974103d"
}
],
"syntax": {
"attribute": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#7c6f64ff",
"font_style": null,
"font_weight": null
},
"comment.doc": {
"color": "#5d544eff",
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"embedded": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"emphasis.strong": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": 700
},
"enum": {
"color": "#af3a02ff",
"font_style": null,
"font_weight": null
},
"function": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"function.builtin": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"hint": {
"color": "#677562ff",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"label": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#427b58ff",
"font_style": "italic",
"font_weight": null
},
"link_uri": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"namespace": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"operator": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"predictive": {
"color": "#7c9780ff",
"font_style": "italic",
"font_weight": null
},
"preproc": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"primary": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"punctuation": {
"color": "#3c3836ff",
"font_style": null,
"font_weight": null
},
"punctuation.bracket": {
"color": "#665c54ff",
"font_style": null,
"font_weight": null
},
"punctuation.delimiter": {
"color": "#413d3aff",
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"punctuation.markup": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#413d3aff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"selector.pseudo": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#5d544eff",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#af3a02ff",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#79740eff",
"font_style": null,
"font_weight": 700
},
"type": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"variable": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"variant": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"diff.plus": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"diff.minus": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
}
}
}
},
{
"name": "Gruvbox Light Hard",
"appearance": "light",
"style": {
"accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
"border": "#c8b899ff",
"border.variant": "#ddcca7ff",
"border.focused": "#adc5ccff",
"border.selected": "#adc5ccff",
"border.transparent": "#00000000",
"border.disabled": "#d0bf9dff",
"elevated_surface.background": "#ecddb5ff",
"surface.background": "#ecddb5ff",
"background": "#d9c8a4ff",
"element.background": "#ecddb5ff",
"element.hover": "#ddcca7ff",
"element.active": "#c8b899ff",
"element.selected": "#c8b899ff",
"element.disabled": "#ecddb5ff",
"drop_target.background": "#5f565080",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#ddcca7ff",
"ghost_element.active": "#c8b899ff",
"ghost_element.selected": "#c8b899ff",
"ghost_element.disabled": "#ecddb5ff",
"text": "#282828ff",
"text.muted": "#5f5650ff",
"text.placeholder": "#897b6eff",
"text.disabled": "#897b6eff",
"text.accent": "#0b6678ff",
"icon": "#282828ff",
"icon.muted": "#5f5650ff",
"icon.disabled": "#897b6eff",
"icon.placeholder": "#5f5650ff",
"icon.accent": "#0b6678ff",
"status_bar.background": "#d9c8a4ff",
"title_bar.background": "#d9c8a4ff",
"title_bar.inactive_background": "#ecddb5ff",
"toolbar.background": "#f9f5d7ff",
"tab_bar.background": "#ecddb5ff",
"tab.inactive_background": "#ecddb5ff",
"tab.active_background": "#f9f5d7ff",
"search.match_background": "#0b667866",
"search.active_match_background": "#dc351466",
"panel.background": "#ecddb5ff",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar.thumb.active_background": "#458588ac",
"scrollbar.thumb.hover_background": "#2828284c",
"scrollbar.thumb.background": "#7c6f644c",
"scrollbar.thumb.border": "#ddcca7ff",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#eee1bbff",
"editor.foreground": "#282828ff",
"editor.background": "#f9f5d7ff",
"editor.gutter.background": "#f9f5d7ff",
"editor.subheader.background": "#ecddb5ff",
"editor.active_line.background": "#ecddb5bf",
"editor.highlighted_line.background": "#ecddb5ff",
"editor.line_number": "#a9a389",
"editor.active_line_number": "#3b382b",
"editor.hover_line_number": "#5e5a45",
"editor.invisible": "#928474ff",
"editor.wrap_guide": "#2828280d",
"editor.active_wrap_guide": "#2828281a",
"editor.document_highlight.read_background": "#0b66781a",
"editor.document_highlight.write_background": "#92847466",
"terminal.background": "#f9f5d7ff",
"terminal.foreground": "#282828ff",
"terminal.bright_foreground": "#282828ff",
"terminal.dim_foreground": "#f9f5d7ff",
"terminal.ansi.black": "#fbf1c7ff",
"terminal.ansi.bright_black": "#928374ff",
"terminal.ansi.dim_black": "#7c6f64ff",
"terminal.ansi.red": "#cc241dff",
"terminal.ansi.bright_red": "#9d0006ff",
"terminal.ansi.dim_red": "#c31c16ff",
"terminal.ansi.green": "#98971aff",
"terminal.ansi.bright_green": "#79740eff",
"terminal.ansi.dim_green": "#929015ff",
"terminal.ansi.yellow": "#d79921ff",
"terminal.ansi.bright_yellow": "#b57614ff",
"terminal.ansi.dim_yellow": "#cf8e1aff",
"terminal.ansi.blue": "#458588ff",
"terminal.ansi.bright_blue": "#076678ff",
"terminal.ansi.dim_blue": "#356f77ff",
"terminal.ansi.magenta": "#b16286ff",
"terminal.ansi.bright_magenta": "#8f3f71ff",
"terminal.ansi.dim_magenta": "#a85580ff",
"terminal.ansi.cyan": "#689d6aff",
"terminal.ansi.bright_cyan": "#427b58ff",
"terminal.ansi.dim_cyan": "#5f9166ff",
"terminal.ansi.white": "#7c6f64ff",
"terminal.ansi.bright_white": "#282828ff",
"terminal.ansi.dim_white": "#282828ff",
"link_text.hover": "#0b6678ff",
"version_control.added": "#797410ff",
"version_control.modified": "#b57615ff",
"version_control.deleted": "#9d0308ff",
"conflict": "#b57615ff",
"conflict.background": "#f5e2d0ff",
"conflict.border": "#ebccabff",
"created": "#797410ff",
"created.background": "#e4e0cdff",
"created.border": "#d1cba8ff",
"deleted": "#9d0308ff",
"deleted.background": "#f4d1c9ff",
"deleted.border": "#e8ac9eff",
"error": "#9d0308ff",
"error.background": "#f4d1c9ff",
"error.border": "#e8ac9eff",
"hidden": "#897b6eff",
"hidden.background": "#d9c8a4ff",
"hidden.border": "#d0bf9dff",
"hint": "#677562ff",
"hint.background": "#d2dee2ff",
"hint.border": "#adc5ccff",
"ignored": "#897b6eff",
"ignored.background": "#d9c8a4ff",
"ignored.border": "#c8b899ff",
"info": "#0b6678ff",
"info.background": "#d2dee2ff",
"info.border": "#adc5ccff",
"modified": "#b57615ff",
"modified.background": "#f5e2d0ff",
"modified.border": "#ebccabff",
"predictive": "#7c9780ff",
"predictive.background": "#e4e0cdff",
"predictive.border": "#d1cba8ff",
"renamed": "#0b6678ff",
"renamed.background": "#d2dee2ff",
"renamed.border": "#adc5ccff",
"success": "#797410ff",
"success.background": "#e4e0cdff",
"success.border": "#d1cba8ff",
"unreachable": "#5f5650ff",
"unreachable.background": "#d9c8a4ff",
"unreachable.border": "#c8b899ff",
"warning": "#b57615ff",
"warning.background": "#f5e2d0ff",
"warning.border": "#ebccabff",
"players": [
{
"cursor": "#0b6678ff",
"background": "#0b6678ff",
"selection": "#0b66783d"
},
{
"cursor": "#7c6f64ff",
"background": "#7c6f64ff",
"selection": "#7c6f643d"
},
{
"cursor": "#af3a04ff",
"background": "#af3a04ff",
"selection": "#af3a043d"
},
{
"cursor": "#8f3f70ff",
"background": "#8f3f70ff",
"selection": "#8f3f703d"
},
{
"cursor": "#437b59ff",
"background": "#437b59ff",
"selection": "#437b593d"
},
{
"cursor": "#9d0308ff",
"background": "#9d0308ff",
"selection": "#9d03083d"
},
{
"cursor": "#b57615ff",
"background": "#b57615ff",
"selection": "#b576153d"
},
{
"cursor": "#797410ff",
"background": "#797410ff",
"selection": "#7974103d"
}
],
"syntax": {
"attribute": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#7c6f64ff",
"font_style": null,
"font_weight": null
},
"comment.doc": {
"color": "#5d544eff",
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"embedded": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"emphasis.strong": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": 700
},
"enum": {
"color": "#af3a02ff",
"font_style": null,
"font_weight": null
},
"function": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"function.builtin": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"hint": {
"color": "#677562ff",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"label": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#427b58ff",
"font_style": "italic",
"font_weight": null
},
"link_uri": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"namespace": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"operator": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"predictive": {
"color": "#7c9780ff",
"font_style": "italic",
"font_weight": null
},
"preproc": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"primary": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"punctuation": {
"color": "#3c3836ff",
"font_style": null,
"font_weight": null
},
"punctuation.bracket": {
"color": "#665c54ff",
"font_style": null,
"font_weight": null
},
"punctuation.delimiter": {
"color": "#413d3aff",
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"punctuation.markup": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#413d3aff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"selector.pseudo": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#5d544eff",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#af3a02ff",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#79740eff",
"font_style": null,
"font_weight": 700
},
"type": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"variable": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"variant": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"diff.plus": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"diff.minus": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
}
}
}
},
{
"name": "Gruvbox Light Soft",
"appearance": "light",
"style": {
"accents": ["#cc241dff", "#98971aff", "#d79921ff", "#458588ff", "#b16286ff", "#689d6aff", "#d65d0eff"],
"border": "#c8b899ff",
"border.variant": "#ddcca7ff",
"border.focused": "#adc5ccff",
"border.selected": "#adc5ccff",
"border.transparent": "#00000000",
"border.disabled": "#d0bf9dff",
"elevated_surface.background": "#ecdcb3ff",
"surface.background": "#ecdcb3ff",
"background": "#d9c8a4ff",
"element.background": "#ecdcb3ff",
"element.hover": "#ddcca7ff",
"element.active": "#c8b899ff",
"element.selected": "#c8b899ff",
"element.disabled": "#ecdcb3ff",
"drop_target.background": "#5f565080",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#ddcca7ff",
"ghost_element.active": "#c8b899ff",
"ghost_element.selected": "#c8b899ff",
"ghost_element.disabled": "#ecdcb3ff",
"text": "#282828ff",
"text.muted": "#5f5650ff",
"text.placeholder": "#897b6eff",
"text.disabled": "#897b6eff",
"text.accent": "#0b6678ff",
"icon": "#282828ff",
"icon.muted": "#5f5650ff",
"icon.disabled": "#897b6eff",
"icon.placeholder": "#5f5650ff",
"icon.accent": "#0b6678ff",
"status_bar.background": "#d9c8a4ff",
"title_bar.background": "#d9c8a4ff",
"title_bar.inactive_background": "#ecdcb3ff",
"toolbar.background": "#f2e5bcff",
"tab_bar.background": "#ecdcb3ff",
"tab.inactive_background": "#ecdcb3ff",
"tab.active_background": "#f2e5bcff",
"search.match_background": "#0b667866",
"search.active_match_background": "#d7331466",
"panel.background": "#ecdcb3ff",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar.thumb.active_background": "#458588ac",
"scrollbar.thumb.hover_background": "#2828284c",
"scrollbar.thumb.background": "#7c6f644c",
"scrollbar.thumb.border": "#ddcca7ff",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#eddeb5ff",
"editor.foreground": "#282828ff",
"editor.background": "#f2e5bcff",
"editor.gutter.background": "#f2e5bcff",
"editor.subheader.background": "#ecdcb3ff",
"editor.active_line.background": "#ecdcb3bf",
"editor.highlighted_line.background": "#ecdcb3ff",
"editor.line_number": "#a9a389",
"editor.active_line_number": "#3b382b",
"editor.hover_line_number": "#5e5a45",
"editor.invisible": "#928474ff",
"editor.wrap_guide": "#2828280d",
"editor.active_wrap_guide": "#2828281a",
"editor.document_highlight.read_background": "#0b66781a",
"editor.document_highlight.write_background": "#92847466",
"terminal.background": "#f2e5bcff",
"terminal.foreground": "#282828ff",
"terminal.bright_foreground": "#282828ff",
"terminal.dim_foreground": "#f2e5bcff",
"terminal.ansi.black": "#fbf1c7ff",
"terminal.ansi.bright_black": "#928374ff",
"terminal.ansi.dim_black": "#7c6f64ff",
"terminal.ansi.red": "#cc241dff",
"terminal.ansi.bright_red": "#9d0006ff",
"terminal.ansi.dim_red": "#c31c16ff",
"terminal.ansi.green": "#98971aff",
"terminal.ansi.bright_green": "#79740eff",
"terminal.ansi.dim_green": "#929015ff",
"terminal.ansi.yellow": "#d79921ff",
"terminal.ansi.bright_yellow": "#b57614ff",
"terminal.ansi.dim_yellow": "#cf8e1aff",
"terminal.ansi.blue": "#458588ff",
"terminal.ansi.bright_blue": "#076678ff",
"terminal.ansi.dim_blue": "#356f77ff",
"terminal.ansi.magenta": "#b16286ff",
"terminal.ansi.bright_magenta": "#8f3f71ff",
"terminal.ansi.dim_magenta": "#a85580ff",
"terminal.ansi.cyan": "#689d6aff",
"terminal.ansi.bright_cyan": "#427b58ff",
"terminal.ansi.dim_cyan": "#5f9166ff",
"terminal.ansi.white": "#7c6f64ff",
"terminal.ansi.bright_white": "#282828ff",
"terminal.ansi.dim_white": "#282828ff",
"link_text.hover": "#0b6678ff",
"version_control.added": "#797410ff",
"version_control.modified": "#b57615ff",
"version_control.deleted": "#9d0308ff",
"conflict": "#b57615ff",
"conflict.background": "#f5e2d0ff",
"conflict.border": "#ebccabff",
"created": "#797410ff",
"created.background": "#e4e0cdff",
"created.border": "#d1cba8ff",
"deleted": "#9d0308ff",
"deleted.background": "#f4d1c9ff",
"deleted.border": "#e8ac9eff",
"error": "#9d0308ff",
"error.background": "#f4d1c9ff",
"error.border": "#e8ac9eff",
"hidden": "#897b6eff",
"hidden.background": "#d9c8a4ff",
"hidden.border": "#d0bf9dff",
"hint": "#677562ff",
"hint.background": "#d2dee2ff",
"hint.border": "#adc5ccff",
"ignored": "#897b6eff",
"ignored.background": "#d9c8a4ff",
"ignored.border": "#c8b899ff",
"info": "#0b6678ff",
"info.background": "#d2dee2ff",
"info.border": "#adc5ccff",
"modified": "#b57615ff",
"modified.background": "#f5e2d0ff",
"modified.border": "#ebccabff",
"predictive": "#7c9780ff",
"predictive.background": "#e4e0cdff",
"predictive.border": "#d1cba8ff",
"renamed": "#0b6678ff",
"renamed.background": "#d2dee2ff",
"renamed.border": "#adc5ccff",
"success": "#797410ff",
"success.background": "#e4e0cdff",
"success.border": "#d1cba8ff",
"unreachable": "#5f5650ff",
"unreachable.background": "#d9c8a4ff",
"unreachable.border": "#c8b899ff",
"warning": "#b57615ff",
"warning.background": "#f5e2d0ff",
"warning.border": "#ebccabff",
"players": [
{
"cursor": "#0b6678ff",
"background": "#0b6678ff",
"selection": "#0b66783d"
},
{
"cursor": "#7c6f64ff",
"background": "#7c6f64ff",
"selection": "#7c6f643d"
},
{
"cursor": "#af3a04ff",
"background": "#af3a04ff",
"selection": "#af3a043d"
},
{
"cursor": "#8f3f70ff",
"background": "#8f3f70ff",
"selection": "#8f3f703d"
},
{
"cursor": "#437b59ff",
"background": "#437b59ff",
"selection": "#437b593d"
},
{
"cursor": "#9d0308ff",
"background": "#9d0308ff",
"selection": "#9d03083d"
},
{
"cursor": "#b57615ff",
"background": "#b57615ff",
"selection": "#b576153d"
},
{
"cursor": "#797410ff",
"background": "#797410ff",
"selection": "#7974103d"
}
],
"syntax": {
"attribute": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#7c6f64ff",
"font_style": null,
"font_weight": null
},
"comment.doc": {
"color": "#5d544eff",
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"embedded": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"emphasis.strong": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": 700
},
"enum": {
"color": "#af3a02ff",
"font_style": null,
"font_weight": null
},
"function": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"function.builtin": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"hint": {
"color": "#677562ff",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"label": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#427b58ff",
"font_style": "italic",
"font_weight": null
},
"link_uri": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"namespace": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"operator": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"predictive": {
"color": "#7c9780ff",
"font_style": "italic",
"font_weight": null
},
"preproc": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
},
"primary": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"punctuation": {
"color": "#3c3836ff",
"font_style": null,
"font_weight": null
},
"punctuation.bracket": {
"color": "#665c54ff",
"font_style": null,
"font_weight": null
},
"punctuation.delimiter": {
"color": "#413d3aff",
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"punctuation.markup": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#413d3aff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"selector.pseudo": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#5d544eff",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#af3a02ff",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#8f3e71ff",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#427b58ff",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#79740eff",
"font_style": null,
"font_weight": 700
},
"type": {
"color": "#b57613ff",
"font_style": null,
"font_weight": null
},
"variable": {
"color": "#282828ff",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#066578ff",
"font_style": null,
"font_weight": null
},
"variant": {
"color": "#0b6678ff",
"font_style": null,
"font_weight": null
},
"diff.plus": {
"color": "#79740eff",
"font_style": null,
"font_weight": null
},
"diff.minus": {
"color": "#9d0006ff",
"font_style": null,
"font_weight": null
}
}
}
}
]
}