use verified/error text colors for diff

This commit is contained in:
sk
2023-11-12 23:01:46 +01:00
parent 8a5b36db96
commit aa42873274
6 changed files with 20 additions and 10 deletions

View File

@@ -37,6 +37,7 @@
<attr name="colorM3DarkOnSurface" format="color" />
<attr name="colorTabBarAlpha" format="color" />
<attr name="colorFilledCardAlpha" format="color" />
<attr name="colorM3Success" format="color" />
<attr name="toolbarActionButtonStyle" format="reference" />
<attr name="colorPrimary25" format="color" />

View File

@@ -59,6 +59,7 @@
<item name="colorPoll">@color/bookmark_selected</item>
<item name="colorTabBarAlpha">#14000000</item>
<item name="colorFilledCardAlpha">#22000000</item>
<item name="colorM3Success">#FF5b8e63</item>
<item name="colorM3DisabledBackground">#1F1F1F1F</item>
<item name="colorM3Error">#B3261E</item>
@@ -143,6 +144,7 @@
<item name="colorM3OnErrorContainer">#F9DEDC</item>
<item name="colorWhite">#000</item>
<item name="colorSensitiveOverlay">#80000000</item>
<item name="colorM3Success">#FF89bb9c</item>
</style>
<style name="ColorPalette.Dark.TrueBlack">