File: syntax.qrc

package info (click to toggle)
chr 0.1.81-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,524 kB
  • sloc: cpp: 23,346; sh: 27; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="/org.kde.syntax-highlighting/themes-addons">
<file alias="chr-bluebg.theme">third-party/chr-bluebg.theme</file>
<file alias="chr-blackbg.theme">third-party/chr-blackbg.theme</file>
</qresource>
<!-- versions of KF5SyntaxHighlighting 5.86 don't support 'themes-addons'. For now just place
     it in the path used by older versions as well -->
<qresource prefix="/org.kde.syntax-highlighting/themes">
<file alias="chr-bluebg.theme">third-party/chr-bluebg.theme</file>
<file alias="chr-blackbg.theme">third-party/chr-blackbg.theme</file>
</qresource>
</RCC>