HokieGeek / dotfiles

My linux config files
0 stars 0 forks source link

Create script that sets the colorscheme for all the things #64

Closed HokieGeek closed 9 years ago

HokieGeek commented 10 years ago
HokieGeek commented 10 years ago

Tmux

Perhaps build a tmux config and load it? source-file <FILE>

Xmonad

Have Xmonad read it from a file?

Conky

XMonad will take care of it

urxvt

Is there anything to do with this?

HokieGeek commented 10 years ago
colorForeground = "#9F0AC4"
colorBackground = "#1B1D1E"
colorschemeGreyHex = "#606060"
colorschemeDimHex = "#3A3A3A"
colorschemeDarkHex = "#282828"
colorschemeWhiteHex = "#FFFFFF"
colorschemeRedHex = "#FF0000"
colorschemeGreenHex = "#006400"
colorschemeYellowHex = "#FFCC00"
font = "-*-terminus-bold-r-*-*-12-*-*-*-*-*-*-*"
HokieGeek commented 9 years ago

done