File indexing completed on 2025-02-02 04:17:29
0001 /* This file is part of the KDE project 0002 * SPDX-FileCopyrightText: 2014 Arjen Hiemstra <ahiemstra@heimr.nl> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 var values = { 0008 base: { 0009 base: "#a0a0a0", 0010 text: "#ffffff", 0011 header: "#000000", 0012 headerText: "#ffffff", 0013 }, 0014 0015 components: { 0016 button: { 0017 base: "gray", 0018 text: "#ffffff", 0019 highlight: "lightgray", 0020 checked: Qt.rgba(1.0, 1.0, 1.0, 0.7), 0021 }, 0022 colorSwatch: { 0023 border: "silver", 0024 }, 0025 dialog: { 0026 modalOverlay: Qt.rgba(0.0, 0.0, 0.0, 0.5), 0027 background: { 0028 start: "#F7F8FC", 0029 stop: "#F0F0FA", 0030 }, 0031 header: "#9AA1B2", 0032 headerText: "#ffffff", 0033 progress: { 0034 background: "#ffffff", 0035 border: "silver", 0036 bar: "gray", 0037 }, 0038 button: "#9AA1B2", 0039 buttonText: "#ffffff", 0040 }, 0041 expandingListView: { 0042 selection: { 0043 border: "#d2d2d2", 0044 fill: Qt.rgba(1.0, 1.0, 1.0, 0.4), 0045 text: Qt.rgba(0.0, 0.0, 0.0, 0.65), 0046 }, 0047 list: { 0048 background: Qt.rgba(1.0, 1.0, 1.0, 0.4), 0049 item: "#ffffff", 0050 itemBorder: "#d2d2d2", 0051 itemText: Qt.rgba(0.0, 0.0, 0.0, 0.65), 0052 }, 0053 }, 0054 header: "#ffffff", 0055 label: "#323232", 0056 listItem: { 0057 background: { 0058 start: "#FBFBFB", 0059 stop: "#F0F0F0", 0060 }, 0061 title: "#000000", 0062 description: "#333333", 0063 }, 0064 messageStack: { 0065 background: "gray", 0066 border: "silver", 0067 text: "white", 0068 button: { 0069 fill: "gray", 0070 border: "silver", 0071 }, 0072 }, 0073 newImageList: { 0074 start: "#FBFBFB", 0075 stop: "#F0F0F0", 0076 }, 0077 newsList: { 0078 listItem: { 0079 start: "#FBFBFB", 0080 stop: "#F0F0F0", 0081 moreLink: "#999999", 0082 }, 0083 title: "#000000", 0084 date: "#666666", 0085 description: "#000000", 0086 backLink: "#999999", 0087 }, 0088 panelTextField: { 0089 border: "#d2d2d2", 0090 background: Qt.rgba(1.0, 1.0, 1.0, 0.4), 0091 enabled: Qt.rgba(0.0, 0.0, 0.0, 0.0), 0092 disabled: Qt.rgba(0.0, 0.0, 0.0, 0.7), 0093 }, 0094 rangeInput: { 0095 0096 }, 0097 recentFilesList: { 0098 start: "#FBFBFB", 0099 stop: "#F0F0F0", 0100 }, 0101 scrollDecorator: { 0102 base: "silver", 0103 border: "transparent" 0104 }, 0105 slider: { 0106 background: { 0107 fill: Qt.rgba(1.0, 1.0, 1.0, 0.75), 0108 border: "silver", 0109 }, 0110 handle: { 0111 fill: "silver", 0112 border: "transparent", 0113 }, 0114 }, 0115 textField: { 0116 background: Qt.rgba(1.0, 1.0, 1.0, 0.75), 0117 border: { 0118 normal: "silver", 0119 error: "red", 0120 focus: "gray", 0121 }, 0122 placeholder: Qt.rgba(0.0, 0.0, 0.0, 0.5), 0123 }, 0124 textFieldMultiline: { 0125 background: Qt.rgba(1.0, 1.0, 1.0, 0.75), 0126 border: "silver", 0127 }, 0128 }, 0129 0130 panels: { 0131 dropArea: { 0132 fill: Qt.rgba(1.0, 1.0, 1.0, 0.25), 0133 border: "#ffffff", 0134 }, 0135 0136 base: { 0137 base: "#a0a0a0", 0138 text: "#ffffff", 0139 header: "#000000", 0140 headerText: "#ffffff", 0141 }, 0142 0143 presets: { 0144 base: "#a0a0a0", 0145 text: "#ffffff", 0146 header: "#000000", 0147 headerText: "#ffffff", 0148 0149 preset: { 0150 active: "#D7D7D7", 0151 inactive: "transparent", 0152 } 0153 }, 0154 0155 layers: { 0156 base: "#a0a0a0", 0157 text: "#ffffff", 0158 header: "#000000", 0159 headerText: "#ffffff", 0160 subheader: "#cfcfcf", 0161 editorButtons: { 0162 active: "#EAEAEA", 0163 inactive: "transparent", 0164 text: "gray", 0165 border: "silver", 0166 }, 0167 layer: { 0168 active: Qt.rgba(1.0, 1.0, 1.0, 0.5), 0169 inactive: Qt.rgba(1.0, 1.0, 1.0, 0.2), 0170 background: "#d7d7d7", 0171 text: "#000000", 0172 visible: "#ffffff", 0173 locked: "#ffffff", 0174 }, 0175 }, 0176 0177 selection: { 0178 base: "#a0a0a0", 0179 text: "#ffffff", 0180 header: "#000000", 0181 headerText: "#ffffff", 0182 0183 buttons: { 0184 color: Qt.rgba(1.0, 1.0, 1.0, 0.4), 0185 text: "black", 0186 border: "silver" 0187 } 0188 }, 0189 0190 filter: { 0191 base: "#a0a0a0", 0192 text: "#ffffff", 0193 header: "#000000", 0194 headerText: "#ffffff", 0195 }, 0196 0197 color: { 0198 base: "#a0a0a0", 0199 text: "#ffffff", 0200 header: "#000000", 0201 headerText: "#ffffff", 0202 }, 0203 0204 tool: { 0205 base: "#a0a0a0", 0206 text: "#ffffff", 0207 header: "#000000", 0208 headerText: "#ffffff", 0209 subheader: "#cfcfcf", 0210 }, 0211 0212 menu: { 0213 base: "#000000", 0214 text: "#ffffff", 0215 buttonHighlight: "#dcdcdc", 0216 }, 0217 0218 newImage: { 0219 background: "#ffffff", 0220 header: { 0221 start: "#707070", 0222 stop: "#565656", 0223 text: "#ffffff", 0224 } 0225 }, 0226 0227 openImage: { 0228 background: "#ffffff", 0229 header: { 0230 start: "#707070", 0231 stop: "#565656", 0232 text: "#ffffff", 0233 } 0234 }, 0235 }, 0236 0237 pages: { 0238 welcome: { 0239 background: "#ffffff", 0240 open:{ 0241 header: { 0242 start: "#707070", 0243 stop: "#565656", 0244 text: "#ffffff", 0245 }, 0246 }, 0247 create: { 0248 header: { 0249 start: "#565656", 0250 stop: "#707070", 0251 text: "#ffffff", 0252 }, 0253 }, 0254 news: { 0255 header: { 0256 start: "#707070", 0257 stop: "#565656", 0258 text: "#ffffff", 0259 }, 0260 }, 0261 }, 0262 open: { 0263 background: "#ffffff", 0264 location: "#ffffff", 0265 }, 0266 save: { 0267 background: "#ffffff", 0268 location: "#ffffff", 0269 footer: "#000000", 0270 }, 0271 customImagePage: { 0272 background: "#ffffff", 0273 groupBox: "lightGray", 0274 controls: { 0275 background: Qt.rgba(1.0, 1.0, 1.0, 0.4), 0276 border: "white", 0277 }, 0278 } 0279 }, 0280 }