summaryrefslogtreecommitdiff
path: root/lua/sweetpastel
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/sweetpastel
parentRevert "Test update monekai" (diff)
Update every color name to match the edited oneHEADmain
Diffstat (limited to 'lua/sweetpastel')
-rw-r--r--lua/sweetpastel/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/sweetpastel/init.lua b/lua/sweetpastel/init.lua
index d3d176b..235674a 100644
--- a/lua/sweetpastel/init.lua
+++ b/lua/sweetpastel/init.lua
@@ -10,7 +10,7 @@ M.setup = function()
end
vim.o.termguicolors = true
- vim.g.colors_name = 'sweetpastel'
+ vim.colors_name = 'b46-sweetpastel'
theme.set_highlights()
end