nvim - update colorscheme
This commit is contained in:
parent
1e52c16bbe
commit
2c9cc349ed
1 changed files with 7 additions and 25 deletions
|
|
@ -1,32 +1,14 @@
|
|||
local colorscheme = "onedark"
|
||||
|
||||
return {
|
||||
"olimorris/onedarkpro.nvim",
|
||||
"catppuccin/nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
opts = {
|
||||
options = {
|
||||
transparency = true, -- Use a transparentbackground?
|
||||
},
|
||||
colors = {
|
||||
bg = "#000000",
|
||||
fg = "#abb2bf",
|
||||
red = "#ef596f",
|
||||
orange = "#fab387",
|
||||
yellow = "#e5c07b",
|
||||
green = "#89ca78",
|
||||
cyan = "#2bbac5",
|
||||
blue = "#61afef",
|
||||
purple = "#d55fde",
|
||||
white = "#abb2bf",
|
||||
black = "#000000",
|
||||
gray = "#434852",
|
||||
highlight = "#e2be7d",
|
||||
comment = "#7f848e",
|
||||
none = "NONE",
|
||||
},
|
||||
flavour = "macchiato",
|
||||
transparent_background = true,
|
||||
},
|
||||
|
||||
config = function(_, opts)
|
||||
require("onedarkpro").setup(opts)
|
||||
vim.cmd.colorscheme(colorscheme)
|
||||
require("catppuccin").setup(opts)
|
||||
vim.cmd.colorscheme("catppuccin")
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue