summaryrefslogtreecommitdiff
path: root/home/qt/kvconfig.nix
blob: 83b189cce3b330bf77430bbb2d7c77c3e6795044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
{config}: let
  theme = config.theme;
  inherit
    (theme.colors)
    base
    surface
    text
    subtext
    primary
    ;
  link = theme.colors.normal.blue;
  visited = theme.colors.normal.magenta;
  innerGap = toString theme.innerGap;
  outerGap = toString theme.outerGap;
in ''
  [%General]
  author=Keystistic
  comment=Breeze for Kvantum, based on Breeze Plasma theme and color scheme & Monochrome KDE Kvantum theme
  x11drag=menubar_and_primary_toolbar
  alt_mnemonic=true
  left_tabs=true
  attach_active_tab=true
  mirror_doc_tabs=true
  group_toolbar_buttons=false
  toolbar_item_spacing=1
  toolbar_interior_spacing=3
  spread_progressbar=true
  composite=true
  menu_shadow_depth=5
  menu_separator_height=6
  tooltip_shadow_depth=6
  splitter_width=4
  scroll_width=6
  scroll_arrows=false
  scroll_min_extent=60
  slider_width=5
  slider_handle_width=18
  slider_handle_length=18
  center_toolbar_handle=true
  check_size=16
  textless_progressbar=false
  progressbar_thickness=6
  menubar_mouse_tracking=true
  toolbutton_style=1
  double_click=false
  translucent_windows=false
  blurring=true
  popup_blurring=true
  vertical_spin_indicators=true
  spin_button_width=32
  fill_rubberband=false
  merge_menubar_with_toolbar=true
  small_icon_size=16
  large_icon_size=32
  button_icon_size=22
  toolbar_icon_size=22
  combo_as_lineedit=true
  animate_states=false
  button_contents_shift=true
  combo_menu=true
  hide_combo_checkboxes=true
  combo_focus_rect=true
  groupbox_top_label=true
  inline_spin_indicators=false
  joined_inactive_tabs=false
  layout_spacing=${innerGap}
  layout_margin=${innerGap}
  scrollbar_in_view=true
  transient_scrollbar=true
  transient_groove=false
  submenu_overlap=0
  tooltip_delay=-1
  tree_branch_line=true
  dark_titlebar=true
  opaque=QMPlay2,kaffeine,kmplayer,subtitlecomposer,vlc,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam
  reduce_window_opacity=0
  scrollable_menu=false
  submenu_delay=250
  no_inactiveness=false
  no_window_pattern=false
  reduce_menu_opacity=0
  respect_DE=true
  click_behavior=0
  contrast=1.30
  dialog_button_layout=0
  drag_from_buttons=false
  intensity=1.10
  saturation=1.20
  shadowless_popup=false

  [GeneralColors]
  window.color=#${base}
  base.color=#${surface}
  alt.base.color=#${surface}
  button.color=#${surface}
  light.color=#${surface}
  mid.light.color=#${base}
  dark.color=#1e1e1e
  mid.color=#${base}
  highlight.color=#${primary}
  inactive.highlight.color=#${primary}
  text.color=#${text}
  window.text.color=#${text}
  button.text.color=#${text}
  disabled.text.color=#${subtext}70
  tooltip.text.color=#${text}
  highlight.text.color=#${base}
  link.color=#${link}
  link.visited.color=#${visited}
  progress.indicator.text.color=#${text}

  [Hacks]
  transparent_ktitle_label=false
  transparent_dolphin_view=false
  transparent_pcmanfm_sidepane=false
  blur_translucent=true
  transparent_menutitle=false
  transparent_arrow_button=false
  respect_darkness=true
  kcapacitybar_as_progressbar=true
  force_size_grip=true
  iconless_pushbutton=false
  iconless_menu=false
  disabled_icon_opacity=100
  lxqtmainmenu_iconsize=22
  normal_default_pushbutton=true
  single_top_toolbar=true
  tint_on_mouseover=0
  transparent_pcmanfm_view=false
  middle_click_scroll=false
  no_selection_tint=false
  opaque_colors=false
  centered_forms=false
  kinetic_scrolling=false
  noninteger_translucency=false

  [PanelButtonCommand]
  frame=true
  frame.element=button
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}
  interior=true
  interior.element=button
  indicator.size=8
  text.normal.color=#${text}
  text.focus.color=white
  text.press.color=#${base}
  text.toggle.color=white
  text.shadow=0
  text.margin=1
  text.iconspacing=4
  indicator.element=arrow
  text.margin.top=${innerGap}
  text.margin.bottom=${innerGap}
  text.margin.left=${innerGap}
  text.margin.right=${innerGap}
  min_width=+0.3font
  min_height=+0.3font
  frame.expansion=8

  [PanelButtonTool]
  inherits=PanelButtonCommand

  [Dock]
  inherits=PanelButtonCommand
  interior.element=dock
  frame.element=dock
  frame.top=1
  frame.bottom=1
  frame.left=1
  frame.right=1
  text.normal.color=#${text}

  [DockTitle]
  inherits=PanelButtonCommand
  frame=false
  interior=false
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  text.bold=false

  [IndicatorSpinBox]
  inherits=PanelButtonCommand
  frame=true
  interior=true
  frame.left=1
  indicator.element=spin
  indicator.size=10
  text.normal.color=#${text}

  [RadioButton]
  inherits=PanelButtonCommand
  frame=false
  interior.element=radio
  text.normal.color=#${text}
  text.focus.color=#${subtext}

  [CheckBox]
  inherits=PanelButtonCommand
  frame=false
  interior.element=checkbox
  text.normal.color=#${text}
  text.focus.color=#${subtext}

  [Focus]
  inherits=PanelButtonCommand
  frame=true
  frame.element=focus
  frame.top=1
  frame.bottom=1
  frame.left=1
  frame.right=1
  frame.patternsize=${innerGap}0

  [GenericFrame]
  inherits=PanelButtonCommand
  frame=true
  interior=false
  frame.element=common
  interior.element=common
  frame.top=1
  frame.bottom=1
  frame.left=1
  frame.right=1

  [LineEdit]
  inherits=PanelButtonCommand
  frame.element=lineedit
  interior.element=lineedit
  text.margin.left=0
  text.margin.right=0

  [DropDownButton]
  inherits=PanelButtonCommand
  indicator.element=arrow-down

  [IndicatorArrow]
  indicator.element=arrow
  indicator.size=8

  [ToolboxTab]
  inherits=PanelButtonCommand
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  text.press.color=#${subtext}

  [Tab]
  inherits=PanelButtonCommand
  interior.element=tab
  text.margin.left=${outerGap}
  text.margin.right=${outerGap}
  text.margin.top=${innerGap}
  text.margin.bottom=${innerGap}
  frame.element=tab
  indicator.element=tab
  indicator.size=16
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}
  text.normal.color=#${text}
  text.focus.color=#${text}
  text.toggle.color=#${text}
  frame.expansion=0

  [TabFrame]
  inherits=PanelButtonCommand
  frame.element=tabframe
  interior.element=tabframe
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}

  [TreeExpander]
  inherits=PanelButtonCommand
  indicator.size=12
  indicator.element=tree

  [HeaderSection]
  inherits=PanelButtonCommand
  interior.element=header
  frame.element=header
  frame.top=1
  frame.bottom=1
  frame.left=1
  frame.right=1
  text.bold=false
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  text.press.color=#${base}
  text.toggle.color=#${text}
  frame.expansion=0

  [SizeGrip]
  indicator.element=resize-grip
  /
  [Toolbar]
  inherits=PanelButtonCommand
  indicator.element=toolbar
  indicator.size=5
  text.margin=0
  frame=true
  interior.element=menubar
  frame.element=menubar
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  frame.left=0
  frame.right=0
  frame.top=0
  frame.bottom=1
  frame.expansion=0

  [Slider]
  inherits=PanelButtonCommand
  frame.element=slider
  interior.element=slider
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}

  [SliderCursor]
  inherits=PanelButtonCommand
  frame=false
  interior.element=slidercursor

  [Progressbar]
  inherits=PanelButtonCommand
  frame.element=progress
  interior.element=progress
  text.margin=0
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  text.press.color=#${base}
  text.toggle.color=#${text}
  text.bold=false
  frame.expansion=${innerGap}

  [ProgressbarContents]
  inherits=PanelButtonCommand
  frame=true
  frame.element=progress-pattern
  interior.element=progress-pattern

  [ItemView]
  inherits=PanelButtonCommand
  text.margin=0
  frame.element=itemview
  interior.element=itemview
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}
  text.margin.top=${innerGap}
  text.margin.bottom=${innerGap}
  text.margin.left=${innerGap}
  text.margin.right=${innerGap}
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  text.press.color=#${base}
  text.toggle.color=#${text}
  min_width=+0.3font
  min_height=+0.3font
  frame.expansion=0

  [Splitter]
  indicator.size=48

  [Scrollbar]
  inherits=PanelButtonCommand
  indicator.element=arrow
  indicator.size=8

  [ScrollbarSlider]
  inherits=PanelButtonCommand
  interior.element=scrollbarslider
  interior=true
  frame=false
  frame.expansion=${innerGap}8

  [ScrollbarGroove]
  inherits=PanelButtonCommand
  interior.element=scrollbargroove
  interior=true
  frame=false
  frame.expansion=${innerGap}8

  [MenuItem]
  inherits=PanelButtonCommand
  frame=true
  frame.element=menuitem
  interior.element=menuitem
  indicator.element=menuitem
  text.normal.color=#${text}
  text.focus.color=#${base}
  text.margin.top=1
  text.margin.bottom=1
  text.margin.left=${innerGap}
  text.margin.right=${innerGap}
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}
  text.bold=false
  min_width=+0.3font
  min_height=+0.3font
  frame.expansion=0

  [MenuBar]
  inherits=PanelButtonCommand
  frame.element=menubar
  interior.element=menubar
  text.normal.color=#${text}
  frame.bottom=0
  frame.expansion=0

  [MenuBarItem]
  inherits=PanelButtonCommand
  interior=true
  interior.element=menubaritem
  frame.element=menubaritem
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}
  text.margin.left=${innerGap}
  text.margin.right=${innerGap}
  text.margin.top=0
  text.margin.bottom=0
  text.normal.color=#${text}
  text.focus.color=#${base}
  frame.expansion=0

  [TitleBar]
  inherits=PanelButtonCommand
  frame=false
  text.margin.top=${innerGap}
  text.margin.bottom=${innerGap}
  text.margin.left=${innerGap}
  text.margin.right=${innerGap}
  interior.element=titlebar
  indicator.size=16
  indicator.element=mdi
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  text.bold=true
  text.italic=false
  frame.expansion=0

  [ComboBox]
  inherits=PanelButtonCommand
  interior.element=combo
  frame.element=combo
  text.press.color=#${subtext}
  indicator.element=carrow

  [Menu]
  inherits=PanelButtonCommand
  frame.top=1
  frame.bottom=1
  frame.left=1
  frame.right=1
  frame.element=menu
  interior.element=menu
  text.normal.color=#${text}
  text.shadow=false
  frame.expansion=0

  [GroupBox]
  inherits=GenericFrame
  frame=false
  text.shadow=0
  text.margin=0
  text.normal.color=#${text}
  text.focus.color=#${subtext}
  text.bold=true
  frame.expansion=0

  [TabBarFrame]
  inherits=GenericFrame
  frame=true
  frame.element=tabBarFrame
  interior=false
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}

  [ToolTip]
  inherits=GenericFrame
  frame.top=${innerGap}
  frame.bottom=${innerGap}
  frame.left=${innerGap}
  frame.right=${innerGap}
  interior=true
  text.shadow=0
  text.margin=0
  interior.element=tooltip
  frame.element=tooltip
  frame.expansion=0

  [StatusBar]
  inherits=GenericFrame
  frame=false
  interior=false

  [Window]
  interior=true
  interior.element=window
''