2eafb8192e
GitOrigin-RevId: 176e455371a8371586e8a3ff0d56ee9f3ca2324e
19 lines
311 B
Text
19 lines
311 B
Text
@import "~/.cache/wal/colors-rofi-dark"
|
|
|
|
#inputbar {
|
|
children: [ prompt,entry ];
|
|
}
|
|
|
|
#textbox-prompt-colon {
|
|
expand: false;
|
|
margin: 0px 0.3em 0em 0em;
|
|
str: ":";
|
|
text-color: @foreground-color;
|
|
}
|
|
|
|
* {
|
|
background-color: #000000;
|
|
border-color: #FFFFFF;
|
|
foreground-color: rgba ( 250, 251, 252, 100 % );
|
|
width: 512;
|
|
}
|