From 6a3774706a6eaa2ca505d270a40624294f783a78 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:30:29 -0700 Subject: [PATCH] feat: switch to tokyonight theme --- init.lua | 2 +- lua/plugins/colorscheme.lua | 1 - lua/plugins/ui.lua | 11 +---------- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/init.lua b/init.lua index 856ff0d..c602a71 100644 --- a/init.lua +++ b/init.lua @@ -33,4 +33,4 @@ require("lazy").setup("plugins") require("keybinds") require("autocmds") -vim.cmd.colorscheme("catppuccin") +vim.cmd.colorscheme("tokyonight") diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index e15d03b..fd432b5 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -4,7 +4,6 @@ return { lazy = true, opts = { style = "storm", - transparent = true, dim_inactive = true, }, }, diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 77f87c7..e06e51b 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -1,15 +1,7 @@ return { { "freddiehaddad/feline.nvim", - init = function() - local ctp_feline = require("catppuccin.groups.integrations.feline") - - ctp_feline.setup() - - require("feline").setup({ - components = ctp_feline.get(), - }) - end, + opts = {}, }, { "famiu/bufdelete.nvim", @@ -26,7 +18,6 @@ return { { "]b", "BufferLineCycleNext", desc = "Next Buffer" }, }, opts = { - highlights = require("catppuccin.groups.integrations.bufferline").get(), options = { diagnostics = "nvim_lsp", offsets = {