summaryrefslogtreecommitdiff
path: root/lua/lvim/core/theme.lua
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2022-11-04 12:57:24 -0400
committerGitHub <[email protected]>2022-11-04 12:57:24 -0400
commit5ba80b10cf5b413d993435432d8c43a83511ce30 (patch)
treeb316b50127be0620497bbad597f900a570e5d3b7 /lua/lvim/core/theme.lua
parente10a8cca56e19692cf89498811bc89393fdb68e1 (diff)
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <[email protected]>
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)