Colorscheme stuff

This commit is contained in:
2026-03-08 20:51:14 +00:00
parent 0918d86c6c
commit 99bcc94970
11 changed files with 2449 additions and 78 deletions

28
.config/swayosd/style.css Normal file
View File

@@ -0,0 +1,28 @@
@import "../../.cache/wal/colors-waybar.css";
window {
border-radius: 0;
opacity: 0.97;
border: 2px solid @foreground;
background-color: @background;
}
label {
font-family: 'Fira Code Nerd Font';
font-size: 11pt;
color: @foreground;
}
image {
color: @foreground;
}
progressbar {
border-radius: 0;
}
progress {
background-color: @color14;
}