KvSimplicity.kvconfig 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. [%General]
  2. author=Tsu Jan
  3. comment=A light theme with an emphasis on elegant simplicity
  4. x11drag=true
  5. alt_mnemonic=true
  6. left_tabs=false
  7. attach_active_tab=false
  8. embedded_tabs=true
  9. mirror_doc_tabs=false
  10. group_toolbar_buttons=true
  11. spread_progressbar=true
  12. composite=true
  13. menu_shadow_depth=7
  14. spread_menuitems=true
  15. tooltip_shadow_depth=6
  16. scroll_width=12
  17. scroll_arrows=false
  18. scroll_min_extent=50
  19. transient_scrollbar=true
  20. transient_groove=true
  21. slider_width=6
  22. slider_handle_width=18
  23. slider_handle_length=18
  24. center_toolbar_handle=true
  25. check_size=16
  26. textless_progressbar=false
  27. progressbar_thickness=8
  28. menubar_mouse_tracking=true
  29. toolbutton_style=0
  30. click_behavior=0
  31. translucent_windows=false
  32. blurring=false
  33. popup_blurring=true
  34. opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
  35. vertical_spin_indicators=false
  36. fill_rubberband=false
  37. merge_menubar_with_toolbar=true
  38. small_icon_size=16
  39. large_icon_size=32
  40. button_icon_size=16
  41. toolbar_icon_size=16
  42. combo_as_lineedit=true
  43. combo_menu=true
  44. combo_focus_rect=true
  45. inline_spin_indicators=true
  46. remove_extra_frames=true
  47. animate_states=true
  48. [GeneralColors]
  49. window.color=#F0F0F0
  50. base.color=#FAFAFA
  51. alt.base.color=#F0F0F0
  52. button.color=#F0F0F0
  53. light.color=white
  54. mid.light.color=#ECECEC
  55. dark.color=#B4B4B4
  56. mid.color=#D9D9D9
  57. highlight.color=#3176bf
  58. inactive.highlight.color=#828282
  59. text.color=black
  60. window.text.color=black
  61. button.text.color=black
  62. disabled.text.color=#00000073
  63. tooltip.text.color=white
  64. highlight.text.color=white
  65. link.color=#0057AE
  66. link.visited.color=#452886
  67. progress.indicator.text.color=white
  68. [Hacks]
  69. transparent_ktitle_label=true
  70. transparent_dolphin_view=false
  71. transparent_pcmanfm_sidepane=true
  72. blur_translucent=true
  73. transparent_menutitle=true
  74. respect_darkness=false
  75. kcapacitybar_as_progressbar=true
  76. force_size_grip=true
  77. iconless_pushbutton=false
  78. iconless_menu=false
  79. transparent_arrow_button=true
  80. lxqtmainmenu_iconsize=22
  81. single_top_toolbar=true
  82. [PanelButtonCommand]
  83. frame=true
  84. frame.element=button
  85. frame.top=3
  86. frame.bottom=3
  87. frame.left=3
  88. frame.right=3
  89. interior=true
  90. interior.element=button
  91. indicator.size=10
  92. text.normal.color=black
  93. text.focus.color=#0052aa
  94. text.press.color=black
  95. text.toggle.color=white
  96. text.shadow=0
  97. text.margin=1
  98. text.iconspacing=3
  99. indicator.element=arrow
  100. text.margin.top=3
  101. text.margin.bottom=3
  102. text.margin.left=3
  103. text.margin.right=3
  104. frame.expansion=10
  105. [PanelButtonTool]
  106. inherits=PanelButtonCommand
  107. [Dock]
  108. inherits=PanelButtonCommand
  109. interior.element=dock
  110. frame.element=dock
  111. frame.top=1
  112. frame.bottom=1
  113. frame.left=1
  114. frame.right=1
  115. text.normal.color=black
  116. [DockTitle]
  117. inherits=PanelButtonCommand
  118. frame=false
  119. interior=false
  120. text.normal.color=black
  121. text.focus.color=#0052aa
  122. text.bold=true
  123. [IndicatorSpinBox]
  124. inherits=PanelButtonCommand
  125. indicator.element=arrow
  126. frame.top=3
  127. frame.bottom=3
  128. frame.left=3
  129. frame.right=3
  130. indicator.size=9
  131. text.normal.color=black
  132. [RadioButton]
  133. inherits=PanelButtonCommand
  134. frame=false
  135. interior.element=radio
  136. text.normal.color=black
  137. text.focus.color=#0052aa
  138. [CheckBox]
  139. inherits=PanelButtonCommand
  140. frame=false
  141. interior.element=checkbox
  142. text.normal.color=black
  143. text.focus.color=#0052aa
  144. [GenericFrame]
  145. inherits=PanelButtonCommand
  146. frame=true
  147. interior=false
  148. frame.element=common
  149. interior.element=common
  150. frame.top=4
  151. frame.bottom=4
  152. frame.left=4
  153. frame.right=4
  154. [LineEdit]
  155. inherits=PanelButtonCommand
  156. frame.element=lineedit
  157. interior.element=lineedit
  158. text.margin.left=1
  159. text.margin.right=1
  160. [DropDownButton]
  161. inherits=PanelButtonCommand
  162. indicator.element=arrow-down
  163. [IndicatorArrow]
  164. indicator.element=arrow
  165. indicator.size=10
  166. [ToolboxTab]
  167. inherits=PanelButtonCommand
  168. text.normal.color=black
  169. text.press.color=black
  170. text.focus.color=#0052aa
  171. [Tab]
  172. inherits=PanelButtonCommand
  173. interior.element=button
  174. text.margin.left=6
  175. text.margin.right=6
  176. text.margin.top=3
  177. text.margin.bottom=3
  178. frame.element=button
  179. focusFrame=true
  180. indicator.element=tab
  181. indicator.size=12
  182. text.normal.color=black
  183. text.focus.color=#0052aa
  184. min_width=4font
  185. min_height=1.87font
  186. [TabFrame]
  187. inherits=PanelButtonCommand
  188. frame.element=tabframe
  189. interior=false
  190. frame.top=4
  191. frame.bottom=4
  192. frame.left=4
  193. frame.right=4
  194. [TreeExpander]
  195. inherits=PanelButtonCommand
  196. frame=false
  197. interior=false
  198. indicator.size=10
  199. indicator.element=arrow
  200. [HeaderSection]
  201. inherits=PanelButtonCommand
  202. [SizeGrip]
  203. indicator.element=resize-grip
  204. [Toolbar]
  205. inherits=PanelButtonCommand
  206. indicator.element=toolbar
  207. indicator.size=5
  208. text.margin=0
  209. interior.element=menubar
  210. frame.element=menubar
  211. text.normal.color=black
  212. text.focus.color=#0052aa
  213. frame.top=0
  214. frame.bottom=5
  215. frame.expansion=0
  216. [Slider]
  217. inherits=PanelButtonCommand
  218. frame.element=slider
  219. interior.element=slider
  220. frame.top=3
  221. frame.bottom=3
  222. frame.left=3
  223. frame.right=3
  224. [SliderCursor]
  225. inherits=PanelButtonCommand
  226. frame=false
  227. interior.element=slidercursor
  228. [Progressbar]
  229. inherits=PanelButtonCommand
  230. frame.element=progress
  231. frame.expandedElement=eprogress
  232. interior.element=progress
  233. text.margin=0
  234. text.normal.color=black
  235. text.focus.color=black
  236. text.press.color=black
  237. text.toggle.color=black
  238. text.bold=true
  239. frame.expansion=10
  240. [ProgressbarContents]
  241. inherits=PanelButtonCommand
  242. frame=true
  243. frame.element=progress-pattern
  244. frame.expandedElement=eprogress-pattern
  245. interior.element=progress-pattern
  246. [ItemView]
  247. inherits=PanelButtonCommand
  248. text.margin=0
  249. frame.element=itemview
  250. interior.element=itemview
  251. frame.top=2
  252. frame.bottom=2
  253. frame.left=2
  254. frame.right=2
  255. text.margin.top=2
  256. text.margin.bottom=2
  257. text.margin.left=4
  258. text.margin.right=4
  259. text.normal.color=black
  260. text.focus.color=#0052aa
  261. text.press.color=white
  262. text.toggle.color=white
  263. frame.expansion=6
  264. [Splitter]
  265. indicator.size=32
  266. [Scrollbar]
  267. inherits=PanelButtonCommand
  268. indicator.element=arrow
  269. indicator.size=10
  270. [ScrollbarSlider]
  271. inherits=PanelButtonCommand
  272. frame.element=scrollbarslider
  273. interior=false
  274. frame.left=6
  275. frame.right=6
  276. frame.top=6
  277. frame.bottom=6
  278. indicator.element=grip
  279. indicator.size=13
  280. frame.expansion=0
  281. [ScrollbarGroove]
  282. inherits=PanelButtonCommand
  283. interior=false
  284. frame=false
  285. [MenuItem]
  286. inherits=PanelButtonCommand
  287. frame=true
  288. frame.element=menuitem
  289. interior.element=menuitem
  290. indicator.element=menuitem
  291. text.normal.color=black
  292. text.focus.color=white
  293. text.margin.top=0
  294. text.margin.bottom=0
  295. text.margin.left=3
  296. text.margin.right=3
  297. frame.top=3
  298. frame.bottom=3
  299. frame.left=3
  300. frame.right=3
  301. frame.expansion=0
  302. [MenuBar]
  303. inherits=PanelButtonCommand
  304. frame.element=none
  305. interior.element=none
  306. frame.expansion=0
  307. [MenuBarItem]
  308. inherits=PanelButtonCommand
  309. interior=false
  310. frame.element=menubaritem
  311. frame.top=0
  312. frame.bottom=2
  313. frame.left=2
  314. frame.right=2
  315. text.margin.left=1
  316. text.margin.right=4
  317. text.margin.top=2
  318. text.normal.color=black
  319. text.focus.color=#0052aa
  320. frame.expansion=0
  321. [TitleBar]
  322. inherits=PanelButtonCommand
  323. frame=false
  324. interior.element=titlebar
  325. indicator.size=12
  326. indicator.element=mdi
  327. text.normal.color=#787878
  328. text.focus.color=black
  329. text.bold=true
  330. text.italic=true
  331. frame.expansion=0
  332. [ComboBox]
  333. inherits=PanelButtonCommand
  334. [Menu]
  335. inherits=PanelButtonCommand
  336. frame.top=3
  337. frame.bottom=3
  338. frame.left=3
  339. frame.right=3
  340. frame.element=menu
  341. interior.element=menu
  342. text.normal.color=black
  343. frame.expansion=0
  344. [GroupBox]
  345. inherits=GenericFrame
  346. frame=true
  347. frame.element=group
  348. text.shadow=0
  349. text.margin=0
  350. frame.top=4
  351. frame.bottom=4
  352. frame.left=4
  353. frame.right=4
  354. text.normal.color=black
  355. text.press.color=black
  356. text.focus.color=#0052aa
  357. text.bold=true
  358. frame.expansion=0
  359. [TabBarFrame]
  360. inherits=GenericFrame
  361. frame=false
  362. interior=false
  363. text.shadow=0
  364. [ToolTip]
  365. inherits=GenericFrame
  366. frame.top=3
  367. frame.bottom=3
  368. frame.left=3
  369. frame.right=3
  370. interior=true
  371. text.shadow=0
  372. text.margin=0
  373. interior.element=tooltip
  374. frame.element=tooltip
  375. frame.expansion=0
  376. [StatusBar]
  377. inherits=GenericFrame
  378. frame=false
  379. interior=false
  380. [Window]
  381. interior=true
  382. interior.element=window
  383. min_height=16font