summaryrefslogtreecommitdiff
path: root/lua/decay
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-10-21 02:22:26 +0200
committerache <ache@ache.one>2024-10-21 02:22:26 +0200
commit3080251142632435297bb5d6b760ff9ab4d9f918 (patch)
tree20a5cf4132295bbd80ed49fd4f4dd1f197217c2c /lua/decay
parentRevert "Test update monekai" (diff)
Update every color name to match the edited oneHEADmain
Diffstat (limited to 'lua/decay')
-rw-r--r--lua/decay/init.lua2
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