color stuff?
This commit is contained in:
parent
68c774462e
commit
0e7225b717
4 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@
|
||||||
devenv.local.nix
|
devenv.local.nix
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
.devenv
|
.devenv
|
||||||
|
.direnv
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; 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
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'doom-moonlight)
|
(setq doom-theme 'doom-henna)
|
||||||
|
|
||||||
;; Treemacs
|
;; Treemacs
|
||||||
(setq treemacs-git-mode 'deferred)
|
(setq treemacs-git-mode 'deferred)
|
||||||
|
|
|
@ -32,7 +32,8 @@
|
||||||
|
|
||||||
|
|
||||||
:inkarkat/vim-ReplaceWithRegister {}
|
: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.nvim {}
|
||||||
:williamboman/mason-lspconfig.nvim {}
|
:williamboman/mason-lspconfig.nvim {}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(module config.plugin.colorscheme
|
(module config.plugin.colorscheme
|
||||||
{autoload {nvim aniseed.nvim}})
|
{autoload {nvim aniseed.nvim}})
|
||||||
|
|
||||||
(nvim.ex.colorscheme "base16-oceanicnext")
|
(nvim.ex.colorscheme "hardhacker")
|
||||||
|
|
Loading…
Add table
Reference in a new issue