3f2f7f8efa
This is now supported without the need of using to represent them:
9a843caa86/Official%20Themes/solarized.rasi (L134)
18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
#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;
|
|
}
|