mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-09 15:00:31 +01:00
colors: Remove general x colors. Closes #49
This commit is contained in:
parent
ce046fb948
commit
02d37b6bbe
@ -1,4 +1,4 @@
|
|||||||
! X colors
|
! X colors.
|
||||||
! Generated by 'wal'
|
! Generated by 'wal'
|
||||||
URxvt*foreground: {foreground}
|
URxvt*foreground: {foreground}
|
||||||
XTerm*foreground: {foreground}
|
XTerm*foreground: {foreground}
|
||||||
@ -7,10 +7,7 @@ XTerm*background: {background}
|
|||||||
URxvt*cursorColor: {cursor}
|
URxvt*cursorColor: {cursor}
|
||||||
XTerm*cursorColor: {cursor}
|
XTerm*cursorColor: {cursor}
|
||||||
|
|
||||||
! Generic special colors.
|
! Colors 0-15.
|
||||||
*foreground: {foreground}
|
|
||||||
*background: {background}
|
|
||||||
|
|
||||||
*.color0: {color0}
|
*.color0: {color0}
|
||||||
*color0: {color0}
|
*color0: {color0}
|
||||||
*.color1: {color1}
|
*.color1: {color1}
|
||||||
@ -55,6 +52,8 @@ rofi.color-active: {background}, {foreground}, {background}, {color10}, {backgro
|
|||||||
rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground}
|
rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground}
|
||||||
|
|
||||||
! Xclock colors.
|
! Xclock colors.
|
||||||
|
XClock*foreground: {foreground{
|
||||||
|
XClock*background: {background}
|
||||||
XClock*majorColor: rgba:{color15.xrgba}
|
XClock*majorColor: rgba:{color15.xrgba}
|
||||||
XClock*minorColor: rgba:{color15.xrgba}
|
XClock*minorColor: rgba:{color15.xrgba}
|
||||||
XClock*hourColor: rgba:{color15.xrgba}
|
XClock*hourColor: rgba:{color15.xrgba}
|
||||||
|
Loading…
Reference in New Issue
Block a user