WMII needy better themes. So I made some! The preview is above. Copy and uncomment the theme block you want from below into your
~/.wmii/wmiirc
or
~/.wmii/wmiirc_local
These are my wmii themes:
# _ _ # _| |_ | |_ ___ ._ _ _ ___ ___ # | | | . |/ ._>| |/ ._><_-< # |_| |_|_|\___.|_|_|_|\___./__/ #---------------------------------------------- # Colors tuples: "<text> <background> <border>" # uncomment all the lines for the theme you want # and comment out all the others. or just copy 1 #---------------------------------------------- # template #export WMII_BACKGROUND='#' #export WMII_NORMCOLORS='# # #' #export WMII_FOCUS_COLORS='# # #' #export WMII_URGENTCOLORS='# # #' #export WMII_BARCOLORS='# # #' # Jello export WMII_BACKGROUND='#d4d4d4' export WMII_FOCUSCOLORS='#3d3d3c #b6be59 #e1ed7f' export WMII_NORMCOLORS='#a1a1a1 #404040 #1a1a1a' export WMII_BARCOLORS='#3d3d3c #b6be59 #e1ed7f' export WMII_URGENTCOLORS='#2a2928 #7ba539 #cbf968' # DeviantArt-like export WMII_BACKGROUND='#c7d2c2' export WMII_NORMCOLORS='#ffffff #576862 #47584e' export WMII_FOCUS_COLORS='#2e3732 #819742 #c0cf4e' export WMII_URGENTCOLORS='#2e3732 #b5c33a #b5c33a' export WMII_BARCOLORS='#2e3732 #d2ded2 #bfcb8d' # Analog export WMII_BACKGROUND='#3e383c' export WMII_NORMCOLORS='#909090 #404040 #383838' export WMII_FOCUS_COLORS='#4cd4e1 #383838 #383838' export WMII_URGENTCOLORS='#000000 #a0cb62 #86be29' export WMII_BARCOLORS='#000000 #cf5e8a #a37c92' # Blueish export WMII_BACKGROUND='#7a9ab1' export WMII_NORMCOLORS='#e9e9e9 #2c2b29 #2c2b29' export WMII_FOCUS_COLORS='#2c2b29 #90b3db #2c2b29' export WMII_URGENTCOLORS='#000000 #a0cb62 #86be29' export WMII_BARCOLORS='#e9e9e9 #5e6964 #515352' # Fu export WMII_BACKGROUND='#4f5459' export WMII_NORMCOLORS='#ffffff #3e3e3e #333333' export WMII_FOCUS_COLORS='#ff9966 #333333 #333333' export WMII_URGENTCOLORS='#333333 #dea61c #dea61c' export WMII_BARCOLORS='#333333 #a7afc8 #3d3d3d' # Orange Ubuntu export WMII_BACKGROUND='#231e1b' export WMII_NORMCOLORS='#ffffff #3c3431 #1b1714' export WMII_FOCUS_COLORS='#000000 #ff8100 #ff6801' export WMII_URGENTCOLORS='#000000 #87bb01 #6a9201' export WMII_BARCOLORS='#ffffff #1b1714 #1b1714' # Clean Purple export WMII_BACKGROUND='#5b3e6c' export WMII_NORMCOLORS='#cdcdcd #1d1d1d #272727' export WMII_FOCUS_COLORS='#1d1d1d #bebebe #a2a2a3' export WMII_URGENTCOLORS='#1d1d1d #a281ac #8d6c9b' export WMII_BARCOLORS='#1d1d1d #7c51a0 #421866'
You can choose your own colors for each of these elements. They have to be in hex code format in groups of three between quotes. Colors tuples: “<text> <background> <border>” If you want to make your own, these are the possible values to set:
WMII_NORMCOLORS for unfocused windows
WMII_FOCUSCOLORS for the focused window
WMII_BACKGROUND for the solid background color
WMII_URGENTCOLORS for notifications
WMII_SELCOLORS for selected tags
WMII_RBARCOLORS for the status bar