mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
rofi: update config
This commit is contained in:
parent
a42858ebe8
commit
5ee91c9738
4 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue