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
+20
View File
@@ -0,0 +1,20 @@
module.exports.colors = {
dark: {
accent0: "#101725",
accent1: "#4C4D4F",
accent2: "#6C6A5F",
accent3: "#C15E59",
accent4: "#6F8F70",
accent5: "#979274",
accent6: "#c3c5c8",
accent7: "#c3c5c8",
shade0: "#101725",
shade1: "#4C4D4F",
shade2: "#6C6A5F",
shade3: "#C15E59",
shade4: "#6F8F70",
shade5: "#979274",
shade6: "#DC9548",
shade7: "#c3c5c8"
},
};