Skip to content

Instantly share code, notes, and snippets.

@tinacious
Last active October 18, 2024 04:24
Show Gist options
  • Save tinacious/dbdf82337ee6b461f438c6eb56ccb7b6 to your computer and use it in GitHub Desktop.
Save tinacious/dbdf82337ee6b461f438c6eb56ccb7b6 to your computer and use it in GitHub Desktop.
Zed editor theme and settings. Drop the "Tinacious Design.json" file into ~/.config/zed - See settings.json for configured overrides
// Zed settings
// ~/.config/zed/settings.json
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"telemetry": {
"diagnostics": false,
"metrics": false
},
"buffer_font_family": "Zed Plex Mono",
"ui_font_family": "Zed Plex Sans",
"ui_font_size": 19,
"buffer_font_size": 17,
"buffer_font_features": {
// Disable ligatures:
"calt": false
},
"theme": {
"mode": "dark",
"light": "Tinacious Design",
"dark": "Tinacious Design"
}
}
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Tinacious Design",
"author": "Tina Holly",
"themes": [
{
"name": "Tinacious Design",
"appearance": "dark",
"style": {
"background": "#1D1D26",
"syntax": {
"attribute": {
"color": "#00D364",
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#CC66FF",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#CC66FF",
"font_style": null,
"font_weight": null
},
"editor.foreground": {
"color": "#F1F1F4",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#8383A0",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#00CED1",
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": null,
"font_style": "italic",
"font_weight": null
},
"emphasis.strong": {
"color": null,
"font_style": "italic",
"font_weight": 700
},
"enum": {
"color": "#33D5FF",
"font_style": null,
"font_weight": null
},
"function": {
"color": "#00D364",
"font_style": null,
"font_weight": null
},
"function.method": {
"color": "#00D364",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#FF3399",
"font_style": null,
"font_weight": 700
},
"function.special.definition": {
"color": "#33D5FF",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#33D5FF",
"font_style": null,
"font_weight": null
},
"link_uri": {
"color": "#33D5FF",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#CC66FF",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#FF3399",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#C1C1D0",
"font_style": null,
"font_weight": null
},
"punctuation": {
"color": "#F1F1F4",
"font_style": null,
"font_weight": 800
},
"string": {
"color": "#FFCC66",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#CC66FF",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#fff",
"font_style": null,
"font_weight": 600
},
"title": {
"color": null,
"font_style": null,
"font_weight": null
},
"type": {
"color": "#33D5FF",
"font_style": null,
"font_weight": 600
},
"variable": {
"color": "#EAEAEF",
"font_style": null,
"font_weight": 500
}
},
"players": [],
"background.appearance": "opaque",
"drop_target.background": "#3F3F53",
"editor.active_line.background": "#3F3F53",
"editor.active_line_number": "#ffffff",
"editor.line_number": "#9898B0",
"editor.active_wrap_guide": null,
"editor.background": "#101015",
"editor.document_highlight.read_background": null,
"editor.foreground": null,
"editor.gutter.background": null,
"editor.subheader.background": null,
"elevated_surface.background": null,
"pane.focused_border": "#FF3399",
"panel.background": null,
"panel.focused_border": null,
"border": "#3F3F53",
"text": "#F1F1F4",
"text.accent": "#FF3399",
"text.disabled": "#D6D6DF",
"text.muted": "#EAEAEF",
"element.active": "#3F3F53",
"element.background": "#3F3F53",
"element.disabled": "#2F2F3E",
"element.hover": "#4F4F67",
"element.selected": "#FF3399",
"ghost_element.active": null,
"icon": "#33D5FF",
"icon.accent": "#CC66FF",
"terminal.ansi.black": "#1D1D26",
"terminal.ansi.blue": "#33D5FF",
"terminal.ansi.bright_black": "#1D1D26",
"terminal.ansi.bright_blue": "#33D5FF",
"terminal.ansi.bright_cyan": "#00CED1",
"terminal.ansi.cyan": "#00CED1",
"terminal.ansi.bright_green": "#00D364",
"terminal.ansi.dim_green": "#00D364",
"terminal.ansi.bright_magenta": "#CC66FF",
"terminal.ansi.magenta": "#CC66FF",
"terminal.ansi.bright_red": "#F10F69",
"terminal.ansi.dim_red": "#F10F69",
"terminal.ansi.red": "#F10F69",
"terminal.ansi.green": "#00D364",
"terminal.ansi.bright_white": "#FFCC66",
"terminal.ansi.bright_yellow": "#FFCC66",
"terminal.ansi.dim_yellow": "#FFCC66",
"terminal.ansi.yellow": "#FFCC66",
"terminal.ansi.white": "#FFFFFF",
"terminal.ansi.dim_white": "#FFFFFF",
"terminal.ansi.dim_black": "#1D1D26",
"terminal.ansi.dim_blue": "#33D5FF",
"terminal.ansi.dim_cyan": "#00CED1",
"terminal.ansi.dim_magenta": "#CC66FF",
"error": "#F10F69",
"error.background": null,
"error.border": null,
"hint": "#C1C1D0",
"hint.background": "#3F3F53",
"hint.border": "#FF3399",
"success": "#00D364",
"success.border": "#00D364",
"unreachable": "#8383A0",
"warning": "#FFAA00",
"warning.border": "#FFAA00",
"conflict": null,
"conflict.background": "#3F3F53",
"created.background": "#00d4632e",
"deleted.background": "#F10F692e",
"status_bar.foreground": ""
}
}
]
}
@tinacious
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment