From ca2ef7748b342b1107ec7e6bae64124b1f6dd5e3 Mon Sep 17 00:00:00 2001 From: Sakamoto Hiroshi Date: Sat, 29 Jun 2024 20:53:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20qol=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/chadrc.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lua/chadrc.lua b/lua/chadrc.lua index 2abfb6a..6439f47 100644 --- a/lua/chadrc.lua +++ b/lua/chadrc.lua @@ -5,8 +5,11 @@ local M = {} M.ui = { - theme = "chocolate", - + theme = "bearded-arc", + transparency = true, + statusline = { + theme = "minimal", + }, -- hl_override = { -- Comment = { italic = true }, -- ["@comment"] = { italic = true },