Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/maxmx03/solarized.nvim into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Dec 21, 2023
2 parents fb9fd7d + bf33951 commit 6aea953
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/solarized.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ DEFAULT CONFIG *solarized.nvim-default-config*
},
highlights = {},
colors = {},
theme = 'default', -- or 'neosolarized' or 'neo' for short
theme = 'default', -- or 'neo'
extras = {
highlight_token = false,
},
})

vim.cmd.colorscheme = 'solarized'
Expand Down

0 comments on commit 6aea953

Please sign in to comment.