diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-20 18:42:29 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-20 18:42:29 +0200 |
commit | eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc (patch) | |
tree | 0d7834c6ebe6addafded2e40d669e2750c6c5f4b /lib/menu.c | |
parent | 7d019e767b8dc3e69d6f17ad4f4d69e3948257e1 (diff) | |
download | bemenu-eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc.tar.gz bemenu-eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc.tar.bz2 bemenu-eb46ba7bdce0d7a4efbb0a3359e8d6a99c14a3bc.zip |
Remove bg color option as you never see the real bg anyways.
Diffstat (limited to 'lib/menu.c')
-rw-r--r-- | lib/menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ static const char *default_font = "Terminus 9"; * Default hexadecimal colors. */ static const char *default_colors[BM_COLOR_LAST] = { - "#121212", // BM_COLOR_BG "#121212", // BM_COLOR_TITLE_BG "#D81860", // BM_COLOR_TITLE_FG "#121212", // BM_COLOR_FILTER_BG |