8 import org.kde.kirigami 2.16 as Kirigami
12 Kirigami.BasicThemeDefinition {
15 textColor: palette.windowText
16 disabledTextColor: disabledPalette.windowText
18 highlightColor: palette.highlight
19 highlightedTextColor: palette.highlightedText
20 backgroundColor: palette.window
21 alternateBackgroundColor:
Qt.darker(palette.window, 1.05)
22 activeTextColor: palette.highlight
23 activeBackgroundColor: palette.highlight
25 linkBackgroundColor:
"#2980B9"
26 visitedLinkColor:
"#7F8C8D"
27 visitedLinkBackgroundColor:
"#7F8C8D"
28 hoverColor: palette.highlight
29 focusColor: palette.highlight
30 negativeTextColor:
"#DA4453"
31 negativeBackgroundColor:
"#DA4453"
32 neutralTextColor:
"#F67400"
33 neutralBackgroundColor:
"#F67400"
34 positiveTextColor:
"#27AE60"
35 positiveBackgroundColor:
"#27AE60"
37 buttonTextColor: palette.buttonText
38 buttonBackgroundColor: palette.button
39 buttonAlternateBackgroundColor:
Qt.darker(palette.button, 1.05)
40 buttonHoverColor: palette.highlight
41 buttonFocusColor: palette.highlight
43 viewTextColor: palette.text
44 viewBackgroundColor: palette.base
45 viewAlternateBackgroundColor: palette.alternateBase
46 viewHoverColor: palette.highlight
47 viewFocusColor: palette.highlight
49 selectionTextColor: palette.highlightedText
50 selectionBackgroundColor: palette.highlight
51 selectionAlternateBackgroundColor:
Qt.darker(palette.highlight, 1.05)
52 selectionHoverColor: palette.highlight
53 selectionFocusColor: palette.highlight
55 tooltipTextColor: palette.base
56 tooltipBackgroundColor: palette.text
57 tooltipAlternateBackgroundColor:
Qt.darker(palette.text, 1.05)
58 tooltipHoverColor: palette.highlight
59 tooltipFocusColor: palette.highlight
61 complementaryTextColor: palette.base
62 complementaryBackgroundColor: palette.text
63 complementaryAlternateBackgroundColor:
Qt.darker(palette.text, 1.05)
64 complementaryHoverColor: palette.highlight
65 complementaryFocusColor: palette.highlight
67 headerTextColor: palette.text
68 headerBackgroundColor: palette.base
69 headerAlternateBackgroundColor: palette.alternateBase
70 headerHoverColor: palette.highlight
71 headerFocusColor: palette.highlight
73 property font defaultFont: fontMetrics.font
75 property list<QtObject> children: [
81 colorGroup: SystemPalette.Active
85 colorGroup: SystemPalette.Disabled
89 function __propagateColorSet(
object, context) {}
91 function __propagateTextColor(
object, color) {}
92 function __propagateBackgroundColor(
object, color) {}
93 function __propagatePrimaryColor(
object, color) {}
94 function __propagateAccentColor(
object, color) {}