chore: update alacritty, nvim and tmux colors

This commit is contained in:
2023-11-16 15:18:40 +02:00
parent 6a718a41b1
commit 49778fe936
4 changed files with 13 additions and 50 deletions

View File

@@ -12,9 +12,14 @@ require("lazy").setup({
{
"LazyVim/LazyVim",
import = "lazyvim.plugins",
opts = {
colorscheme = "tokyonight",
},
},
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
style = "night",
transparent = true,
@@ -23,6 +28,8 @@ require("lazy").setup({
sidebars = "transparent",
floats = "transparent",
},
dim_inactive = true,
lualine_bold = true,
},
},
{ import = "plugins" },