From 7ae9491c004d43178765c8617f9f2e9abac44d8a Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 29 Apr 2023 21:15:24 +0200 Subject: Changed colorscheme to neon evangelion inspired 'nyngwang/nvimgelion' theme --- lua/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index fea831c..2f3782a 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,7 +1,7 @@ -- Colorscheme -- Available colorschemes: -- [[ nightfly ayu onedark doom-one ]] -local colorscheme = "nightfly" +local colorscheme = "nvimgelion" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then vim.notify("colorscheme " .. colorscheme .. " not found!") -- cgit v1.2.3