1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-17 20:18:31 +02:00
home-manager/tests/modules/programs/rofi/custom-theme.rasi

19 lines
310 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;
}
@import "~/.cache/wal/colors-rofi-dark"