Override theme settings for Dracula to work.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "One Light",
|
"light": "One Light",
|
||||||
"dark": "Aura Soft Dark",
|
"dark": "Dracula",
|
||||||
},
|
},
|
||||||
"restore_on_startup": "last_workspace",
|
"restore_on_startup": "last_workspace",
|
||||||
"soft_wrap": "preferred_line_length",
|
"soft_wrap": "preferred_line_length",
|
||||||
@@ -108,4 +108,11 @@
|
|||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"experimental.theme_overrides": {
|
||||||
|
"background": "#282a36ff",
|
||||||
|
"title_bar.background": "#141119ff",
|
||||||
|
"title_bar.inactive_background": "#1c1d26ff",
|
||||||
|
"status_bar.background": "#141119ff",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user