mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2020 Anjani Kumar <anjanik012@gmail.com>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
-->
|
|
|
|
<resources>
|
|
<color name="primaryDark">@android:color/black</color>
|
|
<color name="darkGrey">#555555</color>
|
|
<color name="darkToolbarBackground">#222222</color>
|
|
<color name="darkStatusBarBackground">#333333</color>
|
|
<color name="on_secondary">@android:color/black</color>
|
|
<color name="on_high_contrast">@android:color/white</color>
|
|
<color name="text_color_primary">@android:color/white</color>
|
|
<color name="text_color">@android:color/white</color>
|
|
<color name="toolbar_color">@android:color/black</color>
|
|
<color name="card_stroke_color">#8C8C8C</color>
|
|
<color name="activity_background">@android:color/black</color>
|
|
|
|
<!-- This is for dark theme. In dark theme both selected and unselected text in the
|
|
navigation bar should be white. This is different from the light theme as both states have
|
|
different colors so light theme has a selector for this value-->
|
|
<color name="state_list_drawer_text">@android:color/white</color>
|
|
</resources>
|