diff options
| author | ache <ache@ache.one> | 2024-10-21 02:22:26 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-10-21 02:22:26 +0200 |
| commit | 3080251142632435297bb5d6b760ff9ab4d9f918 (patch) | |
| tree | 20a5cf4132295bbd80ed49fd4f4dd1f197217c2c /lua/decay | |
| parent | Revert "Test update monekai" (diff) | |
Diffstat (limited to 'lua/decay')
| -rw-r--r-- | lua/decay/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/decay/init.lua b/lua/decay/init.lua index c171a3a..e793a6b 100644 --- a/lua/decay/init.lua +++ b/lua/decay/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'decay' + vim.colors_name = 'b46-decay' theme.set_highlights() end |