feat: Add initial hyprland config

This commit is contained in:
2025-04-01 17:21:04 +11:00
parent 855f6b8522
commit 98984bfc7f
27 changed files with 1295 additions and 11 deletions

View File

@@ -0,0 +1,28 @@
* {
active-background: #2E1F1A;
active-foreground: #ABD4C5;
normal-background: #231D1D;
normal-foreground: #ABD4C5;
urgent-background: #783C2B;
urgent-foreground: #ABD4C5;
alternate-active-background: #154430;
alternate-active-foreground: #ABD4C5;
alternate-normal-background: #231D1D;
alternate-normal-foreground: #ABD4C5;
alternate-urgent-background: #231D1D;
alternate-urgent-foreground: #ABD4C5;
selected-active-background: #2E1F1A;
selected-active-foreground: #ABD4C5;
selected-normal-background: #7EB9A4;
selected-normal-foreground: #ABD4C5;
selected-urgent-background: #783C2B;
selected-urgent-foreground: #ABD4C5;
background-color: #231D1D;
background: rgba(0,0,0,0.7);
foreground: #7EB9A4;
border-color: #2E1F1A;
}