Last active
August 5, 2026 13:17
-
-
Save ncthbrt/1d478ea20031752fcff09b14bfe56889 to your computer and use it in GitHub Desktop.
Zed/Gram Theme - Orange Peel in a Dark Room
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
Show hidden characters
| // Gram settings | |
| // | |
| // For information on how to configure Gram, see the Gram | |
| // documentation: gram://docs/configuring-gram | |
| // | |
| // To see all of Gram's default settings without changing your | |
| // custom settings, run `gram: open default settings` from the | |
| // command palette (cmd-shift-p / ctrl-shift-p) | |
| { | |
| "terminal": { | |
| "minimum_contrast": 46.0, | |
| }, | |
| "colorize_brackets": true, | |
| "lsp_document_colors": "inlay", | |
| "indent_guides": { | |
| "coloring": "indent_aware", | |
| "background_coloring": "indent_aware", | |
| }, | |
| "node": { | |
| "allow_binary_download": true, | |
| "allow_prettier_download": true, | |
| "allow_npm_install": true, | |
| }, | |
| "lsp": { | |
| "vtsls": { | |
| "binary": { | |
| "enable_auto_updates": true, | |
| "ignore_system_version": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "bash-language-server": { | |
| "binary": { | |
| "enable_auto_updates": true, | |
| "ignore_system_version": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "eslint": { | |
| "binary": { | |
| "enable_auto_updates": true, | |
| "ignore_system_version": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "tailwindcss-language-server": { | |
| "binary": { | |
| "enable_auto_updates": true, | |
| "ignore_system_version": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "clangd": { | |
| "binary": { | |
| "enable_auto_updates": true, | |
| "ignore_system_version": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "package-version-server": { | |
| "binary": { | |
| "enable_auto_updates": true, | |
| "ignore_system_version": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "rust-analyzer": { | |
| "binary": { | |
| "enable_auto_updates": true, | |
| "ignore_system_version": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "prettier (default)": { | |
| "binary": { | |
| "ignore_system_version": true, | |
| "enable_auto_updates": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| "json-language-server": { | |
| "binary": { | |
| "ignore_system_version": true, | |
| "enable_auto_updates": true, | |
| "allow_binary_download": true, | |
| }, | |
| "enable_lsp_tasks": true, | |
| }, | |
| }, | |
| "icon_theme": { | |
| "mode": "system", | |
| "light": "Gram (Default)", | |
| "dark": "Gram (Default)", | |
| }, | |
| "ui_font_size": 16, | |
| "buffer_font_size": 16, | |
| "format_on_save": "on", | |
| "theme": { | |
| "mode": "system", | |
| "light": "One Light", | |
| "dark": "One Dark", | |
| }, | |
| "languages": {}, | |
| "theme_overrides": { | |
| "One Dark": { | |
| "border": "#8C5738FF", | |
| "border.variant": "#57422FFF", | |
| "border.focused": "#9E7347FF", | |
| "border.selected": "#B5653CFF", | |
| "border.disabled": "#4A413AFF", | |
| "elevated_surface.background": "#000000FF", | |
| "surface.background": "#000000FF", | |
| "background": "#000000FF", | |
| "element.background": "#000000FF", | |
| "element.hover": "#463D36FF", | |
| "element.active": "#050504FF", | |
| "element.selected": "#38312CFF", | |
| "element.disabled": "#141414FF", | |
| "drop_target.background": "#948B8380", | |
| "ghost_element.hover": "#463E36FF", | |
| "ghost_element.active": "#050504FF", | |
| "ghost_element.selected": "#38312CFF", | |
| "ghost_element.disabled": "#1A1717FF", | |
| "text": "#F26D1DFF", | |
| "text.muted": "#D99777FF", | |
| "text.placeholder": "#F7BF83FF", | |
| "text.disabled": "#616161FF", | |
| "text.accent": "#FFE2C9FF", | |
| "icon": "#F26D1DFF", | |
| "icon.muted": "#D99777FF", | |
| "icon.disabled": "#616161FF", | |
| "icon.accent": "#FFE2C9FF", | |
| "status_bar.background": "#000000FF", | |
| "title_bar.background": "#000000FF", | |
| "title_bar.inactive_background": "#3E382EFF", | |
| "toolbar.background": "#000000FF", | |
| "tab_bar.background": "#000000FF", | |
| "tab.inactive_background": "#000000FF", | |
| "tab.active_background": "#000000FF", | |
| "search.match_background": "#E8A47466", | |
| "panel.background": "#000000FF", | |
| "panel.focused_border": "#9E7347FF", | |
| "pane.focused_border": "#9E7347FF", | |
| "scrollbar.thumb.background": "#D4CDC84C", | |
| "scrollbar.thumb.hover_background": "#463F36FF", | |
| "scrollbar.thumb.border": "#463C36FF", | |
| "scrollbar.track.border": "#3C352EFF", | |
| "editor.foreground": "#F2DFD5FF", | |
| "editor.background": "#000000FF", | |
| "editor.gutter.background": "#000000FF", | |
| "editor.subheader.background": "#000000FF", | |
| "editor.active_line.background": "#1F1C1BBF", | |
| "editor.highlighted_line.background": "#000000FF", | |
| "editor.line_number": "#8F3E00FF", | |
| "editor.active_line_number": "#FFB370FF", | |
| "editor.hover_line_number": "#FF8000FF", | |
| "editor.invisible": "#998479FF", | |
| "editor.wrap_guide": "#D4CCC80D", | |
| "editor.document_highlight.read_background": "#E895741A", | |
| "editor.document_highlight.write_background": "#635B5566", | |
| "terminal.background": "#000000FF", | |
| "link_text.hover": "#FFE2C9FF", | |
| "version_control.modified": "#D37720FF", | |
| "error": "#FF6B6BFF", | |
| "error.background": "#FF000C3B", | |
| "error.border": "#B34044FF", | |
| "hint": "#367196FF", | |
| "ignored.border": "#574D46FF", | |
| "info": "#74E8B8FF", | |
| "predictive": "#87715AFF", | |
| "warning": "#FFAD00FF", | |
| "warning.background": "#6B551638", | |
| "players": [ | |
| { | |
| "cursor": "#E8B074FF", | |
| "background": "#E89374FF", | |
| "selection": "#E8A0743D", | |
| }, | |
| { | |
| "cursor": "#be5046ff", | |
| "background": "#be5046ff", | |
| "selection": "#be50463d", | |
| }, | |
| { | |
| "cursor": "#bf956aff", | |
| "background": "#bf956aff", | |
| "selection": "#bf956a3d", | |
| }, | |
| { | |
| "cursor": "#b477cfff", | |
| "background": "#b477cfff", | |
| "selection": "#b477cf3d", | |
| }, | |
| { | |
| "cursor": "#6eb4bfff", | |
| "background": "#6eb4bfff", | |
| "selection": "#6eb4bf3d", | |
| }, | |
| { | |
| "cursor": "#d07277ff", | |
| "background": "#d07277ff", | |
| "selection": "#d072773d", | |
| }, | |
| { | |
| "cursor": "#dec184ff", | |
| "background": "#dec184ff", | |
| "selection": "#dec1843d", | |
| }, | |
| { | |
| "cursor": "#a1c181ff", | |
| "background": "#a1c181ff", | |
| "selection": "#a1c1813d", | |
| }, | |
| ], | |
| "syntax": { | |
| "boolean": { | |
| "color": "#BEFFA1FF", | |
| }, | |
| "comment": { | |
| "color": "#C4AF9BFF", | |
| }, | |
| "comment.doc": { | |
| "color": "#E68E53FF", | |
| }, | |
| "constant": { | |
| "color": "#FFDA9EFF", | |
| }, | |
| "embedded": { | |
| "color": "#FFFFFFFF", | |
| }, | |
| "emphasis": { | |
| "color": "#E8B474FF", | |
| }, | |
| "emphasis.strong": { | |
| "color": "#FF8100FF", | |
| }, | |
| "function": { | |
| "color": "#2EFF9AFF", | |
| }, | |
| "hint": { | |
| "color": "#574F44FF", | |
| }, | |
| "keyword": { | |
| "color": "#249C7CFF", | |
| }, | |
| "label": { | |
| "color": "#B2FFADFF", | |
| }, | |
| "link_text": { | |
| "color": "#128AFFFF", | |
| }, | |
| "namespace": { | |
| "color": "#63ABFFFF", | |
| }, | |
| "number": { | |
| "color": "#FF8CFFFF", | |
| }, | |
| "operator": { | |
| "color": "#26E1FFFF", | |
| }, | |
| "predictive": { | |
| "color": "#87785AFF", | |
| }, | |
| "primary": { | |
| "color": "#BEB7ACFF", | |
| }, | |
| "punctuation": { | |
| "color": "#BEB8ACFF", | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#52FFD4FF", | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#C6BFB2FF", | |
| }, | |
| "string": { | |
| "color": "#FFA12EFF", | |
| }, | |
| "tag": { | |
| "color": "#FF9473FF", | |
| }, | |
| "text.literal": { | |
| "color": "#FFE936FF", | |
| }, | |
| "title": { | |
| "color": "#FFDA5CFF", | |
| }, | |
| "type": { | |
| "color": "#FFC580FF", | |
| }, | |
| "variable": { | |
| "color": "#F0A1FFFF", | |
| }, | |
| "variable.special": { | |
| "color": "#BF6AA1FF", | |
| }, | |
| "variant": { | |
| "color": "#ACE973FF", | |
| }, | |
| }, | |
| "drop_target.border": "#855632FF", | |
| "editor.document_highlight.bracket_background": "#FFA18C33", | |
| "element.selection_background": "#FF8400FF", | |
| "panel.overlay_background": "#000000FF", | |
| "panel.overlay_hover": "#000000FF", | |
| "minimap.thumb.background": "#D4CDC84C", | |
| "minimap.thumb.hover_background": "#463F36FF", | |
| "minimap.thumb.border": "#463C36FF", | |
| }, | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment