diff --git a/.gitignore b/.gitignore index a7a702c..b068fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ devenv.local.nix .pre-commit-config.yaml .devenv +.direnv diff --git a/emacs/emacs.doom/config.el b/emacs/emacs.doom/config.el index 581f615..e03900a 100644 --- a/emacs/emacs.doom/config.el +++ b/emacs/emacs.doom/config.el @@ -27,7 +27,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-moonlight) +(setq doom-theme 'doom-henna) ;; Treemacs (setq treemacs-git-mode 'deferred) diff --git a/nvim/fnl/config/plugin.fnl b/nvim/fnl/config/plugin.fnl index e289c2e..769a541 100644 --- a/nvim/fnl/config/plugin.fnl +++ b/nvim/fnl/config/plugin.fnl @@ -32,7 +32,8 @@ :inkarkat/vim-ReplaceWithRegister {} - :chriskempson/base16-vim {:mod :colorscheme} + ; :chriskempson/base16-vim {:mod :colorscheme} + :hardhackerlabs/theme-vim {:mod :colorscheme :as :hardhacker} :williamboman/mason.nvim {} :williamboman/mason-lspconfig.nvim {} diff --git a/nvim/fnl/config/plugin/colorscheme.fnl b/nvim/fnl/config/plugin/colorscheme.fnl index be94cc1..3f00a4b 100644 --- a/nvim/fnl/config/plugin/colorscheme.fnl +++ b/nvim/fnl/config/plugin/colorscheme.fnl @@ -1,4 +1,4 @@ (module config.plugin.colorscheme {autoload {nvim aniseed.nvim}}) -(nvim.ex.colorscheme "base16-oceanicnext") +(nvim.ex.colorscheme "hardhacker")