summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/fnl/set.fnl5
-rw-r--r--.config/nvim/lua/plugins/download.lua2
-rw-r--r--.emacs.d/init.el2
3 files changed, 6 insertions, 3 deletions
diff --git a/.config/nvim/fnl/set.fnl b/.config/nvim/fnl/set.fnl
index 7bc1925..587e5a8 100644
--- a/.config/nvim/fnl/set.fnl
+++ b/.config/nvim/fnl/set.fnl
@@ -48,7 +48,8 @@
(vim.api.nvim_create_autocmd [:BufWritePre]
{:command "%s/\\s\\+$//e" :pattern ["*"]})
-(vim.cmd.colorscheme :everforest)
-
+;; (vim.cmd.colorscheme :everforest)
+;; (vim.cmd "set background=dark")
+(vim.cmd.colorscheme :bluloco)
(vim.cmd "set background=dark")
diff --git a/.config/nvim/lua/plugins/download.lua b/.config/nvim/lua/plugins/download.lua
index 1f63533..afa096a 100644
--- a/.config/nvim/lua/plugins/download.lua
+++ b/.config/nvim/lua/plugins/download.lua
@@ -20,6 +20,8 @@ require("lazy").setup({
{ "ThePrimeagen/harpoon", branch = "harpoon2", dependencies = { 'nvim-lua/plenary.nvim' } },
{ 'neovim/nvim-lspconfig' },
{ "sainnhe/everforest" },
+ { "NLKNguyen/papercolor-theme" },
+ { 'uloco/bluloco.nvim', lazy = false, priority = 1000, dependencies = { 'rktjmp/lush.nvim' }, },
{ "Civitasv/cmake-tools.nvim" },
{ "frabjous/knap" },
{ "rktjmp/hotpot.nvim" },
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3d63349..c5cefe1 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -30,7 +30,7 @@
;; (unless (package-installed-p 'acme-theme)
;; (package-install 'acme-theme))
-;;
+;;
;; (use-package acme-theme
;; :config
;; (load-theme 'acme t))