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

Commit df605099 authored by narinder Rana's avatar narinder Rana Committed by Romain Hunault
Browse files

Setup /e/ colors

parent 237e1a2f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
android_app {
    name: "DeskClock",
    resource_dirs: ["res"],
    sdk_version: "current",

    overrides: ["AlarmClock"],
    srcs: [
        "src/**/*.java",
        "gen/**/*.java",
    ],
    platform_apis: true,
    product_specific: true,
    static_libs: [
        "androidx.annotation_annotation",
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@
    <!-- shadowColor for widget text -->
    <color name="widget_shadow_color">#000000</color>

    <color name="accent_color">#FFEB40</color>
    <color name="accent_color">@lineageos.platform:color/color_default_blue1</color>
    <color name="secondary_color">#2F378A</color>
</resources>