Skip to content

Commit

Permalink
fix(colors): update gray and light_gray color values
Browse files Browse the repository at this point in the history
Updated the gray and light_gray color values in the aurora color scheme
to improve visual contrast and readability. The new values are more
consistent with the overall theme.
  • Loading branch information
karyanayandi committed Dec 25, 2024
1 parent 544dd8f commit f337e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/aurora/colors/aurora.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ local colors = {
fg = "#c8ccd4",
fg_light = "#E5E9F0",
bg = "#282c34",
gray = "#353b45",
light_gray = "#353b45",
gray = "#565c64",
light_gray = "#abb2bf",
cyan = "#88c0d0",
blue = "#81A1C1",
dark_blue = "#5E81AC",
Expand Down

0 comments on commit f337e45

Please sign in to comment.