summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailurux <ailurux@noreply.codeberg.org>2024-12-19 02:54:38 +0000
committerailurux <ailurux@noreply.codeberg.org>2024-12-19 02:54:38 +0000
commitceb66b46eac7811a9e1ad4d8141b09947f7ee4b2 (patch)
tree1593825065ab473e5e5312cc3f0fca5d3deba79f
parent0343f34f7bda4fddf5775f80ccd024aea57beaf5 (diff)
downloadtangara-fw-ceb66b46eac7811a9e1ad4d8141b09947f7ee4b2.tar.gz
Update lua/theme_hicon.lua
Remove commented out colours from theme
-rw-r--r--lua/theme_hicon.lua3
1 files changed, 0 insertions, 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"