From 4b2c8fbc7b113751437731f910ceb5f5ff0d6068 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Wed, 27 Nov 2024 18:11:13 +0000 Subject: [PATCH] feat: change colorscheme --- lua/custom/community.lua | 5 ++++- lua/polish.lua | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lua/custom/community.lua b/lua/custom/community.lua index ad796b9..477d38c 100644 --- a/lua/custom/community.lua +++ b/lua/custom/community.lua @@ -41,7 +41,10 @@ return { -- Individual plugins (colorschemes) { import = "astrocommunity.colorscheme.vscode-nvim" }, { import = "astrocommunity.colorscheme.github-nvim-theme" }, - -- { import = "astrocommunity.colorscheme.neosolarized-nvim" }, + { import = "astrocommunity.colorscheme.onedarkpro-nvim" }, + { import = "astrocommunity.colorscheme.tokyonight-nvim" }, + { import = "astrocommunity.colorscheme.tokyodark-nvim" }, + { import = "astrocommunity.colorscheme.neosolarized-nvim" }, { import = "astrocommunity.colorscheme.nord-nvim" }, { import = "astrocommunity.colorscheme.nordic-nvim" }, { import = "astrocommunity.colorscheme.iceberg-vim" }, diff --git a/lua/polish.lua b/lua/polish.lua index f820cce..088aa4a 100644 --- a/lua/polish.lua +++ b/lua/polish.lua @@ -11,7 +11,9 @@ require("custom.filetypes") --- Remove some mappings in terminal mode --- that should have been set by other plugins --- but that are very annoying +--- (maybe related to the smart-splits plugin) vim.keymap.del("t", "") -- INFO: Clear the terminal vim.keymap.del("t", "") -- INFO: Move a commit up/down in LazyGit vim.keymap.del("t", "") -- INFO: Move a commit up/down in LazyGit ---- NOTE: : Maybe related to the smart-splits plugin + +vim.cmd("colorscheme tokyonight")