colorsheme to kanagawa

This commit is contained in:
2026-06-18 17:49:33 +02:00
parent a8bdfc25b1
commit 3718945ab1
2 changed files with 10 additions and 6 deletions
+1
View File
@@ -74,6 +74,7 @@ return packer.startup(function(use)
-- ----------------------------------------------------
use { "bluz71/vim-nightfly-colors", as = "nighfly" }
use { "bluz71/vim-moonfly-colors", as = "moonfly" }
use { "rebelot/kanagawa.nvim", as = "kanagawa"}
-- ----------------------------------------------------
-- lualine (status line)
+4 -1
View File
@@ -1,8 +1,11 @@
local colorscheme = "moonfly"
-- local colorscheme = "moonfly"
local colorscheme = "kanagawa-wave"
local custom_highlight =
vim.api.nvim_create_augroup( "CustomHighlight", {})
vim.api.nvim_create_autocmd( "ColorScheme", {
-- pattern = "kanagawa-wave",
-- pattern = "catppuccin",
pattern = "nightfly",
callback = function()
vim.api.nvim_set_hl( 0, "String", { fg = "#00A000", italic = false })