color stuff?

This commit is contained in:
Anthony Cicchetti 2023-05-09 12:41:53 -04:00
parent 68c774462e
commit 0e7225b717
4 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
devenv.local.nix
.pre-commit-config.yaml
.devenv
.direnv

View file

@ -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)

View file

@ -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 {}

View file

@ -1,4 +1,4 @@
(module config.plugin.colorscheme
{autoload {nvim aniseed.nvim}})
(nvim.ex.colorscheme "base16-oceanicnext")
(nvim.ex.colorscheme "hardhacker")