diff options
author | sefidel <contact@sefidel.net> | 2022-05-09 17:51:54 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-05-09 17:51:54 +0900 |
commit | 53831367e8deea7cbd471bd48b9681d2a7dd5afb (patch) | |
tree | 295447f996726d20e396b0c878cd0dce7b2f0210 /fnl/nvrc/pack.fnl | |
parent | 7c1ffc3cf325938e2b42fcaa9fd93d7e99421ba5 (diff) | |
download | nvimrc-53831367e8deea7cbd471bd48b9681d2a7dd5afb.tar.gz nvimrc-53831367e8deea7cbd471bd48b9681d2a7dd5afb.zip |
feat(colors): revert softjelly
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 2f1d60d..e4e823f 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -4,7 +4,7 @@ (pack! :wbthomason/packer.nvim) (pack! :rktjmp/hotpot.nvim) -(pack! "https://git.sr.ht/~sefidel/softjelly.vim" {:config "require('nvrc.colors').apply('softjelly')"}) +(pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"}) (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter :requires [(pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter}) (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})]}) |