mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
colors: Send UXTerm colors to X resources. Closes #81
This commit is contained in:
parent
d9a0865277
commit
2da36f38ac
@ -1,11 +1,14 @@
|
||||
! X colors.
|
||||
! Generated by 'wal'
|
||||
URxvt*foreground: {foreground}
|
||||
XTerm*foreground: {foreground}
|
||||
URxvt*background: {background.alpha}
|
||||
XTerm*background: {background}
|
||||
URxvt*cursorColor: {cursor}
|
||||
XTerm*cursorColor: {cursor}
|
||||
URxvt*foreground: {foreground}
|
||||
XTerm*foreground: {foreground}
|
||||
UXTerm*foreground: {foreground}
|
||||
URxvt*background: {background.alpha}
|
||||
XTerm*background: {background}
|
||||
UXTerm*background: {background}
|
||||
URxvt*cursorColor: {cursor}
|
||||
XTerm*cursorColor: {cursor}
|
||||
UXTerm*cursorColor: {cursor}
|
||||
|
||||
! Colors 0-15.
|
||||
*.color0: {color0}
|
||||
|
Loading…
Reference in New Issue
Block a user