theme changes
This commit is contained in:
parent
128251e575
commit
e452f96b64
3 changed files with 86 additions and 1 deletions
27
lua/weeheavy/plugins/kanagawa.lua
Normal file
27
lua/weeheavy/plugins/kanagawa.lua
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
tag = "master",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
require("kanagawa").setup({
|
||||
colors = {
|
||||
palette = {
|
||||
-- change all usages of these colors
|
||||
sumiInk0 = "#000000",
|
||||
fujiWhite = "#FFFFFF",
|
||||
},
|
||||
theme = {
|
||||
all = {
|
||||
ui = {
|
||||
bg_gutter = "none",
|
||||
--bg_visual = "#8a9a7b",
|
||||
bg_visual = "#938056",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue