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

Commit f685ed20 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '3952-q-dark-mode-green' into 'v1-q'

Add first dark mode colors

See merge request !75
parents 9e43ca0e 035d92c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@
    <!-- Default /e/ themes color for dark theme
         These colors are the ones which will be overridden by RRO packages to change the theme across the device.
     -->

   <color name="color_default_blue1">#5DB2FF</color>
   <color name="color_default_green1">#34A853</color>

  <color name="color_default_primary">#272727</color>
  <color name="color_default_primary_dark">#272727</color>
  <color name="color_default_accent">#5DB2FF</color>