Skip to content

Commit 834bc5d

Browse files
flawedworldthestinger
authored andcommitted
Add saturated colour mode
1 parent 25dfca9 commit 834bc5d

File tree

1 file changed

+1
-0
lines changed
  • overlay/frameworks/base/core/res/res/values

1 file changed

+1
-0
lines changed

Diff for: overlay/frameworks/base/core/res/res/values/config.xml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<integer-array name="config_availableColorModes">
6666
<item>0</item> <!-- COLOR_MODE_NATURAL -->
6767
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
68+
<item>2</item> <!-- COLOR_MODE_SATURATED -->
6869
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
6970
</integer-array>
7071

0 commit comments

Comments
 (0)