Skip to content

Instantly share code, notes, and snippets.

@rafaelrcamargo
Last active March 18, 2025 22:05
Show Gist options
  • Save rafaelrcamargo/3aed31757b90790920ee99ad903131b6 to your computer and use it in GitHub Desktop.
Save rafaelrcamargo/3aed31757b90790920ee99ad903131b6 to your computer and use it in GitHub Desktop.
My straightforward iteration on a simple, muted, yet informative Zed theme
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"author": "rafaelrcamargo",
"name": "Minimal",
"themes": [
{
"appearance": "dark",
"name": "Minimal Dark",
"style": {
// Base colors
"background": "#1a1a1ff0",
"background.appearance": "blurred",
"elevated_surface.background": "#1a1a1ff0",
"surface.background": "#1a1a1f00",
"text": "#bab39c",
"text.accent": "#6c765c",
"text.disabled": "#64534899",
"text.muted": "#bab39c99",
"text.placeholder": "#bab39c33",
"icon": "#a79879",
"icon.accent": "#6c765c",
"icon.disabled": "#64534899",
"icon.muted": "#a7987990",
"icon.placeholder": "#a7987990",
"hidden": "#64534899",
// Borders
"border": "#BAB39C10",
"border.disabled": "#BAB39C10",
"border.focused": "#BAB39C10",
"border.selected": "#BAB39C10",
"border.transparent": "#BAB39C10",
"border.variant": "#BAB39C10",
// Elements
"element.background": "#1a1a1ff0",
"element.active": "#454a56",
"element.hover": "#292929",
"element.selected": "#1a1a1ff0",
"element.disabled": "#2e2d33",
"ghost_element.background": "#0000",
"ghost_element.active": "#bab39c40",
"ghost_element.hover": "#bab39c30",
"ghost_element.selected": "#bab39c10",
"ghost_element.disabled": "#bab39c10",
"drop_target.background": "#36384750",
// Status indicators
"error": "#c15e55",
"error.background": "#5c2621c0",
"error.border": "#5c2621",
"success": "#6c765c",
"success.background": "#6c765c1a",
"success.border": "#6c765c",
"warning": "#ca9e66",
"warning.background": "#876c4ac0",
"warning.border": "#876c4a",
"info": "#6578a6",
"info.background": "#6578a61a",
"info.border": "#293b5b",
"hint": "#bab39c30",
"hint.background": "#5a6f891a",
"hint.border": "#293b5b",
"predictive": "#484848",
"predictive.background": "#48484830",
"predictive.border": "#6c765c",
// Version control
"created": "#6c765c",
"created.background": "#72977B30",
"created.border": "#6c765c",
"deleted": "#c15e55",
"deleted.background": "#c15e5530",
"deleted.border": "#c15e5590",
"modified": "#ca9e66",
"modified.background": "#ca9e6610",
"modified.border": "#5d4c2f",
"renamed": "#6578a6",
"renamed.background": "#6578a61a",
"renamed.border": "#293b5b",
"conflict": "#ca9e66",
"conflict.background": "#ca9e6630",
"conflict.border": "#5d4c2f",
"ignored": "#bab39c50",
"ignored.background": "#4545451a",
"ignored.border": "#464b57",
"hidden.background": "#696B771a",
"hidden.border": "#414754",
"unreachable": "#a7987990",
"unreachable.background": "#8389941a",
"unreachable.border": "#464b57",
// Version control indicators
"version_control.added": "#6c765c",
"version_control.added_background": "#6c765c",
"version_control.deleted": "#c15e55",
"version_control.deleted_background": "#c15e55",
"version_control.modified": "#ca9e66",
"version_control.modified_background": "#ca9e66",
"version_control.renamed": "#ff0000",
"version_control.conflict": "#ff0000",
"version_control.conflict_background": "#ff0000",
"version_control.ignored": "#ff0000",
// Editor
"editor.background": "#1a1a1f00",
"editor.foreground": "#bab39c",
"editor.gutter.background": "#1a1a1f00",
"editor.active_line.background": "#bab39c10",
"editor.active_line_number": "#ca9e66",
"editor.active_wrap_guide": "#c8ccd41a",
"editor.highlighted_line.background": "#2f343e",
"editor.indent_guide": "#BAB39C20",
"editor.indent_guide_active": "#BAB39C30",
"editor.invisible": "#64534899",
"editor.line_number": "#bab39c30",
"editor.subheader.background": "#1a1a1ff0",
"editor.wrap_guide": "#c8ccd40d",
"editor.document_highlight.read_background": "#6578a61a",
"editor.document_highlight.write_background": "#555a6366",
"search.match_background": "#6578a640",
"link_text.hover": "#6578a6",
// UI components
"panel.background": "#1a1a1f00",
"panel.focused_border": null,
"pane.focused_border": null,
"tab.active_background": "#1a1a1f0a",
"tab.inactive_background": "#1a1a1f00",
"tab_bar.background": "#1a1a1f00",
"title_bar.background": "#1a1a1ff0",
"title_bar.inactive_background": "#2e2d33",
"toolbar.background": "#1a1a1f00",
"status_bar.background": "#1a1a1ff0",
// Scrollbars
"scrollbar.thumb.background": "#56565655",
"scrollbar.thumb.border": "#BAB39C30",
"scrollbar.thumb.hover_background": "#89898955",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#BAB39C30",
// Terminal colors
"terminal.background": "#1a1a1f00",
"terminal.foreground": "#bab39c",
"terminal.bright_foreground": "#a79879",
"terminal.dim_foreground": "#bab39c90",
"terminal.ansi.black": "#282c33",
"terminal.ansi.red": "#b4685f",
"terminal.ansi.green": "#7b856a",
"terminal.ansi.yellow": "#ca9e66",
"terminal.ansi.blue": "#6578a6",
"terminal.ansi.magenta": "#8f73a5",
"terminal.ansi.cyan": "#88a3b0",
"terminal.ansi.white": "#a79879",
"terminal.ansi.bright_black": "#57554f",
"terminal.ansi.bright_red": "#b4685f",
"terminal.ansi.bright_green": "#95a679",
"terminal.ansi.bright_yellow": "#edb253",
"terminal.ansi.bright_blue": "#6578a6",
"terminal.ansi.bright_magenta": "#926fad",
"terminal.ansi.bright_cyan": "#88a3b0",
"terminal.ansi.bright_white": "#a79879",
"terminal.ansi.dim_black": "#a79879",
"terminal.ansi.dim_red": "#b4685f90",
"terminal.ansi.dim_green": "#7b856a90",
"terminal.ansi.dim_yellow": "#ca9e6690",
"terminal.ansi.dim_blue": "#6578a690",
"terminal.ansi.dim_magenta": "#9d79b990",
"terminal.ansi.dim_cyan": "#b9d9df",
"terminal.ansi.dim_white": "#575d65",
// Players
"players": [
{
"background": "#ca9e66",
"cursor": "#ca9e66",
"selection": "#deb17820",
},
{
"background": "#c15e55",
"cursor": "#c15e55",
"selection": "#c15e553d",
},
{
"background": "#bf956a",
"cursor": "#bf956a",
"selection": "#bf956a3d",
},
{
"background": "#8f73a5",
"cursor": "#8f73a5",
"selection": "#8f73a53d",
},
{
"background": "#6578a6",
"cursor": "#6578a6",
"selection": "#6578a63d",
},
{
"background": "#6c765c",
"cursor": "#6c765c",
"selection": "#6c765c3d",
},
],
// Syntax highlighting
"syntax": {
// Base syntax
"primary": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"title": {
"color": "#ca9e66",
"font_style": null,
"font_weight": 400,
},
"keyword": {
"color": "#73716b",
"font_style": null,
"font_weight": null,
},
"operator": {
"color": "#73716b",
"font_style": null,
"font_weight": null,
},
"function": {
"color": "#6c765c",
"font_style": null,
"font_weight": null,
},
"variable": {
"color": "#bab39c",
"font_style": null,
"font_weight": null,
},
"variable.special": {
"color": "#bab39c",
"font_style": "italic",
"font_weight": null,
},
"constant": {
"color": "#bab39c",
"font_style": null,
"font_weight": null,
},
"type": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"attribute": {
"color": "#bab39c",
"font_style": null,
"font_weight": null,
},
"property": {
"color": "#bab39c",
"font_style": null,
"font_weight": null,
},
"number": {
"color": "#bab39c",
"font_style": null,
"font_weight": null,
},
"boolean": {
"color": "#bab39c",
"font_style": null,
"font_weight": null,
},
// String
"string": {
"color": "#938f82",
"font_style": "italic",
"font_weight": null,
},
"string.escape": {
"color": "#57554f",
"font_style": null,
"font_weight": null,
},
"string.regex": {
"color": "#57554f",
"font_style": null,
"font_weight": null,
},
"string.special": {
"color": "#363847",
"font_style": null,
"font_weight": null,
},
"string.special.symbol": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
// Comments
"comment": {
"color": "#565552",
"font_style": null,
"font_weight": null,
},
"comment.doc": {
"color": "#565552",
"font_style": null,
"font_weight": null,
},
// Punctuation
"punctuation": {
"color": "#57554f",
"font_style": null,
"font_weight": null,
},
"punctuation.bracket": {
"color": "#57554f",
"font_style": null,
"font_weight": null,
},
"punctuation.delimiter": {
"color": "#57554f",
"font_style": null,
"font_weight": null,
},
"punctuation.list_marker": {
"color": "#57554f",
"font_style": null,
"font_weight": null,
},
"punctuation.special": {
"color": "#57554f",
"font_style": null,
"font_weight": null,
},
// Special elements
"tag": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"constructor": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"embedded": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"enum": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"preproc": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"label": {
"color": "#6578a6",
"font_style": null,
"font_weight": null,
},
"text.literal": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"variant": {
"color": "#73ade99f",
"font_style": null,
"font_weight": null,
},
// Text formatting
"emphasis": {
"color": "#ca9e66",
"font_style": null,
"font_weight": null,
},
"emphasis.strong": {
"color": "#ca9e66",
"font_style": null,
"font_weight": 700,
},
"link_text": {
"color": "#6c765c",
"font_style": "normal",
"font_weight": null,
},
"link_uri": {
"color": "#73716b",
"font_style": null,
"font_weight": null,
},
// UI hints
"hint": {
"color": "#565656",
"font_style": null,
"font_weight": 700,
},
"predictive": {
"color": "#565656",
"font_style": "italic",
"font_weight": null,
},
},
},
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment