]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
put default colour in the base theme
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 17 Aug 2020 16:39:37 +0000 (19:39 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 17 Aug 2020 16:39:37 +0000 (19:39 +0300)
this duplicates the .default theme, but is useful in the graphical editors

perhaps can me useful to spot unexpected changed in the default theme too

app/src/main/res/values/styles.xml

index 5778f7a5d55dc18632b1a33a00cbc8b36e472a7e..8559188cacc61de6216dd6ada8ee840b1db3d89d 100644 (file)
         </item>
         <item name="colorError">#FFE1E2</item>
         <item name="colorOnError">#CD1609</item>
+        <item name="colorPrimary">#935ff2</item>
+        <item name="colorPrimaryTransparent">#00935ff2</item>
+        <item name="colorSecondary">#6920ed</item>
+        <item name="colorPrimaryDark">#6920ed</item>
+        <item name="table_row_dark_bg">#efe7fd</item>
+        <item name="table_row_light_bg">#f9f6fe</item>
     </style>
 
     <!-- theme list start -->