mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-03 20:10: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'
|
||||
URxvt*foreground: {foreground}
|
||||
XTerm*foreground: {foreground}
|
||||
@ -7,10 +7,7 @@ XTerm*background: {background}
|
||||
URxvt*cursorColor: {cursor}
|
||||
XTerm*cursorColor: {cursor}
|
||||
|
||||
! Generic special colors.
|
||||
*foreground: {foreground}
|
||||
*background: {background}
|
||||
|
||||
! Colors 0-15.
|
||||
*.color0: {color0}
|
||||
*color0: {color0}
|
||||
*.color1: {color1}
|
||||
@ -55,6 +52,8 @@ rofi.color-active: {background}, {foreground}, {background}, {color10}, {backgro
|
||||
rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground}
|
||||
|
||||
! Xclock colors.
|
||||
XClock*foreground: {foreground{
|
||||
XClock*background: {background}
|
||||
XClock*majorColor: rgba:{color15.xrgba}
|
||||
XClock*minorColor: rgba:{color15.xrgba}
|
||||
XClock*hourColor: rgba:{color15.xrgba}
|
||||
|
Loading…
Reference in New Issue
Block a user