kanagawa and bluetooth
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
config = function ()
|
||||
vim.cmd.colorscheme "kanagawa"
|
||||
end
|
||||
}
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user