35 static inline const QString panel = R
"(
37 background-color: #1A1A1A;
41 static inline const QString input_field = R
"(
43 background-color: #2d2d2d;
44 border: 1px solid #3d3d3d;
51 border-color: #5a5a5a;
52 background-color: #333333;
54 QLineEdit::placeholder {
59 static inline const QString input_field_match = R
"(
61 background-color: #2d2d2d;
62 border: 2px solid #4CAF50;
69 border-color: #4CAF50;
70 background-color: #333333;
74 static inline const QString input_field_mismatch = R
"(
76 background-color: #2d2d2d;
77 border: 2px solid #FF9800;
84 border-color: #FF9800;
85 background-color: #333333;
89 static inline const QString spin_box = R
"(
91 background-color: #2d2d2d;
92 border: 1px solid #3d3d3d;
99 border-color: #5a5a5a;
100 background-color: #333333;
104 static inline const QString primary_button = R
"(
106 background-color: #3d3d3d;
115 background-color: #4a4a4a;
117 QPushButton:pressed {
118 background-color: #333333;
120 QPushButton:disabled {
121 background-color: #2a2a2a;
126 static inline const QString checkbox = R
"(
128 background: transparent;
133 QCheckBox::indicator {
136 border: 1px solid #3d3d3d;
138 background-color: #2d2d2d;
140 QCheckBox::indicator:checked {
141 background-color: #4a4a4a;
142 border-color: #5a5a5a;
146 static inline const QString link_button = R
"(
148 background: transparent;
156 text-decoration: underline;
160 static inline const QString field_label = R
"(
162 background: transparent;
170 static inline const QString version = R
"(
172 background: transparent;
178 static inline const QString status = R
"(
180 background: transparent;
187 static inline const QString subtitle = R
"(
189 background: transparent;
195 static inline const QString input_field_locked = R
"(
197 background-color: #222222;
198 border: 1px solid #333333;
206 static inline const QString spin_box_locked = R
"(
208 background-color: #222222;
209 border: 1px solid #333333;
215 QSpinBox::up-button, QSpinBox::down-button {
220 static inline const QString combo_box = R
"(
222 background-color: #2d2d2d;
223 border: 1px solid #3d3d3d;
230 border-color: #5a5a5a;
231 background-color: #333333;
233 QComboBox::drop-down {
237 QComboBox QAbstractItemView {
238 background-color: #252525;
239 border: 1px solid #3d3d3d;
240 selection-background-color: #3a3a3a;
246 static inline const QString saved_connections_button = R
"(
248 background: transparent;
253 background-color: #2d2d2d;
256 QToolButton::menu-indicator {