<?xml version="1.0" encoding="utf-8"?>

<!--
  Quasseldroid - Quassel client for Android

  Copyright (c) 2020 Janne Mareike Koschinski
  Copyright (c) 2020 The Quassel Project

  This program is free software: you can redistribute it and/or modify it
  under the terms of the GNU General Public License version 3 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>
  <style name="Theme.ChatTheme.Dracula" parent="Theme.ChatTheme.Auto">
    <item name="colorPrimary">?attr/colorBackgroundCard</item>
    <item name="colorPrimaryDark">?attr/colorBackground</item>
    <item name="colorAccent">#ff79c6</item>

    <item name="senderColor0">#6272a4</item>
    <item name="senderColor1">#8be9fd</item>
    <item name="senderColor2">#50fa7b</item>
    <item name="senderColor3">#ffb86c</item>
    <item name="senderColor4">#ff79c6</item>
    <item name="senderColor5">#bd93f9</item>
    <item name="senderColor6">#ff5555</item>
    <item name="senderColor7">#f1fa8c</item>
    <item name="senderColor8">#6272a4</item>
    <item name="senderColor9">#8be9fd</item>
    <item name="senderColorA">#50fa7b</item>
    <item name="senderColorB">#ffb86c</item>
    <item name="senderColorC">#ff79c6</item>
    <item name="senderColorD">#bd93f9</item>
    <item name="senderColorE">#ff5555</item>
    <item name="senderColorF">#f1fa8c</item>

    <item name="colorForeground">#f8f8f2</item>
    <item name="colorForegroundHighlight">#f8f8f2</item>
    <item name="colorForegroundHighlightSecondary">#6272a4</item>
    <item name="colorForegroundSecondary">#6272a4</item>
    <item name="colorForegroundAction">#50fa7b</item>
    <item name="colorForegroundNotice">#44475a</item>
    <item name="colorForegroundError">#ff5555</item>

    <item name="colorTextPrimary">#f8f8f2</item>
    <item name="colorTextPrimaryInverse">#282a36</item>
    <item name="colorTextSecondary">#6272a4</item>
    <item name="colorTextSecondaryInverse">#586e75</item>
    <item name="colorTextSearch">#f8f8f2</item>
    <item name="colorTextSearchSecondary">#6272a4</item>
    <item name="colorDivider">#19f8f8f2</item>

    <item name="colorForegroundMirc">0x0</item>

    <item name="android:windowBackground">@color/dracula_dark_background</item>
    <item name="colorBackground">#282a36</item>
    <item name="colorBackgroundAlpha">#aa282a36</item>
    <item name="colorBackgroundHighlight">#20ff79c6</item>
    <item name="colorBackgroundSecondary">#44475a</item>
    <item name="colorBackgroundCard">#44475a</item>
    <item name="colorBackgroundDialog">#282a36</item>
    <item name="colorBackgroundSnackbar">#373949</item>

    <item name="colorOffline">#586e75</item>
    <item name="colorAway">#586e75</item>

    <item name="colorMarkerLine">#586e75</item>

    <item name="colorTintActivity">#6272a4</item>
    <item name="colorTintMessage">#acb2b7</item>
    <item name="colorTintHighlight">#f8f8f2</item>
    <item name="colorTintNotification">#ff5555</item>

    <item name="colorTintSecure">#50fa7b</item>
    <item name="colorTintPartiallySecure">#ffb86c</item>
    <item name="colorTintInsecure">#ff5555</item>
  </style>

  <color name="dracula_dark_background">#282a36</color>
</resources>