mirror of
https://github.com/davatorium/rofi.git
synced 2025-06-02 18:31:59 -04:00
Re-add some of the old theme options, so theme converter use them.
- line margin - separator style. - fake transparency. - line padding. - scrollbar width
This commit is contained in:
parent
36856ecbac
commit
ecc9bcc270
6 changed files with 164 additions and 71 deletions
|
@ -82,7 +82,7 @@ const char *default_theme =
|
|||
"}"
|
||||
"#window.mainbox.listview {"
|
||||
" fixed-height: 0;"
|
||||
" border: 1px dash 0px 0px ;"
|
||||
" border: 2px dash 0px 0px ;"
|
||||
" padding: 2px 0px 0px ;"
|
||||
"}"
|
||||
"#window.mainbox.listview.element {"
|
||||
|
@ -125,11 +125,11 @@ const char *default_theme =
|
|||
" background: @alternate-active-background;"
|
||||
"}"
|
||||
"#window.mainbox.listview.scrollbar {"
|
||||
" border: 0;"
|
||||
" border: 0; width: 4px;"
|
||||
" padding: 0;"
|
||||
"}"
|
||||
"#window.mainbox.sidebar.box {"
|
||||
" border: 1px dash 0px 0px ;"
|
||||
" border: 2px dash 0px 0px ;"
|
||||
"}"
|
||||
"#window.mainbox.sidebar button selected {"
|
||||
" background: @selected-normal-background;"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue