diff options
author | Matthew Wozniak <sirtomato999@gmail.com> | 2023-07-05 15:16:34 +0000 |
---|---|---|
committer | Matthew Wozniak <sirtomato999@gmail.com> | 2023-07-05 15:16:34 +0000 |
commit | fe5293ded5578dfa75b36ff867083bc80b6c6f89 (patch) | |
tree | 83dbbb3416d35942237e35f69f9a7fe89ebb90bf /after/plugin | |
parent | e390a5d4d2b7c78d4522a43cb3ed9b9bd353610f (diff) | |
download | nvim-fe5293ded5578dfa75b36ff867083bc80b6c6f89.tar.gz nvim-fe5293ded5578dfa75b36ff867083bc80b6c6f89.zip |
wal colorscheme (term colors only)
Diffstat (limited to 'after/plugin')
-rw-r--r-- | after/plugin/colors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/colors.lua b/after/plugin/colors.lua index cc8b934..7c7bd0f 100644 --- a/after/plugin/colors.lua +++ b/after/plugin/colors.lua @@ -1,5 +1,5 @@ function ColorMyPencils(color) - color = color or 'monokai' + color = color or 'wal' vim.cmd.colorscheme(color) vim.api.nvim_set_hl(0, "Normal", { bg = 'none'}) vim.api.nvim_set_hl(0, "NormalFloat", { bg = 'none'}) |