Updated the color scheme to GruvBox.

I like this theme for it's consistency, and it's popularity means it has support for tons of languages and configurations.
pull/169/head
Kevin Lausen 3 years ago committed by GitHub
parent 067c3605de
commit 02ddf567ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
local colorscheme = "default"
-- local colorscheme = "default"
local colorscheme = "gruvbox"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then

Loading…
Cancel
Save