Skip to content

Commit

Permalink
Use correct color when resetting the palette
Browse files Browse the repository at this point in the history
The underline color has its own default value, separate from the
foreground color one.
  • Loading branch information
LemonBoy committed Mar 12, 2021
1 parent 2e8ac2c commit 35b0dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemonbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ parse (char *text)
// Reset the default color set
bgc = dbgc;
fgc = dfgc;
ugc = fgc;
ugc = dugc;
update_gc();
// Reset the default attributes
attrs = 0;
Expand Down

0 comments on commit 35b0dc5

Please sign in to comment.