├── .editorconfig ├── .github └── workflows │ └── check.yml ├── LICENSE ├── README.md ├── assets ├── frappe.webp ├── kvantum.webp ├── latte.webp ├── macchiato.webp └── mocha.webp ├── renovate.json ├── templates ├── kvantum.tera └── svg.tera └── themes ├── catppuccin-frappe-blue ├── catppuccin-frappe-blue.kvconfig └── catppuccin-frappe-blue.svg ├── catppuccin-frappe-flamingo ├── catppuccin-frappe-flamingo.kvconfig └── catppuccin-frappe-flamingo.svg ├── catppuccin-frappe-green ├── catppuccin-frappe-green.kvconfig └── catppuccin-frappe-green.svg ├── catppuccin-frappe-lavender ├── catppuccin-frappe-lavender.kvconfig └── catppuccin-frappe-lavender.svg ├── catppuccin-frappe-maroon ├── catppuccin-frappe-maroon.kvconfig └── catppuccin-frappe-maroon.svg ├── catppuccin-frappe-mauve ├── catppuccin-frappe-mauve.kvconfig └── catppuccin-frappe-mauve.svg ├── catppuccin-frappe-peach ├── catppuccin-frappe-peach.kvconfig └── catppuccin-frappe-peach.svg ├── catppuccin-frappe-pink ├── catppuccin-frappe-pink.kvconfig └── catppuccin-frappe-pink.svg ├── catppuccin-frappe-red ├── catppuccin-frappe-red.kvconfig └── catppuccin-frappe-red.svg ├── catppuccin-frappe-rosewater ├── catppuccin-frappe-rosewater.kvconfig └── catppuccin-frappe-rosewater.svg ├── catppuccin-frappe-sapphire ├── catppuccin-frappe-sapphire.kvconfig └── catppuccin-frappe-sapphire.svg ├── catppuccin-frappe-sky ├── catppuccin-frappe-sky.kvconfig └── catppuccin-frappe-sky.svg ├── catppuccin-frappe-teal ├── catppuccin-frappe-teal.kvconfig └── catppuccin-frappe-teal.svg ├── catppuccin-frappe-yellow ├── catppuccin-frappe-yellow.kvconfig └── catppuccin-frappe-yellow.svg ├── catppuccin-latte-blue ├── catppuccin-latte-blue.kvconfig └── catppuccin-latte-blue.svg ├── catppuccin-latte-flamingo ├── catppuccin-latte-flamingo.kvconfig └── catppuccin-latte-flamingo.svg ├── catppuccin-latte-green ├── catppuccin-latte-green.kvconfig └── catppuccin-latte-green.svg ├── catppuccin-latte-lavender ├── catppuccin-latte-lavender.kvconfig └── catppuccin-latte-lavender.svg ├── catppuccin-latte-maroon ├── catppuccin-latte-maroon.kvconfig └── catppuccin-latte-maroon.svg ├── catppuccin-latte-mauve ├── catppuccin-latte-mauve.kvconfig └── catppuccin-latte-mauve.svg ├── catppuccin-latte-peach ├── catppuccin-latte-peach.kvconfig └── catppuccin-latte-peach.svg ├── catppuccin-latte-pink ├── catppuccin-latte-pink.kvconfig └── catppuccin-latte-pink.svg ├── catppuccin-latte-red ├── catppuccin-latte-red.kvconfig └── catppuccin-latte-red.svg ├── catppuccin-latte-rosewater ├── catppuccin-latte-rosewater.kvconfig └── catppuccin-latte-rosewater.svg ├── catppuccin-latte-sapphire ├── catppuccin-latte-sapphire.kvconfig └── catppuccin-latte-sapphire.svg ├── catppuccin-latte-sky ├── catppuccin-latte-sky.kvconfig └── catppuccin-latte-sky.svg ├── catppuccin-latte-teal ├── catppuccin-latte-teal.kvconfig └── catppuccin-latte-teal.svg ├── catppuccin-latte-yellow ├── catppuccin-latte-yellow.kvconfig └── catppuccin-latte-yellow.svg ├── catppuccin-macchiato-blue ├── catppuccin-macchiato-blue.kvconfig └── catppuccin-macchiato-blue.svg ├── catppuccin-macchiato-flamingo ├── catppuccin-macchiato-flamingo.kvconfig └── catppuccin-macchiato-flamingo.svg ├── catppuccin-macchiato-green ├── catppuccin-macchiato-green.kvconfig └── catppuccin-macchiato-green.svg ├── catppuccin-macchiato-lavender ├── catppuccin-macchiato-lavender.kvconfig └── catppuccin-macchiato-lavender.svg ├── catppuccin-macchiato-maroon ├── catppuccin-macchiato-maroon.kvconfig └── catppuccin-macchiato-maroon.svg ├── catppuccin-macchiato-mauve ├── catppuccin-macchiato-mauve.kvconfig └── catppuccin-macchiato-mauve.svg ├── catppuccin-macchiato-peach ├── catppuccin-macchiato-peach.kvconfig └── catppuccin-macchiato-peach.svg ├── catppuccin-macchiato-pink ├── catppuccin-macchiato-pink.kvconfig └── catppuccin-macchiato-pink.svg ├── catppuccin-macchiato-red ├── catppuccin-macchiato-red.kvconfig └── catppuccin-macchiato-red.svg ├── catppuccin-macchiato-rosewater ├── catppuccin-macchiato-rosewater.kvconfig └── catppuccin-macchiato-rosewater.svg ├── catppuccin-macchiato-sapphire ├── catppuccin-macchiato-sapphire.kvconfig └── catppuccin-macchiato-sapphire.svg ├── catppuccin-macchiato-sky ├── catppuccin-macchiato-sky.kvconfig └── catppuccin-macchiato-sky.svg ├── catppuccin-macchiato-teal ├── catppuccin-macchiato-teal.kvconfig └── catppuccin-macchiato-teal.svg ├── catppuccin-macchiato-yellow ├── catppuccin-macchiato-yellow.kvconfig └── catppuccin-macchiato-yellow.svg ├── catppuccin-mocha-blue ├── catppuccin-mocha-blue.kvconfig └── catppuccin-mocha-blue.svg ├── catppuccin-mocha-flamingo ├── catppuccin-mocha-flamingo.kvconfig └── catppuccin-mocha-flamingo.svg ├── catppuccin-mocha-green ├── catppuccin-mocha-green.kvconfig └── catppuccin-mocha-green.svg ├── catppuccin-mocha-lavender ├── catppuccin-mocha-lavender.kvconfig └── catppuccin-mocha-lavender.svg ├── catppuccin-mocha-maroon ├── catppuccin-mocha-maroon.kvconfig └── catppuccin-mocha-maroon.svg ├── catppuccin-mocha-mauve ├── catppuccin-mocha-mauve.kvconfig └── catppuccin-mocha-mauve.svg ├── catppuccin-mocha-peach ├── catppuccin-mocha-peach.kvconfig └── catppuccin-mocha-peach.svg ├── catppuccin-mocha-pink ├── catppuccin-mocha-pink.kvconfig └── catppuccin-mocha-pink.svg ├── catppuccin-mocha-red ├── catppuccin-mocha-red.kvconfig └── catppuccin-mocha-red.svg ├── catppuccin-mocha-rosewater ├── catppuccin-mocha-rosewater.kvconfig └── catppuccin-mocha-rosewater.svg ├── catppuccin-mocha-sapphire ├── catppuccin-mocha-sapphire.kvconfig └── catppuccin-mocha-sapphire.svg ├── catppuccin-mocha-sky ├── catppuccin-mocha-sky.kvconfig └── catppuccin-mocha-sky.svg ├── catppuccin-mocha-teal ├── catppuccin-mocha-teal.kvconfig └── catppuccin-mocha-teal.svg └── catppuccin-mocha-yellow ├── catppuccin-mocha-yellow.kvconfig └── catppuccin-mocha-yellow.svg /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig helps developers define and maintain consistent 2 | # coding styles between different editors and IDEs 3 | # EditorConfig is awesome: https://EditorConfig.org 4 | 5 | root = true 6 | 7 | [*] 8 | charset = utf-8 9 | indent_size = 2 10 | indent_style = space 11 | end_of_line = lf 12 | insert_final_newline = true 13 | trim_trailing_whitespace = true 14 | 15 | # go 16 | [*.go] 17 | indent_style = tab 18 | indent_size = 4 19 | 20 | # python 21 | [*.{ini,py,py.tpl,rst}] 22 | indent_size = 4 23 | 24 | # rust 25 | [*.rs] 26 | indent_size = 4 27 | 28 | # documentation, utils 29 | [*.{md,mdx,diff}] 30 | trim_trailing_whitespace = false 31 | 32 | # windows shell scripts 33 | [*.{cmd,bat,ps1}] 34 | end_of_line = crlf 35 | -------------------------------------------------------------------------------- /.github/workflows/check.yml: -------------------------------------------------------------------------------- 1 | name: whiskers 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | branches: [main] 7 | pull_request: 8 | branches: [main] 9 | 10 | jobs: 11 | run: 12 | uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1 13 | with: 14 | args: | 15 | templates/kvantum.tera 16 | templates/svg.tera 17 | secrets: inherit 18 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Catppuccin 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | Logo
3 | 4 | Catppuccin for Kvantum 5 | 6 |

7 | 8 |

9 | 10 | 11 | 12 |

13 | 14 |

15 | 16 |

17 | 18 | 19 | ## Previews 20 | 21 |
22 | 🌻 Latte 23 | 24 |
25 |
26 | 🪴 Frappé 27 | 28 |
29 |
30 | 🌺 Macchiato 31 | 32 |
33 |
34 | 🌿 Mocha 35 | 36 |
37 | 38 | ## Usage 39 | 40 | 1. Open Kvantum Manager. 41 | 2. Install your preferred flavor and accent combination theme from [`themes`](./themes/). 42 | 3. Apply the installed theme. 43 | 44 | ## 💝 Thanks to 45 | 46 | - [elkrien](https://github.com/elkrien) 47 | 48 |   49 | 50 |

51 |

Copyright © 2021-present Catppuccin Org 52 |

53 | -------------------------------------------------------------------------------- /assets/frappe.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/Kvantum/bc98ccaf9e64a354dd752c24605d4e3a9fe5bfd2/assets/frappe.webp -------------------------------------------------------------------------------- /assets/kvantum.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/Kvantum/bc98ccaf9e64a354dd752c24605d4e3a9fe5bfd2/assets/kvantum.webp -------------------------------------------------------------------------------- /assets/latte.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/Kvantum/bc98ccaf9e64a354dd752c24605d4e3a9fe5bfd2/assets/latte.webp -------------------------------------------------------------------------------- /assets/macchiato.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/Kvantum/bc98ccaf9e64a354dd752c24605d4e3a9fe5bfd2/assets/macchiato.webp -------------------------------------------------------------------------------- /assets/mocha.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/Kvantum/bc98ccaf9e64a354dd752c24605d4e3a9fe5bfd2/assets/mocha.webp -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 | "extends": [ 4 | "local>catppuccin/renovate-config" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /themes/catppuccin-frappe-blue/catppuccin-frappe-blue.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Frappe-Blue 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#303446 76 | base.color=#292C3C 77 | alt.base.color=#292C3C 78 | button.color=#414559 79 | light.color=#51576D 80 | mid.light.color=#51576D 81 | dark.color=#292C3C 82 | mid.color=#292C3C 83 | highlight.color=#8CAAEE 84 | inactive.highlight.color=#8CAAEE 85 | text.color=#C6D0F5 86 | window.text.color=#C6D0F5 87 | button.text.color=#C6D0F5 88 | disabled.text.color=#626880 89 | tooltip.text.color=#C6D0F5 90 | highlight.text.color=#292C3C 91 | link.color=#F2D5CF 92 | link.visited.color=#8CAAEE 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#292C3C 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#C6D0F5 129 | text.focus.color=#C6D0F5 130 | text.press.color=#292C3C 131 | text.toggle.color=#292C3C 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#626880 234 | text.focus.color=#C6D0F5 235 | text.press.color=#C6D0F5 236 | text.toggle.color=#C6D0F5 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#C6D0F5 274 | text.focus.color=#8CAAEE 275 | text.press.color=#C6D0F5 276 | text.toggle.color=#C6D0F5 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#C6D0F5 295 | text.focus.color=#C6D0F5 296 | text.press.color=#8CAAEE 297 | text.toggle.color=#8CAAEE 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#C6D0F5 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#C6D0F5 314 | text.focus.color=#C6D0F5 315 | text.press.color=#292C3C 316 | text.toggle.color=#292C3C 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#C6D0F5 359 | text.focus.color=#C6D0F5 360 | text.press.color=#292C3C 361 | text.toggle.color=#292C3C 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#292C3C 373 | text.toggle.color=#292C3C 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#C6D0F5 385 | text.press.color=#C6D0F5 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#C6D0F5 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#C6D0F5 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#C6D0F5 430 | text.press.color=#C6D0F5 431 | text.focus.color=#C6D0F5 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-frappe-pink/catppuccin-frappe-pink.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Frappe-Pink 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#303446 76 | base.color=#292C3C 77 | alt.base.color=#292C3C 78 | button.color=#414559 79 | light.color=#51576D 80 | mid.light.color=#51576D 81 | dark.color=#292C3C 82 | mid.color=#292C3C 83 | highlight.color=#F4B8E4 84 | inactive.highlight.color=#F4B8E4 85 | text.color=#C6D0F5 86 | window.text.color=#C6D0F5 87 | button.text.color=#C6D0F5 88 | disabled.text.color=#626880 89 | tooltip.text.color=#C6D0F5 90 | highlight.text.color=#292C3C 91 | link.color=#F2D5CF 92 | link.visited.color=#8CAAEE 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#292C3C 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#C6D0F5 129 | text.focus.color=#C6D0F5 130 | text.press.color=#292C3C 131 | text.toggle.color=#292C3C 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#626880 234 | text.focus.color=#C6D0F5 235 | text.press.color=#C6D0F5 236 | text.toggle.color=#C6D0F5 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#C6D0F5 274 | text.focus.color=#F4B8E4 275 | text.press.color=#C6D0F5 276 | text.toggle.color=#C6D0F5 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#C6D0F5 295 | text.focus.color=#C6D0F5 296 | text.press.color=#F4B8E4 297 | text.toggle.color=#F4B8E4 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#C6D0F5 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#C6D0F5 314 | text.focus.color=#C6D0F5 315 | text.press.color=#292C3C 316 | text.toggle.color=#292C3C 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#C6D0F5 359 | text.focus.color=#C6D0F5 360 | text.press.color=#292C3C 361 | text.toggle.color=#292C3C 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#292C3C 373 | text.toggle.color=#292C3C 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#C6D0F5 385 | text.press.color=#C6D0F5 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#C6D0F5 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#C6D0F5 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#C6D0F5 430 | text.press.color=#C6D0F5 431 | text.focus.color=#C6D0F5 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-frappe-red/catppuccin-frappe-red.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Frappe-Red 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#303446 76 | base.color=#292C3C 77 | alt.base.color=#292C3C 78 | button.color=#414559 79 | light.color=#51576D 80 | mid.light.color=#51576D 81 | dark.color=#292C3C 82 | mid.color=#292C3C 83 | highlight.color=#E78284 84 | inactive.highlight.color=#E78284 85 | text.color=#C6D0F5 86 | window.text.color=#C6D0F5 87 | button.text.color=#C6D0F5 88 | disabled.text.color=#626880 89 | tooltip.text.color=#C6D0F5 90 | highlight.text.color=#292C3C 91 | link.color=#F2D5CF 92 | link.visited.color=#8CAAEE 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#292C3C 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#C6D0F5 129 | text.focus.color=#C6D0F5 130 | text.press.color=#292C3C 131 | text.toggle.color=#292C3C 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#626880 234 | text.focus.color=#C6D0F5 235 | text.press.color=#C6D0F5 236 | text.toggle.color=#C6D0F5 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#C6D0F5 274 | text.focus.color=#E78284 275 | text.press.color=#C6D0F5 276 | text.toggle.color=#C6D0F5 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#C6D0F5 295 | text.focus.color=#C6D0F5 296 | text.press.color=#E78284 297 | text.toggle.color=#E78284 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#C6D0F5 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#C6D0F5 314 | text.focus.color=#C6D0F5 315 | text.press.color=#292C3C 316 | text.toggle.color=#292C3C 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#C6D0F5 359 | text.focus.color=#C6D0F5 360 | text.press.color=#292C3C 361 | text.toggle.color=#292C3C 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#292C3C 373 | text.toggle.color=#292C3C 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#C6D0F5 385 | text.press.color=#C6D0F5 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#C6D0F5 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#C6D0F5 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#C6D0F5 430 | text.press.color=#C6D0F5 431 | text.focus.color=#C6D0F5 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-frappe-sky/catppuccin-frappe-sky.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Frappe-Sky 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#303446 76 | base.color=#292C3C 77 | alt.base.color=#292C3C 78 | button.color=#414559 79 | light.color=#51576D 80 | mid.light.color=#51576D 81 | dark.color=#292C3C 82 | mid.color=#292C3C 83 | highlight.color=#99D1DB 84 | inactive.highlight.color=#99D1DB 85 | text.color=#C6D0F5 86 | window.text.color=#C6D0F5 87 | button.text.color=#C6D0F5 88 | disabled.text.color=#626880 89 | tooltip.text.color=#C6D0F5 90 | highlight.text.color=#292C3C 91 | link.color=#F2D5CF 92 | link.visited.color=#8CAAEE 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#292C3C 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#C6D0F5 129 | text.focus.color=#C6D0F5 130 | text.press.color=#292C3C 131 | text.toggle.color=#292C3C 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#626880 234 | text.focus.color=#C6D0F5 235 | text.press.color=#C6D0F5 236 | text.toggle.color=#C6D0F5 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#C6D0F5 274 | text.focus.color=#99D1DB 275 | text.press.color=#C6D0F5 276 | text.toggle.color=#C6D0F5 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#C6D0F5 295 | text.focus.color=#C6D0F5 296 | text.press.color=#99D1DB 297 | text.toggle.color=#99D1DB 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#C6D0F5 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#C6D0F5 314 | text.focus.color=#C6D0F5 315 | text.press.color=#292C3C 316 | text.toggle.color=#292C3C 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#C6D0F5 359 | text.focus.color=#C6D0F5 360 | text.press.color=#292C3C 361 | text.toggle.color=#292C3C 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#292C3C 373 | text.toggle.color=#292C3C 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#C6D0F5 385 | text.press.color=#C6D0F5 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#C6D0F5 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#C6D0F5 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#C6D0F5 430 | text.press.color=#C6D0F5 431 | text.focus.color=#C6D0F5 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-frappe-teal/catppuccin-frappe-teal.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Frappe-Teal 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#303446 76 | base.color=#292C3C 77 | alt.base.color=#292C3C 78 | button.color=#414559 79 | light.color=#51576D 80 | mid.light.color=#51576D 81 | dark.color=#292C3C 82 | mid.color=#292C3C 83 | highlight.color=#81C8BE 84 | inactive.highlight.color=#81C8BE 85 | text.color=#C6D0F5 86 | window.text.color=#C6D0F5 87 | button.text.color=#C6D0F5 88 | disabled.text.color=#626880 89 | tooltip.text.color=#C6D0F5 90 | highlight.text.color=#292C3C 91 | link.color=#F2D5CF 92 | link.visited.color=#8CAAEE 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#292C3C 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#C6D0F5 129 | text.focus.color=#C6D0F5 130 | text.press.color=#292C3C 131 | text.toggle.color=#292C3C 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#626880 234 | text.focus.color=#C6D0F5 235 | text.press.color=#C6D0F5 236 | text.toggle.color=#C6D0F5 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#C6D0F5 274 | text.focus.color=#81C8BE 275 | text.press.color=#C6D0F5 276 | text.toggle.color=#C6D0F5 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#C6D0F5 295 | text.focus.color=#C6D0F5 296 | text.press.color=#81C8BE 297 | text.toggle.color=#81C8BE 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#C6D0F5 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#C6D0F5 314 | text.focus.color=#C6D0F5 315 | text.press.color=#292C3C 316 | text.toggle.color=#292C3C 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#C6D0F5 359 | text.focus.color=#C6D0F5 360 | text.press.color=#292C3C 361 | text.toggle.color=#292C3C 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#292C3C 373 | text.toggle.color=#292C3C 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#C6D0F5 385 | text.press.color=#C6D0F5 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#C6D0F5 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#C6D0F5 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#C6D0F5 430 | text.press.color=#C6D0F5 431 | text.focus.color=#C6D0F5 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-blue/catppuccin-latte-blue.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Blue 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#1E66F5 84 | inactive.highlight.color=#1E66F5 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#1E66F5 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#1E66F5 297 | text.toggle.color=#1E66F5 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-green/catppuccin-latte-green.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Green 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#40A02B 84 | inactive.highlight.color=#40A02B 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#40A02B 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#40A02B 297 | text.toggle.color=#40A02B 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-mauve/catppuccin-latte-mauve.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Mauve 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#8839EF 84 | inactive.highlight.color=#8839EF 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#8839EF 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#8839EF 297 | text.toggle.color=#8839EF 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-peach/catppuccin-latte-peach.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Peach 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#FE640B 84 | inactive.highlight.color=#FE640B 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#FE640B 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#FE640B 297 | text.toggle.color=#FE640B 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-pink/catppuccin-latte-pink.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Pink 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#EA76CB 84 | inactive.highlight.color=#EA76CB 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#EA76CB 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#EA76CB 297 | text.toggle.color=#EA76CB 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-red/catppuccin-latte-red.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Red 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#D20F39 84 | inactive.highlight.color=#D20F39 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#D20F39 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#D20F39 297 | text.toggle.color=#D20F39 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-sky/catppuccin-latte-sky.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Sky 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#04A5E5 84 | inactive.highlight.color=#04A5E5 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#04A5E5 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#04A5E5 297 | text.toggle.color=#04A5E5 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-latte-teal/catppuccin-latte-teal.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Latte-Teal 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#EFF1F5 76 | base.color=#E6E9EF 77 | alt.base.color=#E6E9EF 78 | button.color=#CCD0DA 79 | light.color=#BCC0CC 80 | mid.light.color=#BCC0CC 81 | dark.color=#E6E9EF 82 | mid.color=#E6E9EF 83 | highlight.color=#179299 84 | inactive.highlight.color=#179299 85 | text.color=#4C4F69 86 | window.text.color=#4C4F69 87 | button.text.color=#4C4F69 88 | disabled.text.color=#ACB0BE 89 | tooltip.text.color=#4C4F69 90 | highlight.text.color=#E6E9EF 91 | link.color=#DC8A78 92 | link.visited.color=#1E66F5 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#E6E9EF 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#4C4F69 129 | text.focus.color=#4C4F69 130 | text.press.color=#E6E9EF 131 | text.toggle.color=#E6E9EF 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#ACB0BE 234 | text.focus.color=#4C4F69 235 | text.press.color=#4C4F69 236 | text.toggle.color=#4C4F69 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#4C4F69 274 | text.focus.color=#179299 275 | text.press.color=#4C4F69 276 | text.toggle.color=#4C4F69 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#4C4F69 295 | text.focus.color=#4C4F69 296 | text.press.color=#179299 297 | text.toggle.color=#179299 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#4C4F69 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#4C4F69 314 | text.focus.color=#4C4F69 315 | text.press.color=#E6E9EF 316 | text.toggle.color=#E6E9EF 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#4C4F69 359 | text.focus.color=#4C4F69 360 | text.press.color=#E6E9EF 361 | text.toggle.color=#E6E9EF 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#E6E9EF 373 | text.toggle.color=#E6E9EF 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#4C4F69 385 | text.press.color=#4C4F69 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#4C4F69 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#4C4F69 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#4C4F69 430 | text.press.color=#4C4F69 431 | text.focus.color=#4C4F69 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-blue/catppuccin-mocha-blue.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Blue 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#89B4FA 84 | inactive.highlight.color=#89B4FA 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#89B4FA 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#89B4FA 297 | text.toggle.color=#89B4FA 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-green/catppuccin-mocha-green.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Green 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#A6E3A1 84 | inactive.highlight.color=#A6E3A1 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#A6E3A1 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#A6E3A1 297 | text.toggle.color=#A6E3A1 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-mauve/catppuccin-mocha-mauve.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Mauve 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#CBA6F7 84 | inactive.highlight.color=#CBA6F7 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#CBA6F7 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#CBA6F7 297 | text.toggle.color=#CBA6F7 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-peach/catppuccin-mocha-peach.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Peach 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#FAB387 84 | inactive.highlight.color=#FAB387 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#FAB387 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#FAB387 297 | text.toggle.color=#FAB387 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-pink/catppuccin-mocha-pink.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Pink 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#F5C2E7 84 | inactive.highlight.color=#F5C2E7 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#F5C2E7 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#F5C2E7 297 | text.toggle.color=#F5C2E7 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-red/catppuccin-mocha-red.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Red 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#F38BA8 84 | inactive.highlight.color=#F38BA8 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#F38BA8 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#F38BA8 297 | text.toggle.color=#F38BA8 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-sky/catppuccin-mocha-sky.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Sky 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#89DCEB 84 | inactive.highlight.color=#89DCEB 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#89DCEB 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#89DCEB 297 | text.toggle.color=#89DCEB 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | -------------------------------------------------------------------------------- /themes/catppuccin-mocha-teal/catppuccin-mocha-teal.kvconfig: -------------------------------------------------------------------------------- 1 | [%General] 2 | author=elkrien based on Arc Dark style 3 | comment=Catppuccin-Mocha-Teal 4 | combo_focus_rect=true 5 | spread_menuitems=true 6 | left_tabs=true 7 | mirror_doc_tabs=true 8 | scroll_width=8 9 | attach_active_tab=true 10 | composite=true 11 | menu_shadow_depth=7 12 | tooltip_shadow_depth=0 13 | splitter_width=7 14 | check_size=16 15 | slider_width=4 16 | slider_handle_width=18 17 | slider_handle_length=18 18 | textless_progressbar=false 19 | menubar_mouse_tracking=true 20 | slim_toolbars=false 21 | toolbutton_style=1 22 | x11drag=menubar_and_primary_toolbar 23 | double_click=false 24 | translucent_windows=false 25 | blurring=false 26 | popup_blurring=true 27 | opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 28 | group_toolbar_buttons=false 29 | vertical_spin_indicators=false 30 | fill_rubberband=false 31 | spread_progressbar=true 32 | merge_menubar_with_toolbar=true 33 | small_icon_size=16 34 | large_icon_size=32 35 | button_icon_size=16 36 | scroll_arrows=false 37 | iconless_pushbutton=true 38 | toolbar_icon_size=16 39 | combo_as_lineedit=true 40 | button_contents_shift=false 41 | groupbox_top_label=true 42 | inline_spin_indicators=true 43 | joined_inactive_tabs=false 44 | layout_spacing=2 45 | submenu_overlap=0 46 | tooltip_delay=-1 47 | animate_states=false 48 | transient_scrollbar=true 49 | alt_mnemonic=true 50 | combo_menu=true 51 | layout_margin=4 52 | no_window_pattern=false 53 | respect_DE=true 54 | scroll_min_extent=36 55 | scrollable_menu=false 56 | scrollbar_in_view=false 57 | spin_button_width=16 58 | submenu_delay=250 59 | tree_branch_line=true 60 | progressbar_thickness=8 61 | click_behavior=0 62 | contrast=1.00 63 | dialog_button_layout=0 64 | drag_from_buttons=false 65 | hide_combo_checkboxes=false 66 | intensity=1.00 67 | no_inactiveness=false 68 | reduce_menu_opacity=0 69 | reduce_window_opacity=10 70 | saturation=1.00 71 | shadowless_popup=false 72 | transient_groove=false 73 | 74 | [GeneralColors] 75 | window.color=#1E1E2E 76 | base.color=#181825 77 | alt.base.color=#181825 78 | button.color=#313244 79 | light.color=#45475A 80 | mid.light.color=#45475A 81 | dark.color=#181825 82 | mid.color=#181825 83 | highlight.color=#94E2D5 84 | inactive.highlight.color=#94E2D5 85 | text.color=#CDD6F4 86 | window.text.color=#CDD6F4 87 | button.text.color=#CDD6F4 88 | disabled.text.color=#585B70 89 | tooltip.text.color=#CDD6F4 90 | highlight.text.color=#181825 91 | link.color=#F5E0DC 92 | link.visited.color=#89B4FA 93 | 94 | [ItemView] 95 | inherits=PanelButtonCommand 96 | frame.element=itemview 97 | interior.element=itemview 98 | frame=true 99 | interior=true 100 | text.iconspacing=3 101 | text.toggle.color=#181825 102 | 103 | [RadioButton] 104 | inherits=PanelButtonCommand 105 | frame=false 106 | interior.element=radio 107 | 108 | [CheckBox] 109 | inherits=PanelButtonCommand 110 | frame=false 111 | interior.element=checkbox 112 | 113 | [TreeExpander] 114 | indicator.element=tree 115 | indicator.size=8 116 | 117 | [ToolTip] 118 | frame.top=4 119 | frame.right=4 120 | frame.bottom=4 121 | frame.left=4 122 | frame=true 123 | 124 | [PanelButtonCommand] 125 | inherits=PanelButtonCommand 126 | interior.element=button 127 | frame.element=button 128 | text.normal.color=#CDD6F4 129 | text.focus.color=#CDD6F4 130 | text.press.color=#181825 131 | text.toggle.color=#181825 132 | 133 | [PanelButtonTool] 134 | inherits=PanelButtonCommand 135 | 136 | [DockTitle] 137 | inherits=PanelButtonCommand 138 | interior=false 139 | frame=false 140 | text.margin.top=5 141 | text.margin.bottom=5 142 | text.margin.left=5 143 | text.margin.right=5 144 | indicator.size=0 145 | 146 | [Dock] 147 | interior.element=toolbar 148 | frame.element=toolbar 149 | frame=true 150 | interior=true 151 | 152 | [GroupBox] 153 | inherits=PanelButtonCommand 154 | interior.element=tabframe 155 | interior=true 156 | frame=false 157 | 158 | [Focus] 159 | inherits=PanelButtonCommand 160 | frame=true 161 | frame.element=focus 162 | frame.top=1 163 | frame.bottom=1 164 | frame.left=1 165 | frame.right=1 166 | frame.patternsize=20 167 | 168 | [GenericFrame] 169 | inherits=PanelButtonCommand 170 | frame.element=common 171 | frame.top=1 172 | frame.bottom=1 173 | frame.left=1 174 | frame.right=1 175 | 176 | [Slider] 177 | inherits=PanelButtonCommand 178 | interior=true 179 | frame.element=slider 180 | interior.element=slider 181 | frame.top=3 182 | frame.bottom=3 183 | frame.left=3 184 | frame.right=3 185 | focusFrame=true 186 | 187 | [SliderCursor] 188 | inherits=PanelButtonCommand 189 | interior=true 190 | interior.element=slidercursor 191 | frame=false 192 | 193 | [LineEdit] 194 | inherits=PanelButtonCommand 195 | frame.element=lineedit 196 | interior.element=lineedit 197 | 198 | [IndicatorSpinBox] 199 | inherits=LineEdit 200 | frame.element=lineedit 201 | interior.element=lineedit 202 | frame.top=0 203 | frame.bottom=2 204 | frame.left=2 205 | frame.right=2 206 | indicator.size=8 207 | 208 | [DropDownButton] 209 | inherits=PanelButtonCommand 210 | frame.top=2 211 | frame.bottom=2 212 | frame.left=0 213 | frame.right=1 214 | indicator.size=8 215 | 216 | [ToolboxTab] 217 | inherits=PanelButtonCommand 218 | frame.element=tabframe 219 | frame.top=1 220 | frame.bottom=1 221 | frame.left=1 222 | frame.right=1 223 | 224 | [Tab] 225 | inherits=PanelButtonCommand 226 | interior.element=tab 227 | frame.element=tab 228 | frame.top=2 229 | frame.bottom=3 230 | frame.left=3 231 | frame.right=3 232 | indicator.size=10 233 | text.normal.color=#585B70 234 | text.focus.color=#CDD6F4 235 | text.press.color=#CDD6F4 236 | text.toggle.color=#CDD6F4 237 | focusFrame=true 238 | 239 | [TabBarFrame] 240 | inherits=GenericFrame 241 | frame=true 242 | frame.element=tabBarFrame 243 | interior=false 244 | frame.top=4 245 | frame.bottom=4 246 | frame.left=4 247 | frame.right=4 248 | 249 | [TabFrame] 250 | inherits=PanelButtonCommand 251 | frame.element=tabframe 252 | interior.element=tabframe 253 | 254 | [Dialog] 255 | inherits=TabBarFrame 256 | frame.element=tabframe 257 | interior=false 258 | frame=false 259 | frame.top=1 260 | frame.bottom=1 261 | frame.left=1 262 | frame.right=1 263 | 264 | [HeaderSection] 265 | inherits=PanelButtonCommand 266 | interior.element=header 267 | frame.element=header 268 | frame.top=0 269 | frame.bottom=1 270 | frame.left=1 271 | frame.right=1 272 | frame.expansion=0 273 | text.normal.color=#CDD6F4 274 | text.focus.color=#94E2D5 275 | text.press.color=#CDD6F4 276 | text.toggle.color=#CDD6F4 277 | indicator.element=harrow 278 | 279 | [SizeGrip] 280 | inherits=PanelButtonCommand 281 | frame=false 282 | interior=false 283 | indicator.element=resize-grip 284 | indicator.size=0 285 | 286 | [Toolbar] 287 | inherits=PanelButtonCommand 288 | interior.element=menubar 289 | frame.element=menubar 290 | frame=true 291 | frame.bottom=4 292 | frame.left=4 293 | frame.right=4 294 | text.normal.color=#CDD6F4 295 | text.focus.color=#CDD6F4 296 | text.press.color=#94E2D5 297 | text.toggle.color=#94E2D5 298 | text.bold=false 299 | 300 | [MenuBar] 301 | inherits=PanelButtonCommand 302 | frame.element=menubar 303 | interior.element=menubar 304 | frame.bottom=0 305 | text.normal.color=#CDD6F4 306 | frame.expansion=0 307 | text.bold=false 308 | 309 | [ToolbarButton] 310 | frame.element=tbutton 311 | interior.element=tbutton 312 | indicator.element=arrow 313 | text.normal.color=#CDD6F4 314 | text.focus.color=#CDD6F4 315 | text.press.color=#181825 316 | text.toggle.color=#181825 317 | text.bold=false 318 | 319 | [Scrollbar] 320 | inherits=PanelButtonCommand 321 | indicator.size=0 322 | interior=false 323 | frame=false 324 | 325 | [ScrollbarGroove] 326 | inherits=PanelButtonCommand 327 | interior=false 328 | frame=false 329 | 330 | [ScrollbarSlider] 331 | inherits=PanelButtonCommand 332 | interior=false 333 | frame.element=scrollbarslider 334 | frame.top=4 335 | frame.bottom=4 336 | frame.left=4 337 | frame.right=4 338 | 339 | [ProgressbarContents] 340 | inherits=PanelButtonCommand 341 | frame=true 342 | frame.element=progress-pattern 343 | interior.element=progress-pattern 344 | frame.top=2 345 | frame.bottom=2 346 | frame.left=2 347 | frame.right=2 348 | 349 | [Progressbar] 350 | inherits=PanelButtonCommand 351 | frame.element=progress 352 | interior.element=progress 353 | frame.top=2 354 | frame.bottom=2 355 | frame.left=2 356 | frame.right=2 357 | text.margin=0 358 | text.normal.color=#CDD6F4 359 | text.focus.color=#CDD6F4 360 | text.press.color=#181825 361 | text.toggle.color=#181825 362 | text.bold=false 363 | frame.expansion=18 364 | 365 | [RadioButton] 366 | inherits=PanelButtonCommand 367 | 368 | [Menu] 369 | frame.element=menu 370 | interior.element=menu 371 | inherits=PanelButtonCommand 372 | text.press.color=#181825 373 | text.toggle.color=#181825 374 | text.bold=false 375 | frame.top=3 376 | frame.bottom=3 377 | frame.left=3 378 | frame.right=3 379 | 380 | [MenuItem] 381 | inherits=PanelButtonCommand 382 | interior.element=menuitem 383 | indicator.size=8 384 | text.focus.color=#CDD6F4 385 | text.press.color=#CDD6F4 386 | 387 | [MenuBarItem] 388 | inherits=PanelButtonCommand 389 | interior.element=menubaritem 390 | frame=false 391 | text.margin.top=3 392 | text.margin.bottom=3 393 | text.margin.left=5 394 | text.margin.right=5 395 | 396 | [StatusBar] 397 | inherits=Toolbar 398 | frame.element=toolbar 399 | font.bold=true 400 | text.normal.color=#CDD6F4 401 | frame=true 402 | frame.top=0 403 | frame.bottom=0 404 | 405 | [TitleBar] 406 | inherits=PanelButtonCommand 407 | frame=false 408 | interior=false 409 | text.margin.top=2 410 | text.margin.bottom=2 411 | text.margin.left=3 412 | text.margin.right=3 413 | 414 | [ComboBox] 415 | inherits=PanelButtonCommand 416 | indicator.size=8 417 | frame.top=3 418 | frame.bottom=3 419 | frame.left=3 420 | frame.right=3 421 | text.margin.top=1 422 | text.margin.bottom=1 423 | text.margin.left=3 424 | text.margin.right=3 425 | text.toggle.color=#CDD6F4 426 | 427 | [ToolboxTab] 428 | inherits=PanelButtonCommand 429 | text.normal.color=#CDD6F4 430 | text.press.color=#CDD6F4 431 | text.focus.color=#CDD6F4 432 | 433 | [Hacks] 434 | transparent_dolphin_view=false 435 | blur_konsole=true 436 | transparent_ktitle_label=true 437 | transparent_menutitle=true 438 | respect_darkness=true 439 | kcapacitybar_as_progressbar=true 440 | force_size_grip=false 441 | iconless_pushbutton=true 442 | iconless_menu=false 443 | disabled_icon_opacity=100 444 | lxqtmainmenu_iconsize=0 445 | normal_default_pushbutton=true 446 | single_top_toolbar=false 447 | tint_on_mouseover=0 448 | transparent_pcmanfm_sidepane=true 449 | transparent_pcmanfm_view=false 450 | blur_translucent=true 451 | centered_forms=false 452 | kinetic_scrolling=false 453 | middle_click_scroll=false 454 | no_selection_tint=false 455 | noninteger_translucency=false 456 | style_vertical_toolbars=false 457 | blur_only_active_window=false 458 | 459 | [Window] 460 | interior=true 461 | interior.element=window 462 | frame.top=0 463 | frame.bottom=0 464 | frame.left=0 465 | frame.right=0 466 | --------------------------------------------------------------------------------