Skip to content

Commit

Permalink
made pop-up menus legible
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh authored Jun 2, 2021
1 parent 80a9377 commit d169c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/solarized/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ theme.loadEditor = function ()
ModeMsg = { fg = solarized.accent },
MoreMsg = { fg = solarized.accent },
NonText = { fg = solarized.disabled },
Pmenu = { fg = solarized.text, bg = solarized.contrast },
Pmenu = { fg = solarized.bg, bg = solarized.contrast },
PmenuSel = { fg = solarized.accent, bg = solarized.active },
PmenuSbar = { fg = solarized.text, bg = solarized.contrast },
PmenuThumb = { fg = solarized.fg, bg = solarized.accent },
Expand Down

0 comments on commit d169c91

Please sign in to comment.