Skip to content

Commit

Permalink
feat(theme): update MiniStatuslineDevinfo background color
Browse files Browse the repository at this point in the history
Changed the background color of MiniStatuslineDevinfo from 'highlight'
to 'active' to improve visibility and consistency with other statusline
elements.
  • Loading branch information
karyanayandi committed Jan 12, 2025
1 parent 3c28328 commit eef1540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/aurora/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ function theme.highlights(colors, config)
NeoTreeCursorLine = { link = "Visual" },

-- Mini Statusline
MiniStatuslineDevinfo = { fg = colors.fg_light, bg = colors.highlight },
MiniStatuslineDevinfo = { fg = colors.fg_light, bg = colors.active },
MiniStatuslineFileinfo = { fg = colors.fg_light, bg = colors.bg },
MiniStatuslineFilename = { fg = colors.fg_light, bg = colors.highlight },
MiniStatuslineInactive = { fg = colors.highlight, bg = colors.float },
Expand Down

0 comments on commit eef1540

Please sign in to comment.