Watch
1
0
Fork
You've already forked dotfiles
0

tmp rofi colors

This commit is contained in:
Alexander Hess 2026-08-15 04:34:42 +02:00
commit 8d6a7bb50f
Signed by: alexander
GPG key ID: B46EDB4DFC26805D

View file

@ -2,10 +2,10 @@
* {
bg: #2E2E32; /* gray: menu surfaces */
bg-dark: #054A55; /* stop 0: input bar */
fg: #DEEDF1; /* stop 1: text */
fg-dim: #AED6DE; /* stop 2: quiet text */
border-c: #4AA4B6; /* stop 4: border */
bg-dark: #002E37; /* stop 7: input bar */
fg: #DDECF0; /* stop 1: text */
fg-dim: #96D0DD; /* stop 2: quiet text */
border-c: #59B1C4; /* stop 4: border */
background-color: transparent;
text-color: @fg;
@ -47,13 +47,13 @@ element {
spacing: 0.8em; /* gap between icon and text */
text-color: @fg-dim;
}
element active { text-color: #2190A4; } /* stop 5 */
element urgent { text-color: #7CBDCB; background-color: @bg-dark; }
element active { text-color: #2190A4; } /* stop 4 */
element urgent { text-color: #59B1C4; background-color: @bg-dark; }
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;
}
element selected.active { background-color: #067A8D; text-color: @fg; }
element selected.active { background-color: #006E81; text-color: @fg; }
element-text, element-icon {
background-color: transparent;
text-color: inherit;
@ -68,6 +68,6 @@ button {
text-color: @fg-dim;
}
button selected {
background-color: #028397; /* stop 6: active tab, like forge */
background-color: #006E81; /* stop 5: active tab, like forge */
text-color: @fg;
}