Skip to content

Commit

Permalink
overlay: Enable dark theme by defaut
Browse files Browse the repository at this point in the history
Signed-off-by: ugly-kid-af <[email protected]>
Change-Id: I62ac33b19b43586d97eab06a416ad5cbe6e6ce1f
  • Loading branch information
ugly-kid-af authored and DrtSinX98 committed Jul 9, 2021
1 parent 3a0d456 commit f7ac1ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,8 @@

<!-- Flag indicating which package name can access DeviceConfig table -->
<string name="config_deviceConfiguratorPackageName" translatable="false">org.protonaosp.deviceconfig</string>

<!-- Turn on dark theme by default -->
<integer name="config_defaultNightMode">2</integer>

</resources>

0 comments on commit f7ac1ae

Please sign in to comment.