调整rofi配色为主题配色
parent
919521cf8d
commit
37b99abacf
|
@ -7,8 +7,10 @@
|
||||||
bg: #282a3680;
|
bg: #282a3680;
|
||||||
fg: #f8f8f2;
|
fg: #f8f8f2;
|
||||||
blue: #81a1c1;
|
blue: #81a1c1;
|
||||||
|
green: #a3be8c;
|
||||||
grey: #ffffff10;
|
grey: #ffffff10;
|
||||||
bluea: #81a1c150;
|
bluea: #81a1c150;
|
||||||
|
greena: #a3be8c80;
|
||||||
|
|
||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
text-color: @fg;
|
text-color: @fg;
|
||||||
|
@ -76,7 +78,7 @@ element-text {
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected {
|
element selected {
|
||||||
background-color: @bluea;
|
background-color: @greena;
|
||||||
}
|
}
|
||||||
element-text selected {
|
element-text selected {
|
||||||
text-color: #ffffff;
|
text-color: #ffffff;
|
||||||
|
|
Loading…
Reference in New Issue