mirror of
https://github.com/davatorium/rofi.git
synced 2025-06-02 18:31:59 -04:00
Fix some conversion compatibility
This commit is contained in:
parent
a754815d14
commit
ed647dc4c1
2 changed files with 15 additions and 2 deletions
|
@ -7,6 +7,7 @@ const char *default_theme =
|
|||
" background: #FFFDF6E3;"
|
||||
" foreground: #FF002B36;"
|
||||
" bordercolor: @foreground;"
|
||||
" separatorcolor: @foreground;"
|
||||
" red: #FFDC322F;"
|
||||
" blue: #FF268BD2;"
|
||||
" lightbg: #FFEEE8D5;"
|
||||
|
@ -33,10 +34,11 @@ const char *default_theme =
|
|||
"#window {"
|
||||
" border: 1;"
|
||||
" foreground: @foreground;"
|
||||
" background: #00000000;"
|
||||
" padding: 5;"
|
||||
" background: @background;"
|
||||
"}"
|
||||
"#window.box {"
|
||||
" background: @background;"
|
||||
" foreground: @bordercolor;"
|
||||
"}"
|
||||
"#window.mainbox {"
|
||||
|
@ -46,6 +48,7 @@ const char *default_theme =
|
|||
"#window.mainbox.message.box {"
|
||||
" border: 1px dash 0px 0px ;"
|
||||
" padding: 2px 0px 0px ;"
|
||||
" foreground: @separatorcolor;"
|
||||
"}"
|
||||
"#window.mainbox.message.normal {"
|
||||
" foreground: @foreground;"
|
||||
|
@ -106,9 +109,10 @@ const char *default_theme =
|
|||
" spacing: 0;"
|
||||
"}"
|
||||
"#window.mainbox.inputbar.box {"
|
||||
" border: 0px 0px 0px 0px;"
|
||||
" "
|
||||
"}"
|
||||
"#window.mainbox.inputbar.normal {"
|
||||
" foreground: @foreground;"
|
||||
" background: @background;"
|
||||
"}";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue