kanagawa and bluetooth

This commit is contained in:
2024-09-20 17:20:46 -04:00
parent cce2a5ec22
commit 53ed98e6c3
8 changed files with 45 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
return {
"rebelot/kanagawa.nvim",
config = function ()
vim.cmd.colorscheme "kanagawa"
end
}

View File

@@ -99,13 +99,13 @@ return { -- Collection of various small independent plugins/modules
-- }
-- })
--
require('mini.hues').setup({
foreground = '#ffffff',
background = '#000000',
n_hues = 0,
accent = 'orange',
saturation = 'high'
})
-- require('mini.hues').setup({
-- foreground = '#ffffff',
-- background = '#000000',
-- n_hues = 0,
-- accent = 'orange',
-- saturation = 'high'
-- })
require('mini.splitjoin').setup()