mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
87e2ec341b
See https://github.com/nix-community/home-manager/pull/1748#issuecomment-774995577
for details.
Related documentation:
920de75c4b (splitting-configuration-over-multiple-files)
19 lines
No EOL
310 B
Text
19 lines
No EOL
310 B
Text
#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;
|
|
}
|
|
|
|
@import "~/.cache/wal/colors-rofi-dark" |