diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-11-23 09:36:33 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-11-23 09:36:33 -0800 |
commit | e09699a0f15c6386e09afe36e92c1ffe17cc2c22 (patch) | |
tree | 240e9dc3403ec06c16f379a99c38fa65cae70d33 /lua | |
parent | 9223e0362742254a062f27039fd9e9ab985b2c1b (diff) |
Added legacy colors; set legacy_slate as default
Diffstat (limited to 'lua')
-rw-r--r-- | lua/user/colorscheme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/colorscheme.lua b/lua/user/colorscheme.lua index 15ffe17..8a2b2da 100644 --- a/lua/user/colorscheme.lua +++ b/lua/user/colorscheme.lua @@ -1,4 +1,4 @@ -local colorscheme = "slate" +local colorscheme = "legacy_slate" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then |