Skip to content

Commit

Permalink
feat: adding original pallete of gruvbox
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 21, 2024
1 parent f655414 commit 92df99a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lua/nekonight/colors/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ return vim.tbl_deep_extend("force", ret, {
bg_dark = "#3c3836",
bg_dark1 = "#3c3836",
bg_highlight = "#32302f",
blue = "#82aaff",
blue0 = "#3e68d7",
blue = "#458588",
blue0 = "#458588",
blue1 = "#65bcff",
blue2 = "#0db9d7",
blue5 = "#8ec07c",
blue6 = "#b4f9f8",
blue7 = "#394b70",
comment = "#636da6",
blue7 = "#458588",
comment = "#928374",
cyan = "#86e1fc",
dark3 = "#545c7e",
dark5 = "#737aa2",
dark3 = "#f2e5bc",
dark5 = "#458588",
fg = "#c8d3f5",
fg_dark = "#828bb8",
fg_gutter = "#3b4261",
green = "#c3e88d",
green1 = "#4fd6be",
fg_gutter = "#f2e5bc",
green = "#8ec07c",
green1 = "#d79921",
green2 = "#41a6b5",
magenta = "#c099ff",
magenta2 = "#ff007c",
Expand Down

0 comments on commit 92df99a

Please sign in to comment.