Add kitty, rofi, zsh, hyprland, clang_format to configs

This commit is contained in:
Thraix
2026-05-19 22:47:43 +02:00
parent aecdb34116
commit 8e28f60c91
14 changed files with 1372 additions and 5 deletions
+22
View File
@@ -0,0 +1,22 @@
* {
white: #f8bf9f;
whiteAlt: #f6a678;
black: #5f2606;
blackAlt: #863608;
red: #f78787;
redAlt: #770707;
green: #87f787;
greenAlt: #077707;
yellow: #f7f787;
yellowAlt: #777707;
blue: #8787f7;
blueAlt: #070777;
purple: #f787f7;
purpleAlt: #770777;
cyan: #87f7f7;
cyanAlt: #077777;
foreground: #f8bf9f;
foregroundAlt: #f6a678;
background: #5f2606;
backgroundAlt: #863608;
}