Skip to content

Commit

Permalink
fix(colors): update error color to be more visible
Browse files Browse the repository at this point in the history
Changed the error color from dark_red to red for better visibility.
This change ensures that error messages are more noticeable and
improves the overall user experience.
  • Loading branch information
karyanayandi committed Feb 3, 2025
1 parent 1769d32 commit 6537fd3
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 @@ -22,7 +22,7 @@ local colors = {

-- more semantically meaningful colors

colors.error = colors.dark_red
colors.error = colors.red
colors.warn = colors.orange
colors.info = colors.green
colors.hint = colors.purple
Expand Down

0 comments on commit 6537fd3

Please sign in to comment.