summaryrefslogtreecommitdiff
path: root/lua/lvim/core/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lvim/core/theme.lua')
-rw-r--r--lua/lvim/core/theme.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/lvim/core/theme.lua b/lua/lvim/core/theme.lua
index 04186b0b..2b06363b 100644
--- a/lua/lvim/core/theme.lua
+++ b/lua/lvim/core/theme.lua
@@ -4,7 +4,11 @@ local M = {}
M.config = function()
lvim.builtin.theme = {
- name = "tokyonight",
+ name = "lunar",
+ lunar = {
+ options = { -- currently unused
+ },
+ },
tokyonight = {
options = {
on_highlights = function(hl, c)