Created
February 6, 2026 07:43
-
-
Save ihrankouski/a0cbc0a3198f26560ed409db316e991c to your computer and use it in GitHub Desktop.
Brian's Cursor Midnight Color 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": "Brian's Cursor Midnight Color Theme", | |
| "author": "BrianTravis", | |
| "themes": [ | |
| { | |
| "name": "Brian's Cursor Midnight Color Theme", | |
| "appearance": "dark", | |
| "style": { | |
| "background.appearance": "opaque", | |
| "accents": [], | |
| "border": "#272c36", | |
| "border.variant": "#272c36", | |
| "border.focused": "#00000000", | |
| "border.selected": "#272c36", | |
| "border.transparent": "#272c36", | |
| "border.disabled": "#272c36", | |
| "elevated_surface.background": "#14181a", | |
| "surface.background": "#14181a", | |
| "background": "#181d21", | |
| "element.background": "#88c0d0", | |
| "element.hover": "#272c3699", | |
| "element.selected": "#21242b", | |
| "drop_target.background": "#88c0d099", | |
| "ghost_element.hover": "#272c3699", | |
| "ghost_element.selected": "#21242b", | |
| "text": "#D6DADF", | |
| "text.muted": "#98a0b3", | |
| "status_bar.background": "#14181a", | |
| "title_bar.background": "#14181a", | |
| "toolbar.background": "#181d21", | |
| "tab_bar.background": "#14181a", | |
| "tab.inactive_background": "#14181a", | |
| "tab.active_background": "#181d21", | |
| "search.match_background": "#88c0d066", | |
| "panel.background": "#14181a", | |
| "pane_group.border": "#272c36", | |
| "scrollbar.thumb.background": "#434c5e55", | |
| "scrollbar.thumb.hover_background": "#434c5e55", | |
| "scrollbar.thumb.active_background": "#434c5e55", | |
| "scrollbar.thumb.border": "#434c5e55", | |
| "scrollbar.track.background": "#181d21", | |
| "scrollbar.track.border": "#00000000", | |
| "editor.foreground": "#D6DADF", | |
| "editor.background": "#181d21", | |
| "editor.gutter.background": "#181d21", | |
| "editor.active_line.background": "#434c5e00", | |
| "editor.line_number": "#4c566a", | |
| "editor.active_line_number": "#D6DADF", | |
| "editor.wrap_guide": "#272c36", | |
| "editor.active_wrap_guide": "#272c36", | |
| "editor.document_highlight.bracket_background": "#14181a00", | |
| "terminal.background": "#14181a", | |
| "terminal.ansi.black": "#272c36", | |
| "terminal.ansi.bright_black": "#4c566a", | |
| "terminal.ansi.red": "#bf616a", | |
| "terminal.ansi.bright_red": "#bf616a", | |
| "terminal.ansi.green": "#a3be8c", | |
| "terminal.ansi.bright_green": "#a3be8c", | |
| "terminal.ansi.yellow": "#ebcb8b", | |
| "terminal.ansi.bright_yellow": "#ebcb8b", | |
| "terminal.ansi.blue": "#81a1c1", | |
| "terminal.ansi.bright_blue": "#81a1c1", | |
| "terminal.ansi.magenta": "#7d7c9b", | |
| "terminal.ansi.bright_magenta": "#b48ead", | |
| "terminal.ansi.cyan": "#88c0d0", | |
| "terminal.ansi.bright_cyan": "#8fbcbb", | |
| "terminal.ansi.white": "#e5e9f0", | |
| "terminal.ansi.bright_white": "#D6DADF", | |
| "link_text.hover": "#8fbcbb", | |
| "created": "#a3be8c", | |
| "deleted": "#bf616a", | |
| "error": "#bf616a", | |
| "error.border": "#bf616a00", | |
| "hidden": "#98a0b3", | |
| "hint": "#4c566a", | |
| "ignored": "#98a0b3", | |
| "modified": "#ebcb8b", | |
| "warning": "#ebcb8b", | |
| "warning.border": "#ebcb8b00", | |
| "players": [], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#8FBCBB", | |
| "font_style": "italic" | |
| }, | |
| "boolean": { | |
| "color": "#81A1C1" | |
| }, | |
| "comment": { | |
| "color": "#616E88", | |
| "font_style": "italic" | |
| }, | |
| "comment.doc": { | |
| "color": "#616E88", | |
| "font_style": "italic" | |
| }, | |
| "constant": { | |
| "color": "#81A1C1" | |
| }, | |
| "constructor": { | |
| "color": "#81A1C1" | |
| }, | |
| "function": { | |
| "color": "#88C0D0" | |
| }, | |
| "keyword": { | |
| "color": "#81A1C1" | |
| }, | |
| "number": { | |
| "color": "#B48EAD" | |
| }, | |
| "operator": { | |
| "color": "#81A1C1" | |
| }, | |
| "preproc": { | |
| "color": "#5E81AC" | |
| }, | |
| "punctuation": { | |
| "color": "#D6DADF" | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#D6DADF" | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#81A1C1" | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#D6DADF" | |
| }, | |
| "punctuation.special": { | |
| "color": "#D6DADF" | |
| }, | |
| "string": { | |
| "color": "#A3BE8C" | |
| }, | |
| "string.escape": { | |
| "color": "#EBCB8B" | |
| }, | |
| "string.regex": { | |
| "color": "#A3BE8C" | |
| }, | |
| "string.special": { | |
| "color": "#A3BE8C" | |
| }, | |
| "string.special.symbol": { | |
| "color": "#A3BE8C" | |
| }, | |
| "tag": { | |
| "color": "#81A1C1" | |
| }, | |
| "text.literal": { | |
| "color": "#A3BE8C" | |
| }, | |
| "type": { | |
| "color": "#8FBCBB" | |
| }, | |
| "variable": { | |
| "color": "#81A1C1" | |
| }, | |
| "variable.special": { | |
| "color": "#81A1C1" | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment