Files
gitnex/app/src/main/res/values/attrs.xml
qwerty287 fea6457358 Add system theme (#1095)
* Add new themes `Follow system (Light/Dark)` (new default) and `Follow system (Light/Pitch Black)` that follows system color scheme -> closes https://codeberg.org/gitnex/GitNex/issues/961
* also fixes `In Settings ->Appearance, the theme and time shows wrong values. Also the time selection is not shown upon theme change.` in https://codeberg.org/gitnex/GitNex/issues/1084

Co-authored-by: qwerty287 <ndev@web.de>
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1095
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
2022-03-27 20:47:08 +02:00

20 lines
945 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="diffAddedColor" format="reference"/>
<attr name="diffRemovedColor" format="reference"/>
<attr name="diffSelectedColor" format="reference"/>
<attr name="primaryTextColor" format="reference"/>
<attr name="primaryBackgroundColor" format="reference" />
<attr name="inputBackgroundColor" format="reference" />
<attr name="inputSelectedColor" format="reference" />
<attr name="hintColor" format="reference" />
<attr name="inputTextColor" format="reference" />
<attr name="selectedTextColor" format="reference" />
<attr name="alertDialogTheme" format="reference" />
<attr name="progressIndicatorColor" format="reference" />
<attr name="fabColor" format="reference" />
<attr name="iconsColor" format="reference" />
<attr name="pagerTabIndicatorColor" format="reference" />
<attr name="isDark" format="integer" />
</resources>