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 (10 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10

<resources>
    <color name="primaryColor">#ff5500</color>
    <color name="primaryLightColor">#ff616f</color>
    <color name="secondaryColor">#232629</color>
    <color name="secondaryLightColor">#4f5b62</color>
    <color name="secondaryDarkColor">#31363b</color>
    <color name="primaryTextColor">#000000</color>
    <color name="secondaryTextColor">#ffffff</color>
  </resources>