Browse Source

fix: spacegray -> onedarker

Christian Chiarulli 3 years ago
parent
commit
1ac46d79b9
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 1
      utils/installer/config.example-no-ts.lua
  3. 1 1
      utils/installer/config.example.lua

+ 1 - 1
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
 

+ 1 - 1
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 <leader>Lk]
 lvim.leader = "space"

+ 1 - 1
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"