summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/kanagawa.lua
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-25 18:13:21 +0200
committerjoe <rbo@gmx.us>2025-08-25 18:13:21 +0200
commit41682275d321b6b79ee4c07f25e819875519466e (patch)
tree301ee0175c17d2394a950ef7d11bffd0d47597ac /.config/nvim/after/plugin/kanagawa.lua
parentup (diff)
downloaddotfiles-bsd-41682275d321b6b79ee4c07f25e819875519466e.tar.gz
dotfiles-bsd-41682275d321b6b79ee4c07f25e819875519466e.tar.bz2
dotfiles-bsd-41682275d321b6b79ee4c07f25e819875519466e.tar.xz
dotfiles-bsd-41682275d321b6b79ee4c07f25e819875519466e.tar.zst
dotfiles-bsd-41682275d321b6b79ee4c07f25e819875519466e.zip
cool
Diffstat (limited to '.config/nvim/after/plugin/kanagawa.lua')
-rw-r--r--.config/nvim/after/plugin/kanagawa.lua27
1 files changed, 0 insertions, 27 deletions
diff --git a/.config/nvim/after/plugin/kanagawa.lua b/.config/nvim/after/plugin/kanagawa.lua
deleted file mode 100644
index 4eb498f..0000000
--- a/.config/nvim/after/plugin/kanagawa.lua
+++ /dev/null
@@ -1,27 +0,0 @@
--- 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")