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"