From 8495ac206f25b3d4eccca2419f66e777bd65d4b7 Mon Sep 17 00:00:00 2001 From: max397574 Date: Wed, 6 Oct 2021 17:45:05 +0200 Subject: =?UTF-8?q?fix(oldfiles):=20=F0=9F=90=9Btemporary=20fix=20for=20te?= =?UTF-8?q?sting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/startup/utils.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lua/startup/utils.lua') diff --git a/lua/startup/utils.lua b/lua/startup/utils.lua index aba785c..2bfe149 100644 --- a/lua/startup/utils.lua +++ b/lua/startup/utils.lua @@ -1,5 +1,10 @@ U = {} -local colors = require("startup.config").colors +-- local colors = require("startup.config").colors +local colors = { + background = "#1f2227", + heading_fg = "#009900", + tools_fg = "#009900", +} function U.spaces(amount) return string.rep(" ", amount) -- cgit v1.2.3