This commit is contained in:
pika 2025-05-24 17:15:21 +02:00
parent 2413eb3860
commit 923da56ca8
4 changed files with 46 additions and 27 deletions

View file

@ -2,24 +2,27 @@ return {
{ "rose-pine/neovim", name = "rose-pine" },
{ "L-Colombo/oldschool.nvim", config = "true" },
{ "ptdewey/darkearth-nvim" },
-- { "catppuccin/nvim", name = "catppuccin" },
-- { "folke/tokyonight.nvim" },
-- { "fynnfluegge/monet.nvim", name = "monet" },
-- { "AlexvZyl/nordic.nvim" },
-- { "eldritch-theme/eldritch.nvim" },
-- { "EdenEast/nightfox.nvim" },
-- { "DanWlker/primeppuccin", name = "primeppuccin" },
-- { "sainnhe/sonokai" },
-- {
-- "ferdinandrau/lavish.nvim",
-- opts = {
-- style = {
-- italic_comments = false,
-- italic_strings = false,
-- transparent = false,
-- },
-- },
-- },
{
"tiagovla/tokyodark.nvim",
opts = {
terminal_colors = true, -- enable terminal colors
transparent_background = false, -- set background to transparent
gamma = 0.90, -- adjust the brightness of the theme
styles = {
comments = { italic = false }, -- style for comments
keywords = { italic = true }, -- style for keywords
identifiers = { italic = true }, -- style for identifiers
variables = { bold = true }, -- style for variables
functions = {}, -- style for functions
},
custom_highlights = {} or function(highlights, palette)
return {}
end, -- extend highlights
custom_palette = {} or function(palette)
return {}
end, -- extend palette
},
},
{
"neko-night/nvim",
lazy = false,