From 02ddf567ec9e54974d20ff9f4668db747863c75c Mon Sep 17 00:00:00 2001 From: Kevin Lausen Date: Tue, 7 Jun 2022 13:03:35 -0400 Subject: [PATCH] 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. --- lua/user/colorscheme.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/user/colorscheme.lua b/lua/user/colorscheme.lua index 8c73fd6..a4930b6 100644 --- a/lua/user/colorscheme.lua +++ b/lua/user/colorscheme.lua @@ -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