Skip to content

Commit

Permalink
.... Track a style file that apparently was missing from Git for quit…
Browse files Browse the repository at this point in the history
…e a while,

but was present in Play Store builds because I don't do those from a clean
tree. But I'm curious what Giggity from F-Droid looked like all this time...

Noticed while fixing a non-dark mode title bar text colour issue in that file.
  • Loading branch information
Wilm0r committed Mar 4, 2025
1 parent 4088f4f commit 1744384
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/values-v29/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Giggity" parent="@android:style/Theme.DeviceDefault.DayNight">
<item name="android:colorPrimary">@color/primary</item>
<item name="android:colorPrimaryDark">@color/primary_dark</item>
<item name="android:colorAccent">@color/accent</item>

<item name="android:navigationBarDividerColor">@color/time_back</item>
<item name="android:navigationBarColor">@color/background_material_light</item>
<item name="android:windowLightNavigationBar">true</item>

<item name="android:titleTextColor">@color/light_text</item>
</style>
</resources>

0 comments on commit 1744384

Please sign in to comment.