colors: Send UXTerm colors to X resources. Closes #81

This commit is contained in:
Dylan Araps 2017-08-12 12:05:39 +10:00
parent d9a0865277
commit 2da36f38ac

View File

@ -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}