mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-16 13:29:28 +02:00
based all colors on xresources
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
* {
|
||||
background-color:%color0%;
|
||||
border: 0px;
|
||||
text-color:%rofi_fgdim%;
|
||||
spacing: 0;
|
||||
width: 512px;
|
||||
}
|
||||
|
||||
#window {
|
||||
border: 4px;
|
||||
border-color: %rofi_border%;
|
||||
background-color: %color0%;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [prompt,entry];
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: %rofi_border%;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
background-color: %rofi_border%;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: %rofi_border%;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
listview {
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: %rofi_selected%;
|
||||
text-color: %foreground%;
|
||||
}
|
||||
Reference in New Issue
Block a user