From a8dfd609677dc5ec643111b9a91f202616dff472 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 19 May 2023 23:09:44 +0200 Subject: Changed colorscheme to github_dark --- lua/plugins/colorscheme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 2735204..b8a9dca 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,7 +1,7 @@ -- Colorscheme -- Available colorschemes: --- [[ nightfly ayu onedark doom-one nvimgelion ]] -local colorscheme = "doom-one" +-- [[ nightfly ayu onedark doom-one nvimgelion github_dark ]] +local colorscheme = "github_dark" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then vim.notify("colorscheme " .. colorscheme .. " not found!") -- cgit v1.2.3