From 9e16ff3c3f995d0a139b1888a853804c20e30200 Mon Sep 17 00:00:00 2001 From: Mystical-C <64483945+MysticalDevil@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:57:00 +0800 Subject: [PATCH] feat: Add flexoki colorscheme --- lua/devil/plugins/colorscheme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/devil/plugins/colorscheme.lua b/lua/devil/plugins/colorscheme.lua index 98433e5..2482e96 100644 --- a/lua/devil/plugins/colorscheme.lua +++ b/lua/devil/plugins/colorscheme.lua @@ -35,6 +35,9 @@ return { require("devil.configs.colorscheme.everblush") end, }, + -- flexoki + -- + { "stevedylandev/flexoki-nvim", lazy = true, name = "flexoki" }, -- github-nvim-theme -- Github's Neovim themes {