Skip to content

Commit

Permalink
set default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck76 committed Jun 26, 2021
1 parent c5f5709 commit 3e1cf53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ g.auto_save = 0
-- colorscheme related stuff
cmd "syntax on"

g.nvchad_theme = "gruvbox"
g.nvchad_theme = "onedark"
local base16 = require "base16"
base16(base16.themes["nvchad-softgruv"], true)
base16(base16.themes["onedark"], true)

require "highlights"
require "mappings"
Expand Down

0 comments on commit 3e1cf53

Please sign in to comment.