LeoColman / Petals

🌻 The Open Source app Petals aims to help its users to either quit weed, reduce usage or simply know how much they're using.
GNU Affero General Public License v3.0
73 stars 27 forks source link

✨ Add a Day/Night switch that doesn't depend on the System Theme #603

Closed gBL17 closed 1 month ago

gBL17 commented 1 month ago

This commit introduces a new feature in the settings repository where users can now toggle between dark and light mode. The changes include the addition of a boolean key 'darkMode' in the settings repository. Also, functions to set and retrieve the state of the 'darkMode' have been introduced. New test cases have been added to ensure the corret behavior of the 'darkMode'.