Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58e663b3 authored by stefan-niedermann's avatar stefan-niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

#498 Remove borders between notes in list

- Adjust separator to `#fbfbfb` in light theme and `#262626` in dark theme
parent b1b2d64c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

    <color name="primary_dark">#286090</color>

    <color name="separator">#444</color>
    <color name="separator">#262626</color>

    <color name="bg_highlighted">#111</color>
    <color name="bg_normal">#222222</color>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <color name="primary">#0082C9</color>
    <color name="primary_dark">#286090</color>

    <color name="separator">#d2d2d2</color>
    <color name="separator">#fbfbfb</color>

    <color name="bg_transparent">#aa000000</color>
    <color name="bg_highlighted">#f3f3f3</color>