From dba578dec29eb90644a82a2deda53573608ac7ed Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 2 Mar 2025 19:46:41 +0100 Subject: [PATCH] feat: Add colorschemes --- lua/custom/community.lua | 5 ++++- lua/custom/plugins/astroui.lua | 14 -------------- lua/user/colorscheme.lua | 1 - 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 lua/custom/plugins/astroui.lua delete mode 100644 lua/user/colorscheme.lua diff --git a/lua/custom/community.lua b/lua/custom/community.lua index d159943..8ad96d2 100644 --- a/lua/custom/community.lua +++ b/lua/custom/community.lua @@ -48,10 +48,13 @@ return { -- Individual plugins (colorschemes) { import = "astrocommunity.colorscheme.vscode-nvim" }, { import = "astrocommunity.colorscheme.github-nvim-theme" }, - -- { import = "astrocommunity.colorscheme.neosolarized-nvim" }, + { import = "astrocommunity.colorscheme.neosolarized-nvim" }, { import = "astrocommunity.colorscheme.nord-nvim" }, { import = "astrocommunity.colorscheme.nordic-nvim" }, { import = "astrocommunity.colorscheme.iceberg-vim" }, + { import = "astrocommunity.colorscheme.tokyodark-nvim" }, + { import = "astrocommunity.colorscheme.tokyonight-nvim" }, + { import = "astrocommunity.colorscheme.onedarkpro-nvim" }, -- Individual plugins customization -- { diff --git a/lua/custom/plugins/astroui.lua b/lua/custom/plugins/astroui.lua deleted file mode 100644 index d145bdb..0000000 --- a/lua/custom/plugins/astroui.lua +++ /dev/null @@ -1,14 +0,0 @@ --- AstroCore provides a central place to modify mappings, vim options, autocommands, and more! --- Configuration documentation can be found with `:h astrocore` --- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) --- as this provides autocomplete and documentation while editing - ----@type LazySpec -return { - "AstroNvim/astroui", - ---@type AstroUIOpts - opts = { - -- change colorscheme - colorscheme = "github_dark", - }, -} diff --git a/lua/user/colorscheme.lua b/lua/user/colorscheme.lua deleted file mode 100644 index 5c1ed01..0000000 --- a/lua/user/colorscheme.lua +++ /dev/null @@ -1 +0,0 @@ -return "onenord"