better theme script

This commit is contained in:
2025-08-04 19:44:25 +02:00
parent 25a07767cf
commit d55c73e6a4
6 changed files with 178 additions and 169 deletions

View File

@@ -1,6 +1,8 @@
@import 'mocha.css';
@define-color flavor #f5c2e7;
/* @define-color archlinux #1793d1; */
@define-color archlinux @sapphire;
/* Font(s) */
* {
@@ -153,11 +155,12 @@ window#waybar.empty #window{
}
#custom-rofi {
border: 3px solid @teal;
color: @archlinux;
border: 3px solid @archlinux;
}
#custom-rofi:hover {
background-color: alpha(@teal, 0.3);
background-color: alpha(@archlinux, 0.3);
}
#custom-caffeine {