Skip to content

Commit

Permalink
fix: make selection colors fit the theme a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-87 committed Jun 17, 2024
1 parent 15cb02f commit a3a3021
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lua/kanagawa-paper/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function M.setup(colors, opts)
AerialTypeParameterIcon = { link = "Type" },

-- Satellite
SatelliteBar = { bg = palette.sumiInk4 },
SatelliteBar = { bg = palette.sumiInk5 },
SatelliteCursor = { fg = palette.fujiGray },
SatelliteMark = { fg = palette.waveAqua2 },

Expand Down
12 changes: 6 additions & 6 deletions lua/kanagawa-paper/themes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ return function(palette)
modes = {
normal = palette.dragonYellow,
insert = palette.dragonRed,
visual = palette.dragonBlue,
visual = palette.springViolet1,
replace = palette.dragonRed,
command = palette.dragonYellow,
},
Expand All @@ -122,7 +122,7 @@ return function(palette)
bg_dim = palette.sumiInk1,
bg_gutter = gutter_bg,
bg_search = palette.springViolet1,
bg_visual = palette.waveBlue2,
bg_visual = palette.sumiInk6,

special = palette.springViolet1,
nontext = palette.sumiInk6,
Expand All @@ -136,14 +136,14 @@ return function(palette)
fg = palette.fujiWhite,
fg_sel = "none", -- This is important to make highlights pass-through
bg = palette.waveBlue1,
bg_sel = palette.waveBlue2,
bg_sbar = palette.waveBlue1,
bg_thumb = palette.waveBlue2,
bg_sel = palette.sumiInk6,
bg_sbar = palette.sumiInk5,
bg_thumb = palette.sumiInk6,
},
float = {
fg = palette.oldWhite,
bg = palette.sumiInk4,
fg_border = palette.sumiInk5,
fg_border = palette.sumiInk6,
bg_border = "none",
},
},
Expand Down

0 comments on commit a3a3021

Please sign in to comment.