Created
October 3, 2025 17:38
-
-
Save lucas-barake/ef45ea69e2627816d73a6a59cb610296 to your computer and use it in GitHub Desktop.
Zed Dim Night Theme
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": "Dim Night Theme", | |
| "author": "Dim Night", | |
| "themes": [ | |
| { | |
| "name": "Dim Night Theme Darker", | |
| "appearance": "dark", | |
| "style": { | |
| "background": "#101010", | |
| "foreground": "#d4d4d4", | |
| "accent": "#7c3aed", | |
| "border": "#0D0D0D", | |
| "hint": "#949494", | |
| "hint.background": "#141414", | |
| "error.background": "#2a1414", | |
| "error.border": "#5a1a1a", | |
| "warning": "#fdce75", | |
| "warning.background": "#2a210c", | |
| "warning.border": "#5a4517", | |
| "editor.background": "#101010", | |
| "editor.foreground": "#e5e5e5", | |
| "editor.gutter": "#101010", | |
| "editor.line_number": "#4d4d4d", | |
| "editor.active_line_number": "#e1e4e8", | |
| "editor.cursor": "#c8e1ff", | |
| "editor.selection.background": "#3392FF44", | |
| "editor.selection.inactive_background": "#3392FF22", | |
| "editor.line_highlight.background": "#1A1A1A", | |
| "editor.invisible": "#444d56", | |
| "editor.indent_guide": "#2f363d", | |
| "editor.active_indent_guide": "#444d56", | |
| "editor.find.match.background": "#ffd33d44", | |
| "editor.find.match_highlight.background": "#ffd33d22", | |
| "editor.word_highlight.border": "#17E5E699", | |
| "editor.word_highlight.strong_border": "#17E5E666", | |
| "editor.bracket.match.background": "#17E5E650", | |
| "surface.background": "#0B0B0B", | |
| "panel.background": "#0B0B0B", | |
| "status_bar.background": "#0B0B0B", | |
| "title_bar.background": "#0B0B0B", | |
| "sidebar.background": "#0B0B0B", | |
| "elevated_surface.background": "#0D0D0D", | |
| "diff.inserted.background": "#28a74530", | |
| "diff.removed.background": "#d73a4930", | |
| "gutter.added": "#28a745", | |
| "gutter.modified": "#7c3aed", | |
| "gutter.removed": "#ea4a5a", | |
| "syntax": { | |
| "comment": { "color": "#60e67d", "font_style": "italic" }, | |
| "comment.doc": { "color": "#60e67d", "font_style": "italic" }, | |
| "string": { "color": "#c8e997" }, | |
| "string.escape": { "color": "#89DDFF" }, | |
| "string.regex": { "color": "#89DDFF" }, | |
| "keyword": { "color": "#B3A6FF" }, | |
| "operator": { "color": "#d6d3d1" }, | |
| "punctuation": { "color": "#d6d3d1" }, | |
| "punctuation.bracket": { "color": "#d6d3d1" }, | |
| "punctuation.delimiter": { "color": "#d6d3d1" }, | |
| "function": { "color": "#FFA361" }, | |
| "function.method": { "color": "#FFA361" }, | |
| "variable": { "color": "#ffffff" }, | |
| "variable.namespace": { "color": "#dbdbdb" }, | |
| "variable.parameter": { "color": "#2DD4BF" }, | |
| "type.class": { "color": "#f8ca73" }, | |
| "constructor": { "color": "#f8ca73" }, | |
| "enum": { "color": "#f8ca73" }, | |
| "type.builtin": { "color": "#f8ca73" }, | |
| "variable.builtin": { "color": "#AC9CFF" }, | |
| "type": { "color": "#e0e0e0" }, | |
| "type.parameter": { "color": "#FF82C3" }, | |
| "tag": { "color": "#fe6767" }, | |
| "attribute": { "color": "#fdce75", "font_style": "italic" }, | |
| "attribute.decorator": { "color": "#FFA361", "font_style": "italic" }, | |
| "property": { "color": "#82BCFF" }, | |
| "constant": { "color": "#f8ca73" }, | |
| "number": { "color": "#f8ca73" }, | |
| "boolean": { "color": "#f8ca73" } | |
| }, | |
| "terminal": { | |
| "ansi.black": "#0B0B0B", | |
| "ansi.red": "#ea4a5a", | |
| "ansi.green": "#34d058", | |
| "ansi.yellow": "#f8ca73", | |
| "ansi.blue": "#8BB1FF", | |
| "ansi.magenta": "#f472b6", | |
| "ansi.cyan": "#33D6EF", | |
| "ansi.white": "#e5e5e5", | |
| "ansi.bright_black": "#444d56", | |
| "ansi.bright_red": "#FF5370", | |
| "ansi.bright_green": "#4ade80", | |
| "ansi.bright_yellow": "#fdce75", | |
| "ansi.bright_blue": "#82BCFF", | |
| "ansi.bright_magenta": "#f6a9ff", | |
| "ansi.bright_cyan": "#71E4F6", | |
| "ansi.bright_white": "#ffffff" | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment