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