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/rxyhn/init.lua | |
| parent | Revert "Test update monekai" (diff) | |
Diffstat (limited to 'lua/rxyhn/init.lua')
| -rw-r--r-- | lua/rxyhn/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/rxyhn/init.lua b/lua/rxyhn/init.lua index d76662c..9f33052 100644 --- a/lua/rxyhn/init.lua +++ b/lua/rxyhn/init.lua @@ -10,7 +10,7 @@ M.setup = function() end vim.o.termguicolors = true - vim.g.colors_name = 'rxyhn' + vim.colors_name = 'b46-rxyhn' theme.set_highlights() end |