rofi: update config

This commit is contained in:
He4eT 2023-03-26 19:32:05 +03:00
commit 5ee91c9738
4 changed files with 10 additions and 3 deletions

View file

@ -3,7 +3,7 @@
fg: #cdcdcd;
selection: #444444;
inner-padding: 0.8em;
inner-padding: 0.5em;
border-width: 2px;
border-color: @selection;
@ -11,6 +11,11 @@
text-color: @fg;
}
element-text {
background-color: inherit;
text-color: inherit;
}
#window {
border: @border-width;
}