2022-01-09 23:15:24 +01:00
|
|
|
@import "~/.cache/wal/colors-rofi-dark"
|
|
|
|
|
2021-02-04 00:48:34 +01:00
|
|
|
#inputbar {
|
|
|
|
children: [ prompt,entry ];
|
|
|
|
}
|
|
|
|
|
2021-01-23 18:13:38 +01:00
|
|
|
#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;
|
|
|
|
}
|