├── .github └── ISSUE_TEMPLATE.md ├── Breezemite ├── .shade.svg ├── Breezemiterc ├── alldesktops.svg ├── close.svg ├── decoration.svg ├── keepabove.svg ├── keepbelow.svg ├── maximize.svg ├── metadata.desktop ├── minimize.svg └── restore.svg ├── Breezemite_dark ├── .shade.svg ├── Breezemite_darkrc ├── alldesktops.svg ├── close.svg ├── decoration.svg ├── keepabove.svg ├── keepbelow.svg ├── maximize.svg ├── metadata.desktop ├── minimize.svg └── restore.svg └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 7 | 8 | 14 | -------------------------------------------------------------------------------- /Breezemite/Breezemiterc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=78,78,78 4 | ActiveTextShadowColor=255,255,255,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | Animation=0 7 | InactiveFocusedTabColor=120,120,120 8 | InactiveTextColor=120,120,120 9 | InactiveTextShadowColor=255,255,255,255 10 | InactiveUnfocusedTabColor=120,120,120 11 | LeftButtons=XIA 12 | RightButtons= 13 | Shadow=false 14 | TextShadowOffsetX=1 15 | TextShadowOffsetY=1 16 | TitleAlignment=Center 17 | TitleVerticalAlignment=Center 18 | UseTextShadow=true 19 | 20 | [Layout] 21 | BorderBottom=1 22 | BorderLeft=1 23 | BorderRight=1 24 | ButtonHeight=13 25 | ButtonMarginTop=2 26 | ButtonSpacing=8 27 | ButtonWidth=13 28 | ExplicitButtonSpacer=0 29 | PaddingBottom=84 30 | PaddingLeft=74 31 | PaddingRight=74 32 | PaddingTop=35 33 | TitleBorderLeft=0 34 | TitleBorderRight=52 35 | TitleEdgeBottom=5 36 | TitleEdgeBottomMaximized=4 37 | TitleEdgeLeft=10 38 | TitleEdgeLeftMaximized=4 39 | TitleEdgeRight=10 40 | TitleEdgeRightMaximized=10 41 | TitleEdgeTop=4 42 | TitleEdgeTopMaximized=4 43 | TitleHeight=15 44 | -------------------------------------------------------------------------------- /Breezemite/alldesktops.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 35 | 36 | 38 | 42 | 46 | 47 | 49 | 53 | 57 | 58 | 60 | 64 | 68 | 69 | 71 | 75 | 79 | 80 | 89 | 99 | 109 | 119 | 121 | 125 | 129 | 130 | 140 | 142 | 146 | 150 | 151 | 160 | 169 | 178 | 180 | 184 | 188 | 189 | 198 | 200 | 204 | 208 | 209 | 211 | 215 | 219 | 220 | 222 | 226 | 230 | 231 | 241 | 243 | 247 | 251 | 252 | 262 | 272 | 282 | 292 | 294 | 298 | 302 | 303 | 305 | 309 | 313 | 314 | 324 | 326 | 330 | 334 | 335 | 344 | 346 | 350 | 354 | 355 | 366 | 373 | 377 | 378 | 379 | 400 | 411 | 412 | 414 | 415 | 417 | image/svg+xml 418 | 420 | 421 | 422 | 423 | 424 | 429 | 433 | 440 | 443 | 448 | 453 | 454 | 457 | 462 | 467 | 475 | 476 | 479 | 484 | 489 | 497 | 498 | 501 | 506 | 511 | 512 | 515 | 520 | 525 | 526 | 527 | 528 | -------------------------------------------------------------------------------- /Breezemite/keepabove.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 35 | 36 | 38 | 42 | 46 | 47 | 49 | 53 | 57 | 58 | 60 | 64 | 68 | 69 | 71 | 75 | 79 | 80 | 89 | 99 | 109 | 119 | 121 | 125 | 129 | 130 | 140 | 142 | 146 | 150 | 151 | 160 | 169 | 178 | 180 | 184 | 188 | 189 | 198 | 200 | 204 | 208 | 209 | 211 | 215 | 219 | 220 | 222 | 226 | 230 | 231 | 241 | 243 | 247 | 251 | 252 | 262 | 272 | 282 | 292 | 294 | 298 | 302 | 303 | 305 | 309 | 313 | 314 | 324 | 326 | 330 | 334 | 335 | 344 | 346 | 350 | 354 | 355 | 366 | 373 | 377 | 378 | 379 | 400 | 411 | 412 | 414 | 415 | 417 | image/svg+xml 418 | 420 | 421 | 422 | 423 | 424 | 429 | 433 | 440 | 443 | 448 | 453 | 454 | 457 | 462 | 467 | 473 | 474 | 477 | 482 | 487 | 492 | 498 | 499 | 502 | 507 | 512 | 513 | 516 | 521 | 526 | 527 | 528 | 529 | -------------------------------------------------------------------------------- /Breezemite/keepbelow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 35 | 36 | 38 | 42 | 46 | 47 | 49 | 53 | 57 | 58 | 60 | 64 | 68 | 69 | 71 | 75 | 79 | 80 | 89 | 99 | 109 | 119 | 121 | 125 | 129 | 130 | 140 | 142 | 146 | 150 | 151 | 160 | 169 | 178 | 180 | 184 | 188 | 189 | 198 | 200 | 204 | 208 | 209 | 211 | 215 | 219 | 220 | 222 | 226 | 230 | 231 | 241 | 243 | 247 | 251 | 252 | 262 | 272 | 282 | 292 | 294 | 298 | 302 | 303 | 305 | 309 | 313 | 314 | 324 | 326 | 330 | 334 | 335 | 344 | 346 | 350 | 354 | 355 | 366 | 373 | 377 | 378 | 379 | 400 | 411 | 412 | 414 | 415 | 417 | image/svg+xml 418 | 420 | 421 | 422 | 423 | 424 | 429 | 433 | 440 | 443 | 448 | 453 | 454 | 457 | 462 | 467 | 473 | 474 | 477 | 482 | 487 | 493 | 494 | 497 | 502 | 507 | 508 | 511 | 516 | 521 | 522 | 523 | 524 | -------------------------------------------------------------------------------- /Breezemite/maximize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 32 | 34 | 38 | 42 | 43 | 45 | 49 | 53 | 54 | 56 | 60 | 64 | 65 | 74 | 84 | 94 | 104 | 106 | 110 | 114 | 115 | 125 | 127 | 131 | 135 | 136 | 145 | 154 | 163 | 165 | 169 | 173 | 174 | 183 | 185 | 189 | 193 | 194 | 196 | 200 | 204 | 205 | 207 | 211 | 215 | 216 | 226 | 228 | 232 | 236 | 237 | 247 | 257 | 267 | 277 | 279 | 283 | 287 | 288 | 290 | 294 | 298 | 299 | 309 | 311 | 315 | 319 | 320 | 329 | 331 | 335 | 339 | 340 | 341 | 362 | 373 | 374 | 376 | 377 | 379 | image/svg+xml 380 | 382 | 383 | 384 | 385 | 386 | 391 | 395 | 398 | 403 | 408 | 409 | 412 | 417 | 422 | 427 | 428 | 431 | 436 | 441 | 446 | 447 | 450 | 455 | 460 | 461 | 464 | 469 | 474 | 475 | 476 | 477 | -------------------------------------------------------------------------------- /Breezemite/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Comment=Aurorae theme that mimics Yosemite window decoration, with Breeze colors. Based on Yosemite v0.1 3 | Name=Breezemite 4 | X-KDE-PluginInfo-Author=andreyorst 5 | X-KDE-PluginInfo-Category= 6 | X-KDE-PluginInfo-Depends= 7 | X-KDE-PluginInfo-Email=andreyorst@gmail.com 8 | X-KDE-PluginInfo-EnabledByDefault=true 9 | X-KDE-PluginInfo-License=GPL_V2 10 | X-KDE-PluginInfo-Name=Breezemite 11 | X-KDE-PluginInfo-Version=0.3.0 12 | -------------------------------------------------------------------------------- /Breezemite/minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 32 | 34 | 38 | 42 | 43 | 45 | 49 | 53 | 54 | 56 | 60 | 64 | 65 | 74 | 84 | 94 | 104 | 106 | 110 | 114 | 115 | 125 | 127 | 131 | 135 | 136 | 145 | 154 | 163 | 165 | 169 | 173 | 174 | 183 | 185 | 189 | 193 | 194 | 196 | 200 | 204 | 205 | 207 | 211 | 215 | 216 | 226 | 228 | 232 | 236 | 237 | 247 | 257 | 267 | 277 | 279 | 283 | 287 | 288 | 290 | 294 | 298 | 299 | 309 | 311 | 315 | 319 | 320 | 329 | 331 | 335 | 339 | 340 | 341 | 362 | 373 | 374 | 376 | 377 | 379 | image/svg+xml 380 | 382 | 383 | 384 | 385 | 386 | 391 | 395 | 398 | 403 | 408 | 409 | 412 | 417 | 422 | 427 | 428 | 431 | 436 | 441 | 442 | 445 | 450 | 455 | 460 | 461 | 464 | 469 | 474 | 475 | 476 | 477 | -------------------------------------------------------------------------------- /Breezemite/restore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 32 | 34 | 38 | 42 | 43 | 45 | 49 | 53 | 54 | 56 | 60 | 64 | 65 | 74 | 84 | 94 | 104 | 106 | 110 | 114 | 115 | 125 | 127 | 131 | 135 | 136 | 145 | 154 | 163 | 165 | 169 | 173 | 174 | 183 | 185 | 189 | 193 | 194 | 196 | 200 | 204 | 205 | 207 | 211 | 215 | 216 | 226 | 228 | 232 | 236 | 237 | 247 | 257 | 267 | 277 | 279 | 283 | 287 | 288 | 290 | 294 | 298 | 299 | 309 | 311 | 315 | 319 | 320 | 329 | 331 | 335 | 339 | 340 | 341 | 362 | 373 | 374 | 376 | 377 | 379 | image/svg+xml 380 | 382 | 383 | 384 | 385 | 386 | 391 | 395 | 398 | 403 | 408 | 409 | 412 | 417 | 422 | 427 | 428 | 431 | 436 | 441 | 446 | 447 | 450 | 455 | 460 | 461 | 464 | 469 | 474 | 475 | 476 | 477 | -------------------------------------------------------------------------------- /Breezemite_dark/Breezemite_darkrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=239,240,241 4 | ActiveTextShadowColor=142,142,142,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | Animation=0 7 | InactiveFocusedTabColor=120,120,120 8 | InactiveTextColor=120,120,120 9 | InactiveTextShadowColor=255,255,255,255 10 | InactiveUnfocusedTabColor=120,120,120 11 | LeftButtons=XIA 12 | RightButtons= 13 | Shadow=false 14 | TextShadowOffsetX=1 15 | TextShadowOffsetY=1 16 | TitleAlignment=Center 17 | TitleVerticalAlignment=Center 18 | UseTextShadow=true 19 | 20 | [Layout] 21 | BorderBottom=1 22 | BorderLeft=1 23 | BorderRight=1 24 | ButtonHeight=13 25 | ButtonMarginTop=2 26 | ButtonSpacing=8 27 | ButtonWidth=13 28 | ExplicitButtonSpacer=0 29 | PaddingBottom=84 30 | PaddingLeft=74 31 | PaddingRight=74 32 | PaddingTop=35 33 | TitleBorderLeft=0 34 | TitleBorderRight=52 35 | TitleEdgeBottom=5 36 | TitleEdgeBottomMaximized=4 37 | TitleEdgeLeft=10 38 | TitleEdgeLeftMaximized=4 39 | TitleEdgeRight=10 40 | TitleEdgeRightMaximized=10 41 | TitleEdgeTop=4 42 | TitleEdgeTopMaximized=4 43 | TitleHeight=15 44 | -------------------------------------------------------------------------------- /Breezemite_dark/alldesktops.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 35 | 36 | 38 | 42 | 46 | 47 | 49 | 53 | 57 | 58 | 60 | 64 | 68 | 69 | 71 | 75 | 79 | 80 | 89 | 99 | 109 | 119 | 121 | 125 | 129 | 130 | 140 | 142 | 146 | 150 | 151 | 160 | 169 | 178 | 180 | 184 | 188 | 189 | 198 | 200 | 204 | 208 | 209 | 211 | 215 | 219 | 220 | 222 | 226 | 230 | 231 | 241 | 243 | 247 | 251 | 252 | 262 | 272 | 282 | 292 | 294 | 298 | 302 | 303 | 305 | 309 | 313 | 314 | 324 | 326 | 330 | 334 | 335 | 344 | 346 | 350 | 354 | 355 | 366 | 373 | 377 | 378 | 379 | 400 | 411 | 412 | 414 | 415 | 417 | image/svg+xml 418 | 420 | 421 | 422 | 423 | 424 | 429 | 433 | 440 | 443 | 448 | 453 | 454 | 457 | 462 | 467 | 475 | 476 | 479 | 484 | 489 | 497 | 498 | 501 | 506 | 511 | 512 | 515 | 520 | 525 | 526 | 527 | 528 | -------------------------------------------------------------------------------- /Breezemite_dark/keepbelow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 35 | 36 | 38 | 42 | 46 | 47 | 49 | 53 | 57 | 58 | 60 | 64 | 68 | 69 | 71 | 75 | 79 | 80 | 89 | 99 | 109 | 119 | 121 | 125 | 129 | 130 | 140 | 142 | 146 | 150 | 151 | 160 | 169 | 178 | 180 | 184 | 188 | 189 | 198 | 200 | 204 | 208 | 209 | 211 | 215 | 219 | 220 | 222 | 226 | 230 | 231 | 241 | 243 | 247 | 251 | 252 | 262 | 272 | 282 | 292 | 294 | 298 | 302 | 303 | 305 | 309 | 313 | 314 | 324 | 326 | 330 | 334 | 335 | 344 | 346 | 350 | 354 | 355 | 366 | 373 | 377 | 378 | 379 | 400 | 411 | 412 | 414 | 415 | 417 | image/svg+xml 418 | 420 | 421 | 422 | 423 | 424 | 429 | 433 | 440 | 443 | 448 | 453 | 454 | 457 | 462 | 467 | 473 | 474 | 477 | 482 | 487 | 493 | 494 | 497 | 502 | 507 | 508 | 511 | 516 | 521 | 522 | 523 | 524 | -------------------------------------------------------------------------------- /Breezemite_dark/maximize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 32 | 34 | 38 | 42 | 43 | 45 | 49 | 53 | 54 | 56 | 60 | 64 | 65 | 74 | 84 | 94 | 104 | 106 | 110 | 114 | 115 | 125 | 127 | 131 | 135 | 136 | 145 | 154 | 163 | 165 | 169 | 173 | 174 | 183 | 185 | 189 | 193 | 194 | 196 | 200 | 204 | 205 | 207 | 211 | 215 | 216 | 226 | 228 | 232 | 236 | 237 | 247 | 257 | 267 | 277 | 279 | 283 | 287 | 288 | 290 | 294 | 298 | 299 | 309 | 311 | 315 | 319 | 320 | 329 | 331 | 335 | 339 | 340 | 341 | 362 | 373 | 374 | 376 | 377 | 379 | image/svg+xml 380 | 382 | 383 | 384 | 385 | 386 | 391 | 395 | 398 | 403 | 408 | 409 | 412 | 417 | 422 | 427 | 428 | 431 | 436 | 441 | 446 | 447 | 450 | 455 | 460 | 461 | 464 | 469 | 474 | 475 | 476 | 477 | -------------------------------------------------------------------------------- /Breezemite_dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Comment=Aurorae theme that mimics Yosemite window decoration, with Breeze colors. Based on Yosemite v0.1 3 | Name=Breezemite dark 4 | X-KDE-PluginInfo-Author=andreyorst 5 | X-KDE-PluginInfo-Category= 6 | X-KDE-PluginInfo-Depends= 7 | X-KDE-PluginInfo-Email=andreyorst@gmail.com 8 | X-KDE-PluginInfo-EnabledByDefault=true 9 | X-KDE-PluginInfo-License=GPL_V2 10 | X-KDE-PluginInfo-Name=Breezemite_dark 11 | X-KDE-PluginInfo-Version=0.3.0 12 | -------------------------------------------------------------------------------- /Breezemite_dark/minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 32 | 34 | 38 | 42 | 43 | 45 | 49 | 53 | 54 | 56 | 60 | 64 | 65 | 74 | 84 | 94 | 104 | 106 | 110 | 114 | 115 | 125 | 127 | 131 | 135 | 136 | 145 | 154 | 163 | 165 | 169 | 173 | 174 | 183 | 185 | 189 | 193 | 194 | 196 | 200 | 204 | 205 | 207 | 211 | 215 | 216 | 226 | 228 | 232 | 236 | 237 | 247 | 257 | 267 | 277 | 279 | 283 | 287 | 288 | 290 | 294 | 298 | 299 | 309 | 311 | 315 | 319 | 320 | 329 | 331 | 335 | 339 | 340 | 341 | 362 | 373 | 374 | 376 | 377 | 379 | image/svg+xml 380 | 382 | 383 | 384 | 385 | 386 | 391 | 395 | 398 | 403 | 408 | 409 | 412 | 417 | 422 | 427 | 428 | 431 | 436 | 441 | 442 | 445 | 450 | 455 | 460 | 461 | 464 | 469 | 474 | 475 | 476 | 477 | -------------------------------------------------------------------------------- /Breezemite_dark/restore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 23 | 27 | 31 | 32 | 34 | 38 | 42 | 43 | 45 | 49 | 53 | 54 | 56 | 60 | 64 | 65 | 74 | 84 | 94 | 104 | 106 | 110 | 114 | 115 | 125 | 127 | 131 | 135 | 136 | 145 | 154 | 163 | 165 | 169 | 173 | 174 | 183 | 185 | 189 | 193 | 194 | 196 | 200 | 204 | 205 | 207 | 211 | 215 | 216 | 226 | 228 | 232 | 236 | 237 | 247 | 257 | 267 | 277 | 279 | 283 | 287 | 288 | 290 | 294 | 298 | 299 | 309 | 311 | 315 | 319 | 320 | 329 | 331 | 335 | 339 | 340 | 341 | 362 | 373 | 374 | 376 | 377 | 379 | image/svg+xml 380 | 382 | 383 | 384 | 385 | 386 | 391 | 395 | 398 | 403 | 408 | 409 | 412 | 417 | 422 | 427 | 428 | 431 | 436 | 441 | 446 | 447 | 450 | 455 | 460 | 461 | 464 | 469 | 474 | 475 | 476 | 477 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Breezemite 2 | Aurorae theme for KDE Plasma that mimics Yosemite window decoration, but with Breeze colors to match Breeze window theme. 3 | 4 | ### Installation: 5 | Copy theme folders to `~/.local/share/aurorae/themes` 6 | 7 | If you want to add a new colorscheme to this theme, feel free to send a PR, I'll prepare a package for KDE Store, and tag you as author here, and in the package name, so all color variants will be able via single store page, and same repository. 8 | 9 | ![Breezemite](https://cn.pling.com/img/6/6/d/d/5ee0d8f29801ecd2f6c418d05b4c77d6173a.png) 10 | [KDE Store](https://store.kde.org/p/1169286/) 11 | 12 | ## F.A.Q. 13 | 14 | **Q.** My borders are oversized! 15 | **A.** Check if you're using **display scaling**, or especially **font scaling**. This theme is sensitive to them (my fault) 16 | 17 | **Q.** Titlebar is transparent! 18 | **A.** Youre usind **HiDPI** dipllay, right? check [this issue](https://github.com/andreyorst/Breezemite/issues/4#issuecomment-295890785) for solution. If not, open new issue and I'll try to help you 19 | 20 | **Q.** No shade (roll up) button! 21 | **A.** Yes. No shade button. It is bugged in aurorae theme engine. 22 | 23 | **Q.** Damn, draggable area of borders is 1px! 24 | **A.** Yes, i know, [this it what matters](https://www.youtube.com/watch?v=4MycEcQOSzc). [Check this issue](https://github.com/andreyorst/Breezemite/issues/2) 25 | 26 | **Q.** Icon for title bar Application Menu button is missing! 27 | **A.** Check [this](https://github.com/andreyorst/Breezemite/issues/5) issue for explanations. 28 | 29 | **Q.** Incorrect Application Menu position! 30 | **A.** I personally recommend you to use this theme with application menu widget, since it is a mac style theme. But check [this](https://github.com/andreyorst/Breezemite/issues/6) issue for explanations. 31 | 32 | ## 33 | 34 | Due the limitation of aurorae engine active development of this theme stopped. Since I can't do much about issuers listed in **F.A.Q.** sections I will only accept PRs with color variants, and try to help with issues that can be solved by tweaking `rc` file. I'm thinking about diving into real breeze to create a patch, that adds Mac Os style buttons to it, and maybe some modifications to kwin, to add rounded corners to borderless windows, but that's nearly not a near future. 35 | 36 | If you re interested in theme visually similar to Breezemite take a look on the theme from [Igor Shovkun](https://github.com/ishovkun). It has all features which are missing in breezemite. [SierraBreeze](https://github.com/ishovkun/SierraBreeze). 37 | --------------------------------------------------------------------------------