mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
rofi: consistent borders
This commit is contained in:
parent
e7e2dc1242
commit
d6209c9c42
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
selection: #444444;
|
selection: #444444;
|
||||||
|
|
||||||
inner-padding: 0.5em;
|
inner-padding: 0.5em;
|
||||||
border-width: 2px;
|
border-width: 3px;
|
||||||
|
|
||||||
border-color: @selection;
|
border-color: @selection;
|
||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
#window {
|
#window {
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
height: 518px;
|
height: 477px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inputbar {
|
#inputbar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue