feat: switch purple with magenta for moon style

This commit is contained in:
Folke Lemaitre
2022-09-19 07:28:21 +02:00
parent 6c519a88db
commit 7c7425b884
12 changed files with 159 additions and 159 deletions

View File

@@ -34,15 +34,15 @@ local colors = {
fg_gutter = "#3b4261",
fg_sidebar = "#a9b1d6",
git = {
add = "#449dab",
change = "#6183bb",
delete = "#914c54",
add = "#4097a3",
change = "#506d9b",
delete = "#c47981",
ignore = "#545c7e"
},
gitSigns = {
add = "#266d6a",
change = "#536c9e",
delete = "#b2555b"
add = "#399a96",
change = "#6382bd",
delete = "#c25d64"
},
green = "#9ece6a",
green1 = "#73daca",
@@ -121,7 +121,7 @@ local highlights = {
fg = "#f7768e"
},
BufferLineIndicatorSelected = {
fg = "#6183bb"
fg = "#506d9b"
},
BufferTabpage = {
bg = "#16161e",
@@ -420,22 +420,22 @@ local highlights = {
style = {}
},
GitGutterAdd = {
fg = "#266d6a"
fg = "#399a96"
},
GitGutterChange = {
fg = "#536c9e"
fg = "#6382bd"
},
GitGutterDelete = {
fg = "#b2555b"
fg = "#c25d64"
},
GitSignsAdd = {
fg = "#266d6a"
fg = "#399a96"
},
GitSignsChange = {
fg = "#536c9e"
fg = "#6382bd"
},
GitSignsDelete = {
fg = "#b2555b"
fg = "#c25d64"
},
GlyphPalette1 = {
fg = "#db4b4b"
@@ -792,7 +792,7 @@ local highlights = {
},
NeogitDiffAddHighlight = {
bg = "#20303b",
fg = "#449dab"
fg = "#4097a3"
},
NeogitDiffContextHighlight = {
bg = "#2b2f44",
@@ -800,7 +800,7 @@ local highlights = {
},
NeogitDiffDeleteHighlight = {
bg = "#37222c",
fg = "#914c54"
fg = "#c47981"
},
NeogitHunkHeader = {
bg = "#292e42",
@@ -837,13 +837,13 @@ local highlights = {
fg = "#e0af68"
},
NvimTreeGitDeleted = {
fg = "#914c54"
fg = "#c47981"
},
NvimTreeGitDirty = {
fg = "#6183bb"
fg = "#506d9b"
},
NvimTreeGitNew = {
fg = "#449dab"
fg = "#4097a3"
},
NvimTreeImageFile = {
fg = "#a9b1d6"
@@ -1178,10 +1178,10 @@ local highlights = {
bg = "#16161e"
},
diffAdded = {
fg = "#449dab"
fg = "#4097a3"
},
diffChanged = {
fg = "#6183bb"
fg = "#506d9b"
},
diffFile = {
fg = "#7aa2f7"
@@ -1199,7 +1199,7 @@ local highlights = {
fg = "#e0af68"
},
diffRemoved = {
fg = "#914c54"
fg = "#c47981"
},
healthError = {
fg = "#db4b4b"