Created
May 14, 2010 18:08
-
-
Save adelcambre/401440 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## statusbar | |
| ## | |
| # default background for all statusbars. You can also give | |
| # the default foreground color for statusbar items. | |
| sb_background = "%4"; | |
| # default bg color for active window status bar | |
| sb_window_bg = "%1"; | |
| # default backround for "default" statusbar group | |
| sb_default_bg = "%4"; | |
| # background for prompt / input line | |
| sb_prompt_bg = "%n"; | |
| # background for info statusbar | |
| sb_info_bg = "%5"; | |
| # background for topicbar (same default) | |
| sb_topic_bg = "%4"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment