Override theme settings for Dracula to work.

This commit is contained in:
Cutieguwu
2025-06-08 13:25:45 -04:00
parent 274ad69bf2
commit 3fb6578f81

View File

@@ -30,7 +30,7 @@
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Aura Soft Dark",
"dark": "Dracula",
},
"restore_on_startup": "last_workspace",
"soft_wrap": "preferred_line_length",
@@ -108,4 +108,11 @@
"tab_size": 2,
},
},
"experimental.theme_overrides": {
"background": "#282a36ff",
"title_bar.background": "#141119ff",
"title_bar.inactive_background": "#1c1d26ff",
"status_bar.background": "#141119ff",
},
}