addet custom configs
This commit is contained in:
parent
f62470d43c
commit
bbc9a96be7
4 changed files with 71 additions and 25 deletions
|
@ -1,10 +1,9 @@
|
|||
return {
|
||||
-- { "folke/tokyonight.nvim" },
|
||||
-- { "catppuccin/nvim", name = "catppuccin" },
|
||||
-- { "EdenEast/nightfox.nvim" },
|
||||
-- { "DanWlker/primeppuccin", name = "primeppuccin" },
|
||||
{ "catppuccin/nvim", name = "catppuccin" },
|
||||
{ "EdenEast/nightfox.nvim" },
|
||||
{ "fynnfluegge/monet.nvim", name = "monet" },
|
||||
{ "L-Colombo/oldschool.nvim", config = "true" },
|
||||
{ "L-Colombo/oldschool.nvim", config = true },
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
{ "AlexvZyl/nordic.nvim" },
|
||||
{ "eldritch-theme/eldritch.nvim" },
|
||||
|
@ -91,26 +90,26 @@ return {
|
|||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"neko-night/nvim",
|
||||
lazy = false,
|
||||
-- priority = 1000,
|
||||
opts = {
|
||||
transparent = false, -- Enable this to disable setting the background color
|
||||
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
|
||||
styles = {
|
||||
-- Style to be applied to different syntax groups
|
||||
-- Value is any valid attr-list value for `:help nvim_set_hl`
|
||||
comments = { italic = false },
|
||||
keywords = { italic = true },
|
||||
functions = { bold = true },
|
||||
variables = { bold = true },
|
||||
-- Background styles. Can be "dark", "transparent" or "normal"
|
||||
sidebars = "dark", -- style for sidebars, see below
|
||||
floats = "dark", -- style for floating windows
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "neko-night/nvim",
|
||||
-- lazy = false,
|
||||
-- -- priority = 1000,
|
||||
-- opts = {
|
||||
-- transparent = false, -- Enable this to disable setting the background color
|
||||
-- terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
|
||||
-- styles = {
|
||||
-- -- Style to be applied to different syntax groups
|
||||
-- -- Value is any valid attr-list value for `:help nvim_set_hl`
|
||||
-- comments = { italic = false },
|
||||
-- keywords = { italic = true },
|
||||
-- functions = { bold = true },
|
||||
-- variables = { bold = true },
|
||||
-- -- Background styles. Can be "dark", "transparent" or "normal"
|
||||
-- sidebars = "dark", -- style for sidebars, see below
|
||||
-- floats = "dark", -- style for floating windows
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"scottmckendry/cyberdream.nvim",
|
||||
name = "cyberdream",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue