# greenish
xsetroot -mod 12 12 -bg \#2a4137 -fg \#3a5147
# .Xdefaults
XClock*background: #273934
# reddish
xsetroot -mod 14 16 -bg \#422832 -fg \#523842
# .Xdefaults
XClock*background: #412731
# blueish
xsetroot -mod 16 14 -bg \#357 -fg \#468
# .Xdefaults
XClock*background: #1f3652
xosview*background: #1f3652
|