mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
adjusting catppuccin colors
This commit is contained in:
parent
ba97446309
commit
0fa8b6718e
1 changed files with 11 additions and 1 deletions
|
|
@ -19,7 +19,17 @@ return {
|
|||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("catppuccin").setup({})
|
||||
require("catppuccin").setup({
|
||||
opts = {
|
||||
color_overrides = {
|
||||
mocha = {
|
||||
base = "#000000",
|
||||
mantle = "#000000",
|
||||
crust = "#000000",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
vim.cmd("colorscheme catppuccin-mocha")
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue