New theme

This commit is contained in:
random
2022-03-23 21:36:50 -07:00
parent ac67ffdaee
commit 0a5eacfc4b
6 changed files with 371 additions and 47 deletions

17
rofi/config.rasi Normal file
View File

@@ -0,0 +1,17 @@
* {
background: rgba(0, 0, 0, 95%);
foreground: #EEEEEE;
normal-background: transparent;
alternate-normal-background: transparent;
selected-normal-background: rgba(0, 0, 255, 95%);
}
window {
border: 3px;
}
listview {
scrollbar: false;
border: 3px 0 0 0;
}