-
Randomize xterm colors
A bash script to randomize the xterm colors defined in the .Xresources file. Requirements: An original .Xresources file. It must, among other definitions, specify all the neccesary colors in the following form (order is irrellevant): xterm*color0 : #151503 xterm*color1 : #843706 xterm*color2 : #69750e … xterm*color15 : #f4dfd8 xterm*background : #211d22 Usage: Navigate to the…