Update colorscheme macos

This commit is contained in:
Jan Eitzinger 2024-03-27 22:34:10 +01:00
parent 1a8a3cae33
commit 6e08297438
2 changed files with 17 additions and 26 deletions

View File

@ -1,9 +0,0 @@
{
"extras": [
],
"news": {
"NEWS.md": "2123"
},
"version": 3
}

View File

@ -4,6 +4,10 @@ return {
"ellisonleao/gruvbox.nvim", "ellisonleao/gruvbox.nvim",
opts = { contrast = "hard" }, opts = { contrast = "hard" },
}, },
-- kanagawa
{
"rebelot/kanagawa.nvim",
},
{{- if eq .chezmoi.os "openbsd" }} {{- if eq .chezmoi.os "openbsd" }}
{ {
"gbprod/nord.nvim", "gbprod/nord.nvim",
@ -21,28 +25,24 @@ return {
vim.cmd([[colorscheme nord]]) vim.cmd([[colorscheme nord]])
end, end,
}, },
{
"folke/tokyonight.nvim",
opts = {},
},
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
-- kanagawa
{
"rebelot/kanagawa.nvim",
},
{{- else }} {{- else }}
-- kanagawa
{ {
"rebelot/kanagawa.nvim", "gbprod/nord.nvim",
}, lazy = false,
priority = 1000,
opts = {
styles = {
comments = { italic = true },
keywords = { bold = true },
functions = { bold = true },
variables = {},
},
},
},
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "kanagawa", colorscheme = "nord",
}, },
}, },
{{- end }} {{- end }}