diff options
| -rw-r--r-- | lua/plugins/colorscheme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 14edbdf..c852bb0 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -3,7 +3,7 @@ -- [[ nightfly ayu onedark doom-one nvimgelion github_dark tokyonight ]] -- Define default color scheme -local default_colorscheme = "tokyonight-night" +local default_colorscheme = "doom-one" local fallback_colorscheme = "desert" -- Attempt to set the default color scheme |
