Skip to content

Commit

Permalink
πŸ’„ Improving keywords color
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Jan 3, 2025
1 parent 67e836b commit 88b90cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nekonight/colors/synthwave.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ return vim.tbl_deep_extend("force", ret, {
fg_dark = "#a9b1d6",
fg_gutter = "#6272a4",
green = "#72f1b8",
green1 = "#73daca",
green1 = "#fede5d",
green2 = "#4894c8",
magenta = "#bb9af7",
magenta2 = "#ff007c",
Expand All @@ -43,4 +43,4 @@ return vim.tbl_deep_extend("force", ret, {
change = "#6183bb",
delete = "#914c54",
},
})
})

0 comments on commit 88b90cd

Please sign in to comment.