feat: rofi themes

This commit is contained in:
2025-10-20 22:45:23 +02:00
parent a529837a0e
commit 660093cff1
4 changed files with 167 additions and 2 deletions

11
rofi/config.rasi Normal file
View File

@@ -0,0 +1,11 @@
configuration {
modes: [ combi ];
combi-modes: [ window, drun, run ];
}
@theme "gruvbox-light"
entry, element-text {
text-color: red;
background-color: rgb(0,0,255);
}