diff options
| author | Joe <rbo@gmx.us> | 2024-01-04 17:53:13 +0100 | 
|---|---|---|
| committer | Joe <rbo@gmx.us> | 2024-01-04 17:53:13 +0100 | 
| commit | ad7af832c3fb2117d2dae5f5c7504f242c895601 (patch) | |
| tree | 151e1c51b2446c05c04d0ec21a5929a067a73d7e | |
| parent | up (diff) | |
| download | dotfiles-bsd-ad7af832c3fb2117d2dae5f5c7504f242c895601.tar.gz dotfiles-bsd-ad7af832c3fb2117d2dae5f5c7504f242c895601.tar.bz2 dotfiles-bsd-ad7af832c3fb2117d2dae5f5c7504f242c895601.tar.xz dotfiles-bsd-ad7af832c3fb2117d2dae5f5c7504f242c895601.tar.zst dotfiles-bsd-ad7af832c3fb2117d2dae5f5c7504f242c895601.zip  | |
up
Diffstat (limited to '')
| -rw-r--r-- | .config/nvim/after/plugin/kanagawa.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/plugin/kanagawa.lua b/.config/nvim/after/plugin/kanagawa.lua index c868a06..a506218 100644 --- a/.config/nvim/after/plugin/kanagawa.lua +++ b/.config/nvim/after/plugin/kanagawa.lua @@ -8,7 +8,7 @@ require('kanagawa').setup({      typeStyle = {},      transparent = true,         -- do not set background color      dimInactive = false,         -- dim inactive window `:h hl-NormalNC` -    terminalColors = true,       -- define vim.g.terminal_color_{0,17} +    terminalColors = false,       -- define vim.g.terminal_color_{0,17}      colors = {                   -- add/modify theme and palette colors          palette = {},          theme = { wave = {}, lotus = {}, dragon = {}, all = {} },  | 
