diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 20:56:00 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 20:56:00 +0100 |
commit | ddf461e5b78dc3abefb17cf6d55942c14236297d (patch) | |
tree | 7d9e69b4d2737b24c6a16cd9794a4efea1dc485b /lua | |
parent | f9cb5099df7f2eb2cceb715515b2d7a98d6cbc9a (diff) |
Update default colorscheme
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/colorscheme.lua | 2 |
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 |