zed-dracula.json

· bash's pastes · raw

expires: 2025-08-04

 1  "theme": "Dracula",
 2  "experimental.theme_overrides": {
 3    "background.appearance": "blurred",
 4    "terminal.background": "#282a36",
 5    "background": "#282A36",
 6    "border": "#191A21",
 7    "border.disabled": "#191A21",
 8    "border.focused": "#424450",
 9    "border.selected": "#424450",
10    "border.transparent": "#424450",
11    "element.active": "#44475A",
12    "element.disabled": "#6272A4",
13    "element.hover": "#6272A4",
14    "element.selected": "#44475A",
15    "elevated_surface.background": "#282A36",
16    "panel.focused_border": "#FFFFFF",
17    "scrollbar.thumb.background": "#bd93f9",
18    "scrollbar.track.background": "#282a36",
19    "icon": "#BD93F9",
20    "surface.background": "#282A36",
21    "text": "#F8F8F2",
22    "tab.inactive_background": "#21222c",
23    "text.accent": "#FF79C6",
24    "text.disabled": "#6272A4",
25    "text.muted": "#f8f8f2",
26    "ignored": "#6272a4",
27    "text.placeholder": "#6272A4",
28    "title_bar.background": "#191A21",
29    "border.variant": "#bd93f9",
30    "editor.active_line.background": "#475A75",
31    "editor.active_line_number": "#F8F8F2",
32    "editor.background": "#21222C",
33    "editor.foreground": "#F8F8F2",
34    "editor.invisible": "#44475A",
35    "editor.line_number": "#6272A4",
36    "editor.selection": "#44475A",
37    "element.background": "#282A36",
38    "editor.gutter.background": "#282A36",
39    "tab.active_background": "#282A36",
40    "tab.active_border": "#bd93f9",
41    "tab_bar.background": "#191A21",
42    "modified": "#50FA7B", // green
43    "panel.background": "#282A36",
44    "renamed": "#FFB86C",
45    "status_bar.background": "#191A21",
46    "syntax": {
47      "boolean": {
48        "text": "#FFFFFF",
49        "font_weight": 800
50      },
51      "comment": {
52        "text": "#FFFFFF", // test
53        "font_style": "italic"
54      }
55    }
56  },
57