nextcloud-android/src/main/res/values/colors.xml

50 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
Copyright (C) 2015 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<color name="owncloud_blue_bright">#00ddff</color>
<color name="list_item_lastmod_and_filesize_text">@color/secondaryTextColor</color>
<color name="black">#000000</color>
<color name="white">#FFFFFF</color>
<color name="fab_white">#fafafa</color>
<color name="black_semi_transparent">#B2000000</color>
<color name="textColor">@color/black</color>
<color name="disabled_text">#ff888888</color>
<color name="list_divider_background">#eee</color>
<color name="filelist_icon_backgorund">#DDDDDD</color>
<color name="dark_background_text_color">#EEEEEE</color>
<color name="transparent">#00000000</color>
<color name="secondaryTextColor">#a0a0a0</color>
<color name="highlight_textColor_Warning">#e53935</color>
<!-- Colors -->
<color name="standard_grey">#757575</color>
<color name="elementFallbackColor">#555555</color>
<color name="grey_200">#EEEEEE</color>
<!-- standard material color definitions -->
<!-- level colors for info notifications/visualisations -->
<color name="infolevel_info">@color/color_accent</color>
<color name="infolevel_warning">#fdd835</color>
<color name="infolevel_critical">#e57373</color>
</resources>