File: my_theme.xml

package info (click to toggle)
qt-material 2.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,000 kB
  • sloc: python: 1,153; xml: 261; makefile: 22; sh: 8
file content (9 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<resources>
    <color name="primaryColor">#00bcd4</color>
    <color name="primaryLightColor">#62efff</color>
    <color name="secondaryColor">#f5f5f5</color>
    <color name="secondaryLightColor">#e6e6e6</color>
    <color name="secondaryDarkColor">#ffffff</color>
    <color name="primaryTextColor">#3c3c3c</color>
    <color name="secondaryTextColor">#555555</color>
  </resources>