From 45937ac6486a6258bd48359db93877f2633336d9 Mon Sep 17 00:00:00 2001 From: ailurux Date: Mon, 9 Sep 2024 00:24:08 +0000 Subject: High contrast theme + Icon Improvements (#100) Updated settings icon, rounded the circular play/pause icons, and addition of a new high contrast theme. Would be good to get feedback on the high contrast theme at this stage, as my intention is to use it as the basis for other 2-colour themes. One issue I'm aware of is the charge indicator when recoloured to black is not very legible on the black battery icon. I am planning on adding an additonal outline image that can be recoloured to the background colour to make it stand out more. Happy to fix that in a later PR or I can add it now but it will take a bit of work. Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/100 Co-authored-by: ailurux Co-committed-by: ailurux --- lua/settings.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/settings.lua') diff --git a/lua/settings.lua b/lua/settings.lua index 934d32a2..9b77274d 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -313,6 +313,7 @@ local ThemeSettings = SettingsScreen:new { local themeOptions = {} themeOptions["Dark"] = "/lua/theme_dark.lua" themeOptions["Light"] = "/lua/theme_light.lua" + themeOptions["High Contrast"] = "/lua/theme_hicon.lua" -- Parse theme directory for more themes local theme_dir_iter = filesystem.iterator("/.themes/") -- cgit v1.2.3