|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- |
| 3 | + ~ WiFiAnalyzer |
| 4 | + ~ Copyright (C) 2015 - 2026 VREM Software Development <VREMSoftwareDevelopment@gmail.com> |
| 5 | + ~ |
| 6 | + ~ This program is free software: you can redistribute it and/or modify |
| 7 | + ~ it under the terms of the GNU General Public License as published by |
| 8 | + ~ the Free Software Foundation, either version 3 of the License, or |
| 9 | + ~ (at your option) any later version. |
| 10 | + ~ |
| 11 | + ~ This program is distributed in the hope that it will be useful, |
| 12 | + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + ~ GNU General Public License for more details. |
| 15 | + ~ |
| 16 | + ~ You should have received a copy of the GNU General Public License |
| 17 | + ~ along with this program. If not, see <http://www.gnu.org/licenses/> |
| 18 | + --> |
| 19 | +<resources> |
| 20 | + <color name="brand_primary">#A8C7FA</color> |
| 21 | + <color name="brand_on_primary">#0A1B33</color> |
| 22 | + <color name="brand_primary_container">#20406C</color> |
| 23 | + <color name="brand_on_primary_container">#D7E3FF</color> |
| 24 | + |
| 25 | + <color name="surface">#101418</color> |
| 26 | + <color name="surface_variant">#1F2630</color> |
| 27 | + <color name="surface_container">#171C22</color> |
| 28 | + <color name="surface_container_high">#20262E</color> |
| 29 | + <color name="on_surface">#E3E9F1</color> |
| 30 | + <color name="on_surface_variant">#AAB5C3</color> |
| 31 | + <color name="outline">#3C4654</color> |
| 32 | + <color name="drawer_header_background">#16202B</color> |
| 33 | + |
| 34 | + <color name="regular">@color/on_surface_variant</color> |
| 35 | + <color name="selected">@color/brand_primary</color> |
| 36 | + <color name="channel">@color/on_surface_variant</color> |
| 37 | + <color name="channel_number">#5ED3CD</color> |
| 38 | + <color name="frequency">#83B8FF</color> |
| 39 | + <color name="security">#D7CCC8</color> |
| 40 | + <color name="distance">#86D993</color> |
| 41 | + <color name="error">#FFB4AB</color> |
| 42 | + <color name="warning">#F3C969</color> |
| 43 | + <color name="success">#86D993</color> |
| 44 | + <color name="background">@color/surface</color> |
| 45 | + <color name="black">#000000</color> |
| 46 | +</resources> |
0 commit comments