feat(app): better themes (#16889)

This commit is contained in:
Adam
2026-03-12 10:35:23 -05:00
committed by GitHub
parent c455d41876
commit 776e7a9c15
17 changed files with 373 additions and 173 deletions

View File

@@ -16,7 +16,13 @@
"diffDelete": "#FF8080"
},
"overrides": {
"syntax-keyword": "#b30000"
"syntax-comment": "#7a7a7a",
"syntax-keyword": "#6e6e6e",
"syntax-string": "#117e69",
"syntax-primitive": "#8d541c",
"syntax-property": "#101010",
"syntax-type": "#8d541c",
"syntax-constant": "#8d541c"
}
},
"dark": {
@@ -33,8 +39,13 @@
"diffDelete": "#FF8080"
},
"overrides": {
"syntax-keyword": "#ff8080",
"syntax-primitive": "#ffc799"
"syntax-comment": "#8b8b8b",
"syntax-keyword": "#a0a0a0",
"syntax-string": "#99ffe4",
"syntax-primitive": "#ffc799",
"syntax-property": "#ffffff",
"syntax-type": "#ffc799",
"syntax-constant": "#ffc799"
}
}
}