tmp rofi colors
This commit is contained in:
parent
d00556b5cc
commit
8d6a7bb50f
1 changed files with 9 additions and 9 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
bg: #2E2E32; /* gray: menu surfaces */
|
bg: #2E2E32; /* gray: menu surfaces */
|
||||||
bg-dark: #054A55; /* stop 0: input bar */
|
bg-dark: #002E37; /* stop 7: input bar */
|
||||||
fg: #DEEDF1; /* stop 1: text */
|
fg: #DDECF0; /* stop 1: text */
|
||||||
fg-dim: #AED6DE; /* stop 2: quiet text */
|
fg-dim: #96D0DD; /* stop 2: quiet text */
|
||||||
border-c: #4AA4B6; /* stop 4: border */
|
border-c: #59B1C4; /* stop 4: border */
|
||||||
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-color: @fg;
|
text-color: @fg;
|
||||||
|
|
@ -47,13 +47,13 @@ element {
|
||||||
spacing: 0.8em; /* gap between icon and text */
|
spacing: 0.8em; /* gap between icon and text */
|
||||||
text-color: @fg-dim;
|
text-color: @fg-dim;
|
||||||
}
|
}
|
||||||
element active { text-color: #2190A4; } /* stop 5 */
|
element active { text-color: #2190A4; } /* stop 4 */
|
||||||
element urgent { text-color: #7CBDCB; background-color: @bg-dark; }
|
element urgent { text-color: #59B1C4; background-color: @bg-dark; }
|
||||||
element selected {
|
element selected {
|
||||||
background-color: rgba(222, 237, 241, 0.12); /* stop 1 @ 12% => grayish */
|
background-color: rgba(221, 236, 240, 0.12); /* stop 1 @ 12% => grayish */
|
||||||
text-color: @fg;
|
text-color: @fg;
|
||||||
}
|
}
|
||||||
element selected.active { background-color: #067A8D; text-color: @fg; }
|
element selected.active { background-color: #006E81; text-color: @fg; }
|
||||||
element-text, element-icon {
|
element-text, element-icon {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
|
|
@ -68,6 +68,6 @@ button {
|
||||||
text-color: @fg-dim;
|
text-color: @fg-dim;
|
||||||
}
|
}
|
||||||
button selected {
|
button selected {
|
||||||
background-color: #028397; /* stop 6: active tab, like forge */
|
background-color: #006E81; /* stop 5: active tab, like forge */
|
||||||
text-color: @fg;
|
text-color: @fg;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue