commit 8180f9de04cb39118a2997ccbb519e3e7cb5fb52
parent e3609636d6eb2b31e0d482da390f80fb2d279e0c
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Wed, 12 Nov 2025 19:05:37 +0900
add theme config overwrite
Diffstat:
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/settings.json b/settings.json
@@ -21,6 +21,32 @@
"theme": {
"mode": "dark",
"light": "One Light",
- "dark": "Darcula Dark"
+ "dark": "Dark Pop UI"
+ },
+ "theme_overrides": {
+ "Dark Pop UI": {
+ "syntax": {
+ "comment": {
+ "color": "#E5D3B3",
+ "font_style": "normal"
+ },
+ "comment.doc": {
+ "color": "#E5D3B3",
+ "font_style": "normal"
+ },
+ "punctuation.bracket": {
+ "color": "#CCCCCCFF"
+ },
+ "punctuation.delmiter": {
+ "color": "#CCCCCCFF"
+ },
+ "punctuation.list_marker": {
+ "color": "#CCCCCCFF"
+ },
+ "punctuation.special": {
+ "color": "#CCCCCCFF"
+ }
+ }
+ }
}
}