rofi: Add missing color variables
This commit is contained in:
parent
bd372d9346
commit
ac8815556f
1 changed files with 3 additions and 0 deletions
|
@ -5,12 +5,15 @@ configuration {
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
red: #d13700;
|
||||||
blue: #009ad1;
|
blue: #009ad1;
|
||||||
orange: #d14200;
|
orange: #d14200;
|
||||||
|
purple: #d1009a;
|
||||||
text: #efefef;
|
text: #efefef;
|
||||||
text-alt: #c2c2c2;
|
text-alt: #c2c2c2;
|
||||||
bg: #333333;
|
bg: #333333;
|
||||||
bg-alt: #222222;
|
bg-alt: #222222;
|
||||||
|
emphasis: @bg-alt;
|
||||||
|
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Reference in a new issue