Introduce Serpensortia theme, enhance Hyprland scripts, and improve configuration modularity

This commit is contained in:
2026-02-17 22:18:10 +01:00
parent 8b153d54ac
commit a3c9ccbf6f
29 changed files with 1351 additions and 7 deletions
@@ -0,0 +1,24 @@
scrollbar {
background-color: transparent;
}
scrollbar trough {
background-color: #424a42;
border: 1px solid #0b110b;
}
scrollbar slider {
background-color: #0b110b;
border: 2px solid transparent;
border-radius: 16px;
min-width: 8px;
min-height: 8px;
}
scrollbar slider:hover {
background-color: #1c7a44;
}
scrollbar button {
display: none;
}