From 4645784a5d1c02cd137d54587adfa76ab721ebdf Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Tue, 23 Dec 2025 01:56:25 -0800 Subject: nvim remove unneeded themes --- dot-config/nvim/nvim-pack-lock.json | 12 ------------ dot-config/nvim/plugin/colorscheme.lua | 19 ------------------- 2 files changed, 31 deletions(-) (limited to 'dot-config/nvim') diff --git a/dot-config/nvim/nvim-pack-lock.json b/dot-config/nvim/nvim-pack-lock.json index c6efdeb..47f5aaa 100644 --- a/dot-config/nvim/nvim-pack-lock.json +++ b/dot-config/nvim/nvim-pack-lock.json @@ -8,10 +8,6 @@ "rev": "a8458b7", "src": "https://github.com/ibhagwan/fzf-lua" }, - "github-nvim-theme": { - "rev": "c106c94", - "src": "https://github.com/projekt0n/github-nvim-theme" - }, "gitsigns.nvim": { "rev": "20ad441", "src": "https://github.com/lewis6991/gitsigns.nvim" @@ -20,10 +16,6 @@ "rev": "b4e4319", "src": "https://github.com/m4xshen/hardtime.nvim" }, - "jellybeans.nvim": { - "rev": "28b8088", - "src": "https://github.com/WTFox/jellybeans.nvim" - }, "lualine.nvim": { "rev": "3946f01", "src": "https://github.com/nvim-lualine/lualine.nvim" @@ -56,10 +48,6 @@ "rev": "b9fd522", "src": "https://github.com/nvim-lua/plenary.nvim" }, - "sonokai": { - "rev": "ec07018", - "src": "https://github.com/sainnhe/sonokai" - }, "todo-comments.nvim": { "rev": "411503d", "src": "https://github.com/folke/todo-comments.nvim" diff --git a/dot-config/nvim/plugin/colorscheme.lua b/dot-config/nvim/plugin/colorscheme.lua index 4ff690f..18c2ac0 100644 --- a/dot-config/nvim/plugin/colorscheme.lua +++ b/dot-config/nvim/plugin/colorscheme.lua @@ -1,26 +1,7 @@ vim.pack.add({ - "https://github.com/sainnhe/sonokai", - "https://github.com/WTFox/jellybeans.nvim", - "https://github.com/projekt0n/github-nvim-theme", "https://github.com/miikanissi/modus-themes.nvim", }) -vim.g.sonokai_transparent_background = 2 -vim.g.sonokai_float_style = "bright" - -require("jellybeans").setup({ - transparent = true, - italics = false, - bold = false, - flat_ui = true, -- toggles "flat UI" for pickers -}) - -require("github-theme").setup({ - options = { - transparent = true, - }, -}) - require("modus-themes").setup({ transparent = true, line_nr_column_background = false, -- cgit v1.3