summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/kanagawa.lua
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-19 15:02:16 +0100
committerJoe <rbo@gmx.us>2024-01-19 15:02:16 +0100
commit2ec61e64156dc0236e6e992385a05d4f064cb8f5 (patch)
tree3f4beadabbfff493f636019107debb825be6c34d /.config/nvim/after/plugin/kanagawa.lua
parentvpn (diff)
downloaddotfiles-bsd-2ec61e64156dc0236e6e992385a05d4f064cb8f5.tar.gz
dotfiles-bsd-2ec61e64156dc0236e6e992385a05d4f064cb8f5.tar.bz2
dotfiles-bsd-2ec61e64156dc0236e6e992385a05d4f064cb8f5.tar.xz
dotfiles-bsd-2ec61e64156dc0236e6e992385a05d4f064cb8f5.tar.zst
dotfiles-bsd-2ec61e64156dc0236e6e992385a05d4f064cb8f5.zip
perfect colors
Diffstat (limited to '.config/nvim/after/plugin/kanagawa.lua')
-rw-r--r--.config/nvim/after/plugin/kanagawa.lua50
1 files changed, 25 insertions, 25 deletions
diff --git a/.config/nvim/after/plugin/kanagawa.lua b/.config/nvim/after/plugin/kanagawa.lua
index a506218..4eb498f 100644
--- a/.config/nvim/after/plugin/kanagawa.lua
+++ b/.config/nvim/after/plugin/kanagawa.lua
@@ -1,27 +1,27 @@
-require('kanagawa').setup({
- compile = true, -- enable compiling the colorscheme
- undercurl = true, -- enable undercurls
- commentStyle = { italic = true },
- functionStyle = {},
- keywordStyle = { italic = true, bold = false },
- statementStyle = { bold = false },
- typeStyle = {},
- transparent = true, -- do not set background color
- dimInactive = false, -- dim inactive window `:h hl-NormalNC`
- terminalColors = false, -- define vim.g.terminal_color_{0,17}
- colors = { -- add/modify theme and palette colors
- palette = {},
- theme = { wave = {}, lotus = {}, dragon = {}, all = {} },
- },
- overrides = function(colors) -- add/modify highlights
- return {}
- end,
- theme = "dragon", -- Load "wave" theme when 'background' option is not set
- background = { -- map the value of 'background' option to a theme
- dark = "dragon", -- try "dragon" !
- light = "lotus"
- },
-})
+-- require('kanagawa').setup({
+-- compile = true, -- enable compiling the colorscheme
+-- undercurl = true, -- enable undercurls
+-- commentStyle = { italic = true },
+-- functionStyle = {},
+-- keywordStyle = { italic = true, bold = false },
+-- statementStyle = { bold = false },
+-- typeStyle = {},
+-- transparent = true, -- do not set background color
+-- dimInactive = false, -- dim inactive window `:h hl-NormalNC`
+-- terminalColors = false, -- define vim.g.terminal_color_{0,17}
+-- colors = { -- add/modify theme and palette colors
+-- palette = {},
+-- theme = { wave = {}, lotus = {}, dragon = {}, all = {} },
+-- },
+-- overrides = function(colors) -- add/modify highlights
+-- return {}
+-- end,
+-- theme = "dragon", -- Load "wave" theme when 'background' option is not set
+-- background = { -- map the value of 'background' option to a theme
+-- dark = "dragon", -- try "dragon" !
+-- light = "lotus"
+-- },
+-- })
-- setup must be called before loading
-vim.cmd("colorscheme kanagawa")
+-- vim.cmd("colorscheme kanagawa")