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,8 +16,10 @@
"diffDelete": "#e78284"
},
"overrides": {
"syntax-comment": "#6c7086",
"syntax-keyword": "#8839ef",
"syntax-primitive": "#fe640b"
"syntax-primitive": "#1e66f5",
"syntax-constant": "#ca6702"
}
},
"dark": {
@@ -34,8 +36,10 @@
"diffDelete": "#f38ba8"
},
"overrides": {
"syntax-comment": "#6c7086",
"syntax-keyword": "#cba6f7",
"syntax-primitive": "#fab387"
"syntax-primitive": "#89b4fa",
"syntax-constant": "#fab387"
}
}
}