feat(app): better themes (#16889)

This commit is contained in:
Adam 2026-03-12 10:35:23 -05:00 committed by GitHub
commit 776e7a9c15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 377 additions and 177 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"
}
}
}