summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 20:56:00 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 20:56:00 +0100
commitddf461e5b78dc3abefb17cf6d55942c14236297d (patch)
tree7d9e69b4d2737b24c6a16cd9794a4efea1dc485b /lua/config
parentf9cb5099df7f2eb2cceb715515b2d7a98d6cbc9a (diff)
Update default colorscheme
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/colorscheme.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/colorscheme.lua b/lua/config/colorscheme.lua
index 5f0654d..f54b567 100644
--- a/lua/config/colorscheme.lua
+++ b/lua/config/colorscheme.lua
@@ -1,6 +1,6 @@
-- Neovim colorscheme.
-local colorscheme = "default"
+local colorscheme = "no-clown-fiesta"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then