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

Commit e7de0613 authored by Amit Kumar's avatar Amit Kumar
Browse files

add eelo colors

Change-Id: Ief99ff6693230dda5a3cb8abcc78d4d6053d039a
parent ce5de8e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
    android:viewportHeight="24">

    <path
        android:fillColor="?android:attr/colorAccent"
        android:fillColor="@color/gray_2"
        android:pathData="M19,3H5C3.895,3,3,3.895,3,5v14c0,1.105,0.895,2,2,2h14c1.105,0,2-0.895,2-2V5C21,3.895,20.105,3,19,3Z M11.678,9.989H8.45v1.958h2.729v1.099H8.45V16H7.024V8.891h4.653V9.989z M17.059,16h-1.431v-3.232c0-0.377-0.065-0.646-0.198-0.803 c-0.131-0.158-0.329-0.237-0.593-0.237c-0.212,0-0.397,0.04-0.56,0.12c-0.16,0.079-0.293,0.189-0.397,0.329V16h-1.426v-5.283h1.328 l0.063,0.757c0.176-0.271,0.393-0.479,0.649-0.63s0.545-0.225,0.864-0.225c0.534,0,0.95,0.172,1.25,0.516 c0.3,0.343,0.449,0.886,0.449,1.628V16z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    android:viewportHeight="24">

    <path
        android:fillColor="?android:attr/colorAccent"
        android:fillColor="#FB3846"
        android:pathData="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53
4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
        android:viewportHeight="24">

    <path
            android:fillColor="?android:attr/colorAccent"
            android:fillColor="@color/gray_1"
            android:pathData="M19,5v14H5V5H19
M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3L19,3z
M17,8 c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1s0.4,1,1,1C16.6,9,17,8.6,17,8z
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:viewportHeight="24">

    <path
        android:fillColor="?android:attr/colorAccent"
        android:fillColor="@color/gray_2"
        android:pathData="M18,20H6V8h12V20Z
M18,2H6C4.9,2,4,2.9,4,4v16c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2L18,2z" />
</vector>
+9 −0
Original line number Diff line number Diff line
@@ -38,4 +38,13 @@
    <color name="perf_hot">#ffd10015</color>
    <color name="perf_cold">#ff005994</color>

    <!-- Eelo colors -->
    <color name="red_1">#FB3846</color>
    <color name="blue_1">#1789E9</color>
    <color name="orange_1">#FC7222</color>
    <color name="blue_2">#24527E</color>
    <color name="gray_1">#C8CED0</color>
    <color name="gray_2">#848484</color>
    <color name="green_1">#1DBD54</color>

</resources>