Created
October 12, 2025 18:33
-
-
Save timmyha/0445df119a3192c2266c157ac092c33a to your computer and use it in GitHub Desktop.
zed theme with Crimson Dark as base
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
| "experimental.theme_overrides": { | |
| "syntax": { | |
| "boolean": { | |
| "color": "#857499" | |
| }, | |
| "number": { | |
| "color": "#857499" | |
| }, | |
| "constant": { | |
| "color": "#857499" | |
| }, | |
| "comment": { | |
| "color": "#4C544F" | |
| }, | |
| "attribute": { | |
| "color": "#E9E9E9" | |
| }, | |
| "constructor": { | |
| "color": "#E9E9E9" | |
| }, | |
| "function": { | |
| "color": "#639974" | |
| }, | |
| "keyword": { | |
| "color": "#996E8B", | |
| "font_style": "normal", | |
| "font_weight": 100 | |
| }, | |
| "label": { | |
| "color": "#639974" | |
| }, | |
| "operator": { | |
| "color": "#f8f8f0" | |
| }, | |
| "property": { | |
| "color": "#E9E9E9" | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#f8f8f0" | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#f8f8f0" | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#f8f8f0" | |
| }, | |
| "punctuation.special": { | |
| "color": "#f8f8f0" | |
| }, | |
| "string": { | |
| "color": "#8E8F61" | |
| }, | |
| "string.escape": { | |
| "color": "#857499" | |
| }, | |
| "string.regex": { | |
| "color": "#998870" | |
| }, | |
| "tag": { | |
| "color": "#639974" | |
| }, | |
| "type": { | |
| "color": "#698799" | |
| }, | |
| "variable": { | |
| "color": "#f8f8f0" | |
| }, | |
| "variable.special": { | |
| "color": "#857499" | |
| } | |
| }, | |
| "background": "#15121a", | |
| "editor.background": "#1A1217", | |
| "editor.gutter.background": "#1A1217", | |
| "tab_bar.background": "#140C10", | |
| "terminal.background": "#221D28", | |
| "toolbar.background": "#140C10", | |
| "tab.active_background": "#1A1217", | |
| "tab.inactive_background": "#140C10", | |
| "status_bar.background": "#140C10", | |
| "title_bar.background": "#140C10", | |
| "panel.background": "#140C10", | |
| "border.variant": "#2B2433", | |
| "scrollbar.track.border": "#1A1217", | |
| "editor.active_line.background": "#00000000", | |
| "editor.active_line_number": "#ffffff", | |
| "element.background": "#639974", | |
| "border": "#140C10", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment