Skip to content

Commit

Permalink
fix(colors: xresources): menu_fg
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Dec 21, 2014
1 parent aa798d4 commit c2840e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/xresources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ color_fg () {
TXT_BG=$(color_fg)
TXT_FG=$(color 0)
MENU_BG=$(color_bg)
MENU_FG=$(color 2)
MENU_FG=$(color 13)
BTN_BG=$(color 7)
BTN_FG=$(color_fg)

0 comments on commit c2840e0

Please sign in to comment.