Skip to content

Commit

Permalink
Improve contrast for default histlabel color.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Mar 31, 2022
1 parent 0b803fa commit 7b42238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexprompt_modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ local function render_histlabel(args)
color = flexprompt.use_best_color("magenta", "38;5;90")
altcolor = "realblack"
else
color = flexprompt.use_best_color("darkyellow", "38;5;134")
color = flexprompt.use_best_color("darkyellow", "38;5;169")
end
color, altcolor = flexprompt.parse_colors(colors, color, altcolor)

Expand Down

0 comments on commit 7b42238

Please sign in to comment.