Skip to content

Commit

Permalink
Add new WinSeparator
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO committed Dec 4, 2023
1 parent 95ba084 commit 6955fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/boo-colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -709,17 +709,17 @@ local colorscheme = function(c)
{ "Question", c.cloud10, c.none, s.bold },

-- Visual
-- possible foreground colors
-- possible foreground colors
-- { "Visual", c.cloud4:lighten_to(0.8):desaturate_to(0.9), c.cloud6:lighten_to(0.15) },
-- { "VisualNOS", c.cloud4:lighten_to(0.8):desaturate_to(0.9), c.cloud6:lighten_to(0.15) },

{ "Visual", c.none, c.cloud6:lighten_to(0.15) },
{ "VisualNOS", c.none, c.cloud6:lighten_to(0.15) },

{ "WildMenu", c.none, c.cloud4 },
}

-- M:ale()
{ "WinSeparator", c.cloud12:lighten_to(0.2) },
}

return merge({
vim_groups,
Expand Down

0 comments on commit 6955fd5

Please sign in to comment.