From ceb66b46eac7811a9e1ad4d8141b09947f7ee4b2 Mon Sep 17 00:00:00 2001 From: ailurux Date: Thu, 19 Dec 2024 02:54:38 +0000 Subject: [PATCH] Update lua/theme_hicon.lua Remove commented out colours from theme --- lua/theme_hicon.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/theme_hicon.lua b/lua/theme_hicon.lua index a1a3dca3..7c7db188 100644 --- a/lua/theme_hicon.lua +++ b/lua/theme_hicon.lua @@ -1,9 +1,6 @@ local lvgl = require("lvgl") local font = require("font") --- local background_color = "#000000" --- local text_color = "#33b5e5" - local text_color = "#000000" local background_color = "#FFFFFF"