Skip to content

Commit

Permalink
remove signcolumn background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed May 21, 2024
1 parent 7e80728 commit 0470708
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/plugins/colorthemes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ return {
lazy = false,
priority = 1000,
config = function()
require('kanagawa').setup {
colors = {
theme = {
all = {
ui = {
bg_gutter = 'none',
},
},
},
},
}
vim.cmd.colorscheme 'kanagawa'
vim.api.nvim_set_hl(0, 'TermCursor', { fg = '#A6E3A1', bg = '#A6E3A1' })
end,
Expand Down

0 comments on commit 0470708

Please sign in to comment.