Skip to content

Commit

Permalink
fix(colors): update active color to match theme
Browse files Browse the repository at this point in the history
Updated the 'active' color in aurora.lua to '#282c34' to ensure consistency
with the overall theme. This change improves the visual coherence of the
color scheme.
  • Loading branch information
karyanayandi committed Dec 25, 2024
1 parent 8150c7f commit 1c20ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/aurora/colors/aurora.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ colors.diff_remove = colors.red
colors.diff_remove_bg = "#4D2B2E"
colors.diff_text_bg = "#353b45"

colors.active = "#252931"
colors.active = "#282c34"
colors.float = "#282c34"
colors.highlight = "#353b45"
colors.highlight_dark = "#282c34"
Expand Down

0 comments on commit 1c20ca2

Please sign in to comment.