Skip to content

Commit

Permalink
Fixes gh-1.
Browse files Browse the repository at this point in the history
- Changed the brightwhite in Activity statusbar to white
- Because was the default color in adv_windowlist, had to change to
  black.
- Also changed the background of adv_windowlist to cyan instead of blue
  because it looks nicer and makes the orange of windows with talk
  slightly more visible.
  • Loading branch information
huyz committed Jun 6, 2011
1 parent 1301cdc commit 83972b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solarized-universal.theme
Expand Up @@ -288,7 +288,7 @@ abstracts = {
# the content parts of the adv_windowlist. Default seems to be blue
# NOTE: if not set, the default background seems to be %w%4 = white on blue
# %4 = blue
sb_background = "%w%4";
sb_background = "%k%6";

# default backround for "default" statusbar group
# NOTE: this impacts the statusbar of an inactive window and the edges of adv_windowlist
Expand Down Expand Up @@ -339,7 +339,7 @@ abstracts = {
sb_act_sep = "%g$*";
# normal text
# This also affects the color of the window with activity in adv_windowlist
sb_act_text = "%W$*";
sb_act_text = "%w$*";
# public message (ordinary messages)
sb_act_msg = "%R$*";
# hilight (when people actually chat)
Expand Down

0 comments on commit 83972b9

Please sign in to comment.