Skip to content

Commit

Permalink
Increased version to 1.0, adjusted background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drexel2k committed Apr 22, 2024
1 parent a9a20a7 commit 1279818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/RaspiFM.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __new__(cls):
return cls.__instance

def __init(self):
self.__version = "0.9.0"
self.__version = "1.0.0"
requestbase.version = self.__version

self.__settings = Settings()
Expand Down
2 changes: 1 addition & 1 deletion src/touchui/dark_rpi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<color name="primaryLightColor">#6ac146</color>
<color name="secondaryColor">#f68583</color>
<color name="secondaryLightColor">#4f5b62</color>
<color name="secondaryDarkColor">#31363b</color>
<color name="secondaryDarkColor">#0f0f0f</color><!-- background color, is much brighter on touch display -->
<color name="primaryTextColor">#000000</color>
<color name="secondaryTextColor">#ffffff</color>
</resources>

0 comments on commit 1279818

Please sign in to comment.