From 448f2394fe393cc1514bf8ef3e742ce7f56f9fd1 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 3 Jun 2025 13:22:02 +0200 Subject: [PATCH] Add new bunch of colorschemes (#413) --- lua/colorschemes.lua | 28 ++++++++++++++++++++++++++++ lua/plugin_specs.lua | 9 +++++++++ 2 files changed, 37 insertions(+) diff --git a/lua/colorschemes.lua b/lua/colorschemes.lua index cfeb2bc..465047b 100644 --- a/lua/colorschemes.lua +++ b/lua/colorschemes.lua @@ -61,6 +61,34 @@ M.colorscheme_conf = { kanagawa = function() vim.cmd("colorscheme kanagawa-dragon") end, + modus = function() + vim.cmd([[colorscheme modus]]) + end, + jellybeans = function() + vim.cmd([[colorscheme jellybeans]]) + end, + github = function() + vim.cmd([[colorscheme github_dark_default]]) + end, + e_ink = function() + require("e-ink").setup() + vim.cmd.colorscheme("e-ink") + end, + ashen = function() + vim.cmd([[colorscheme ashen]]) + end, + melange = function() + vim.cmd([[colorscheme melange]]) + end, + makurai = function() + vim.cmd.colorscheme("makurai_warrior") + end, + vague = function() + vim.cmd([[colorscheme vague]]) + end, + kanso = function() + vim.cmd([[colorscheme kanso]]) + end, } --- Use a random colorscheme from the pre-defined list of colorschemes. diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index c977f61..7a7a7fb 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -199,6 +199,15 @@ local plugin_specs = { branch = "v2", }, { "rebelot/kanagawa.nvim", lazy = true }, + { "miikanissi/modus-themes.nvim", priority = 1000 }, + { "wtfox/jellybeans.nvim", priority = 1000 }, + { "projekt0n/github-nvim-theme", name = "github-theme" }, + { "e-ink-colorscheme/e-ink.nvim", priority = 1000 }, + { "ficcdaf/ashen.nvim", priority = 1000 }, + { "savq/melange-nvim", priority = 1000 }, + { "Skardyy/makurai-nvim", priority = 1000 }, + { "vague2k/vague.nvim", priority = 1000 }, + { "webhooked/kanso.nvim", priority = 1000 }, -- plugins to provide nerdfont icons {