Refactor Hyprland configs, introduce Sithego for theming, and add supporting scripts

This commit is contained in:
2026-02-17 20:42:41 +01:00
parent c57ef06442
commit 8b153d54ac
60 changed files with 1896 additions and 76 deletions
+30
View File
@@ -0,0 +1,30 @@
[Meta]
Name="Serpensortia"
Type="dark"
Version="0.1"
[Primitive]
black="#131d13"
silver="#c0c0c0"
emerald="#2ecc71"
crimson="#dc143c"
[Colors.Semantic]
background="black|800"
surface="black"
surfaceAlt="black|400"
disabled="black|400"
border="black|700"
text="silver"
accent="emerald|700"
warn="crimson"
[Spacing]
paddingSmall="1px 2px"
padding="2px 4px"
paddingLarge="4px 8px"
MarginSmall="1px"
Margin="2px"
RadiusSmall="4px"
Radius="8px"
RadiusLarge="16px"