diff --git a/README.md b/README.md index 7f2f742d..11b50b5e 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Example: -- general lvim.format_on_save = true lvim.lint_on_save = true -lvim.colorscheme = "spacegray" +lvim.colorscheme = "onedarker" lvim.builtin.compe.autocomplete = true diff --git a/utils/installer/config.example-no-ts.lua b/utils/installer/config.example-no-ts.lua index aad13fe0..f064f306 100644 --- a/utils/installer/config.example-no-ts.lua +++ b/utils/installer/config.example-no-ts.lua @@ -3,7 +3,7 @@ -- general lvim.format_on_save = true lvim.lint_on_save = true -lvim.colorscheme = "spacegray" +lvim.colorscheme = "onedarker" -- keymappings [view all the defaults by pressing Lk] lvim.leader = "space" 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 Lk] lvim.leader = "space"