Skip to content

Commit

Permalink
πŸ› Fixxing nekonight color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Jan 3, 2025
1 parent 5ccbe93 commit bbf27f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nekonight/colors/night.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return vim.tbl_deep_extend("force", ret, {
bg_dark = "#262333",
bg_dark1 = "#1b1524",
bg_highlight = "#515c6a",
blue = "#7aa2f7",
blue = "#82AAFF",
blue0 = "#3d59a1",
blue1 = "#2ac3de",
blue2 = "#0db9d7",
Expand All @@ -21,7 +21,7 @@ return vim.tbl_deep_extend("force", ret, {
fg_gruvbox ="#f9f5d7",
fg_dark = "#a9b1d6",
fg_gutter = "#3b4261",
green = "#50fa7b",
green = "#C3E88D",
green1 = "#FFCB6B",
green2 = "#41a6b5",
magenta = "#c099ff",
Expand Down

0 comments on commit bbf27f9

Please sign in to comment.