summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylor@classicalconversations.com>2023-06-19 16:14:15 -0400
committerJackson Taylor <jtaylor@classicalconversations.com>2023-06-19 16:14:15 -0400
commit239d09b22a3d8c203f5bc64007c2cdbfc44fd227 (patch)
tree36515db50750834405d8c0ed94caf50be4ce1a4f
parent3cc0ab2188b81ba44cfa0e0e5b4696d25cbb850d (diff)
Add alternate color schemes
These schemes are cool. I am using gruvbox right now because it matches my wallpaper best. But Ayu is amazing, I think it's my favorite one I've tried. The TempleOS one was a test. I installed the TempleOS font and color scheme and wanted to see if I could try using it (I cold not), but I'm not the greatest programmer who ever lived.
-rw-r--r--after/plugin/color.lua3
-rw-r--r--lua/jacksontaylorxyz/packer.lua4
2 files changed, 6 insertions, 1 deletions
diff --git a/after/plugin/color.lua b/after/plugin/color.lua
index 21a7bde..2947184 100644
--- a/after/plugin/color.lua
+++ b/after/plugin/color.lua
@@ -1,2 +1,3 @@
-vim.cmd("colorscheme ayu")
+-- vim.cmd("colorscheme templeos")
+vim.cmd("colorscheme gruvbox")
vim.opt.termguicolors = true
diff --git a/lua/jacksontaylorxyz/packer.lua b/lua/jacksontaylorxyz/packer.lua
index 2da57de..a42d6c5 100644
--- a/lua/jacksontaylorxyz/packer.lua
+++ b/lua/jacksontaylorxyz/packer.lua
@@ -73,6 +73,10 @@ return require('packer').startup(function(use)
-- Themes
use 'ayu-theme/ayu-vim' -- Nice blue theme. Closer to the gotham theme I had in VS code than the vim theme it was inspired by.
+ use "rebelot/kanagawa.nvim"
+ use "savq/melange-nvim"
+ use 'rafi/awesome-vim-colorschemes'
+ use "lunarvim/templeos.nvim"
-- Language supports
use 'SuneelFreimuth/vim-gemtext' -- Syntax support for gemini markdown