Rename theme -> dieter.
This commit is contained in:
parent
c7fc83eaf6
commit
1c30abe726
4 changed files with 6 additions and 4 deletions
|
@ -1 +1,3 @@
|
|||
# 🖌️ Sumi-e -- A minimalist theme for Neovim
|
||||
# 🔴 Dieter - A minimalist theme for Neovim
|
||||
|
||||
Less but better.
|
||||
|
|
2
colors/dieter.lua
Normal file
2
colors/dieter.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
package.loaded["dieter"] = nil
|
||||
require("dieter")
|
|
@ -1,2 +0,0 @@
|
|||
package.loaded["sumi-e"] = nil
|
||||
require("sumi-e")
|
|
@ -77,4 +77,4 @@ for group, hl in pairs(theme) do
|
|||
vim.api.nvim_set_hl(0, group, hl)
|
||||
end
|
||||
|
||||
vim.g.colors_name = "sumi-e"
|
||||
vim.g.colors_name = "dieter"
|
Loading…
Reference in a new issue