Warning, /network/kdeconnect-android/res/values-night-v31/colors.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2022 Arun Parolikkal <actuday6418@gmail.com>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <resources>
0010     <color name="primary">@android:color/system_accent2_300</color>
0011     <color name="primaryDark">@android:color/system_neutral1_900</color>
0012     <color name="accent">@android:color/system_accent2_300</color>
0013     <color name="disabled_grey">#EEEEEE</color>
0014     <color name="on_secondary">@android:color/system_accent1_700</color>
0015     <color name="on_high_contrast">@android:color/system_neutral1_50</color>
0016     <color name="text_color_primary">@android:color/system_neutral2_0</color>
0017     <color name="text_color">@android:color/system_neutral2_50</color>
0018     <color name="toolbar_color">@android:color/system_neutral1_900</color>
0019     <color name="card_stroke_color">@android:color/system_neutral2_800</color>
0020     <color name="activity_background">@android:color/system_neutral1_900</color>
0021 
0022 <!--    This is for dark theme. In dark theme both selected and unselected text in the
0023         navigation bar should be white. This is different from the light theme as both states have
0024         different colors so light theme has a selector for this value-->
0025     <color name="state_list_drawer_text">@android:color/white</color>
0026 </resources>
0027