about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 23:09:07 +0900
committersefidel <contact@sefidel.net>2022-03-03 23:09:07 +0900
commitf99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279 (patch)
tree98a2c57ebc7e8d7a524db339dd662a24971b62bb /fnl/nvrc/pack.fnl
parent909cce24a63be445a642171bb807faa1aff21a0a (diff)
downloadnvimrc-f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279.tar.gz
nvimrc-f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279.zip
feat(colors): jellybeans-nvim -> gruvbox-material
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 61dd2d8..a5be0d4 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -4,8 +4,7 @@
 (pack! :rktjmp/hotpot.nvim)
 (pack! :lewis6991/impatient.nvim)
 
-(pack! :metalelf0/jellybeans-nvim {:config "require('nvrc.colors').apply('jellybeans-nvim')"
-                                   :requires [(pack :rktjmp/lush.nvim)]})
+(pack! :sainnhe/gruvbox-material {:config "require('nvrc.colors').apply('gruvbox-material')"})
 (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter
                                          :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter})
                                                     (pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter})