diff options
author | Matthew Wozniak <sirtomato999@gmail.com> | 2023-07-03 10:48:12 -0400 |
---|---|---|
committer | Matthew Wozniak <sirtomato999@gmail.com> | 2023-07-03 10:48:12 -0400 |
commit | b9891f56b133d41308051cc35171142126816caa (patch) | |
tree | df43c43a6e83beb3236ce0f7c04b4ecbd66bbd05 /after | |
parent | 4988d7eeca1ab0896dd6570ea8db345f7f076ed3 (diff) | |
download | nvim-b9891f56b133d41308051cc35171142126816caa.tar.gz nvim-b9891f56b133d41308051cc35171142126816caa.zip |
monokai (one less packer plugin)
Diffstat (limited to 'after')
-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 54f0a12..cc8b934 100644 --- a/after/plugin/colors.lua +++ b/after/plugin/colors.lua @@ -1,5 +1,5 @@ function ColorMyPencils(color) - color = color or 'OceanicNext' + color = color or 'monokai' vim.cmd.colorscheme(color) vim.api.nvim_set_hl(0, "Normal", { bg = 'none'}) vim.api.nvim_set_hl(0, "NormalFloat", { bg = 'none'}) |