Zsh und neue waybar hinzugefügt

This commit is contained in:
2025-08-07 12:51:42 +02:00
parent db84803624
commit 3f55587e18
111 changed files with 2372 additions and 2887 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"editor.tokenColorCustomizations": {
"functions": "#4C4D4F",
"keywords": "#6C6A5F",
"numbers": "#C15E59",
"strings": "#6F8F70",
"types": "#979274",
"variables": "#DC9548",
"comments": "#5f6674"
},
"workbench.colorCustomizations": {
"editor.background": "#101725"
}
}