diff options
| author | 2026-02-12 18:21:04 +0300 | |
|---|---|---|
| committer | 2026-02-12 18:21:04 +0300 | |
| commit | 529898343aed91872813833b1fa6bdf688cc4b2e (patch) | |
| tree | ddde638184214df1873329539a2f8cc794e2ae12 /config/nvim/lua/theme/init.lua | |
| parent | nvim lazy upd (diff) | |
| download | dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.tar.gz dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.tar.bz2 dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.tar.xz dotfiles-529898343aed91872813833b1fa6bdf688cc4b2e.zip | |
12.02.2026
Diffstat (limited to '')
| -rw-r--r-- | config/nvim/lua/theme/init.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/nvim/lua/theme/init.lua b/config/nvim/lua/theme/init.lua new file mode 100644 index 0000000..b635c55 --- /dev/null +++ b/config/nvim/lua/theme/init.lua @@ -0,0 +1,7 @@ +local M = {} + +M.setup = function() + vim.cmd("colorscheme alabaster") +end + +return M |
