From 5ba80b10cf5b413d993435432d8c43a83511ce30 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Fri, 4 Nov 2022 12:57:24 -0400 Subject: feat: use our own colorscheme, decouple from tokyonight (#3378) Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- utils/installer/config.example.lua | 2 +- utils/installer/config_win.example.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua index 68b19d5c..292c3b6b 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -11,7 +11,7 @@ an executable -- general lvim.log.level = "warn" lvim.format_on_save = false -lvim.colorscheme = "tokyonight" +lvim.colorscheme = "lunar" -- to disable icons and use a minimalist setup, uncomment the following -- lvim.use_icons = false diff --git a/utils/installer/config_win.example.lua b/utils/installer/config_win.example.lua index ecdff296..20fe0a55 100644 --- a/utils/installer/config_win.example.lua +++ b/utils/installer/config_win.example.lua @@ -28,7 +28,7 @@ vim.g.clipboard = { -- general lvim.log.level = "warn" lvim.format_on_save = true -lvim.colorscheme = "tokyonight" +lvim.colorscheme = "lunar" -- to disable icons and use a minimalist setup, uncomment the following -- lvim.use_icons = false -- cgit v1.2.3