diff options
author | Christian Chiarulli <[email protected]> | 2021-08-30 01:00:58 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2021-08-30 01:00:58 -0400 |
commit | 1ac46d79b9a2354df71f681c1d467f144de5cbfc (patch) | |
tree | e21fecda7c27fddbe53b11e1b6811e2c5f10e770 /utils/installer/config.example.lua | |
parent | 0f458a04688d71d194fc104351f8cda5aff936af (diff) |
fix: spacegray -> onedarker
Diffstat (limited to 'utils/installer/config.example.lua')
-rw-r--r-- | utils/installer/config.example.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua index c2c75fbb..9722f71c 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -12,7 +12,7 @@ an executable lvim.log.level = "warn" lvim.format_on_save = true lvim.lint_on_save = true -lvim.colorscheme = "spacegray" +lvim.colorscheme = "onedarker" -- keymappings [view all the defaults by pressing <leader>Lk] lvim.leader = "space" |