├── KArc-Dark ├── KArc-Darkrc ├── LICENSE ├── close.svgz ├── decoration.svg ├── maximize.svgz ├── metadata.desktop └── minimize.svgz ├── KArc.colors ├── KArc.qtcurve ├── KArc ├── KArcrc ├── LICENSE ├── close.svgz ├── decoration.svg ├── help.svgz ├── maximize.svgz ├── metadata.desktop └── minimize.svgz ├── KArcDark.colors ├── README.md └── desktoptheme ├── KArc-Transparent ├── AUTHORS ├── LICENSE ├── colors ├── dialogs │ ├── background.svgz │ ├── kickoff.svgz │ ├── krunner.svgz │ └── shutdowndialog.svgz ├── icons │ ├── akonadi.svgz │ ├── akregator.svgz │ ├── amarok.svgz │ ├── applications.svgz │ ├── apport.svgz │ ├── audio.svgz │ ├── battery.svgz │ ├── bookmarks.svgz │ ├── computer.svgz │ ├── configure.svgz │ ├── device.svgz │ ├── distribute.svgz │ ├── document.svgz │ ├── drive.svgz │ ├── edit.svgz │ ├── go.svgz │ ├── input.svgz │ ├── kdeconnect.svgz │ ├── keyboard.svgz │ ├── kget.svgz │ ├── kgpg.svgz │ ├── klipper.svgz │ ├── kmail.svgz │ ├── konv_message.svgz │ ├── konversation.svgz │ ├── kopete.svgz │ ├── korgac.svgz │ ├── kpackagekit.svgz │ ├── kteatime.svgz │ ├── ktorrent.svgz │ ├── list.svgz │ ├── mail.svgz │ ├── media.svgz │ ├── nepomuk.svgz │ ├── network.svgz │ ├── notification.svgz │ ├── phone.svgz │ ├── plasma-networkmanagement2.svgz │ ├── preferences.svgz │ ├── printer.svgz │ ├── quassel.svgz │ ├── slc.svgz │ ├── software-updates.svgz │ ├── start.svgz │ ├── system.svgz │ ├── touchpad.svgz │ ├── user.svgz │ ├── video.svgz │ ├── view.svgz │ ├── wallet.svgz │ ├── window.svgz │ └── zoom.svgz ├── metadata.desktop ├── opaque │ ├── dialogs │ │ └── background.svgz │ └── widgets │ │ ├── panel-background.svgz │ │ └── tooltip.svgz ├── translucent │ ├── dialogs │ │ └── background.svgz │ └── widgets │ │ ├── panel-background.svgz │ │ └── tooltip.svgz └── widgets │ ├── action-overlays.svgz │ ├── actionbutton.svgz │ ├── activities.svgz │ ├── analog_meter.svgz │ ├── arrows.svgz │ ├── background.svgz │ ├── bar_meter_horizontal.svgz │ ├── bar_meter_vertical.svgz │ ├── branding.svgz │ ├── busywidget.svgz │ ├── button.svgz │ ├── calendar.svgz │ ├── checkmarks.svgz │ ├── clock.svgz │ ├── configuration-icons.svgz │ ├── containment-controls.svgz │ ├── dragger.svgz │ ├── frame.svgz │ ├── glowbar.svgz │ ├── line.svgz │ ├── lineedit.svgz │ ├── listitem.svgz │ ├── media-delegate.svgz │ ├── monitor.svgz │ ├── notes.svgz │ ├── pager.svgz │ ├── panel-background.svgz │ ├── picker.svgz │ ├── plot-background.svgz │ ├── scrollbar.svgz │ ├── scrollwidget.svgz │ ├── slider.svgz │ ├── tabbar.svgz │ ├── tasks.svgz │ ├── timer.svgz │ ├── toolbar.svgz │ ├── tooltip.svgz │ ├── translucentbackground.svgz │ └── viewitem.svgz ├── KArc ├── AUTHORS ├── LICENSE ├── colors ├── dialogs │ ├── background.svgz │ ├── kickoff.svgz │ ├── krunner.svgz │ └── shutdowndialog.svgz ├── icons │ ├── akonadi.svgz │ ├── akregator.svgz │ ├── amarok.svgz │ ├── applications.svgz │ ├── apport.svgz │ ├── audio.svgz │ ├── battery.svgz │ ├── bookmarks.svgz │ ├── computer.svgz │ ├── configure.svgz │ ├── device.svgz │ ├── distribute.svgz │ ├── document.svgz │ ├── drive.svgz │ ├── edit.svgz │ ├── go.svgz │ ├── input.svgz │ ├── kdeconnect.svgz │ ├── keyboard.svgz │ ├── kget.svgz │ ├── kgpg.svgz │ ├── klipper.svgz │ ├── kmail.svgz │ ├── konv_message.svgz │ ├── konversation.svgz │ ├── kopete.svgz │ ├── korgac.svgz │ ├── kpackagekit.svgz │ ├── kteatime.svgz │ ├── ktorrent.svgz │ ├── list.svgz │ ├── mail.svgz │ ├── media.svgz │ ├── nepomuk.svgz │ ├── network.svgz │ ├── notification.svgz │ ├── phone.svgz │ ├── plasma-networkmanagement2.svgz │ ├── preferences.svgz │ ├── printer.svgz │ ├── quassel.svgz │ ├── slc.svgz │ ├── software-updates.svgz │ ├── start.svgz │ ├── system.svgz │ ├── touchpad.svgz │ ├── user.svgz │ ├── video.svgz │ ├── view.svgz │ ├── wallet.svgz │ ├── window.svgz │ └── zoom.svgz ├── metadata.desktop ├── opaque │ ├── dialogs │ │ └── background.svgz │ └── widgets │ │ ├── panel-background.svgz │ │ └── tooltip.svgz ├── translucent │ ├── dialogs │ │ └── background.svgz │ └── widgets │ │ ├── panel-background.svgz │ │ └── tooltip.svgz └── widgets │ ├── action-overlays.svgz │ ├── actionbutton.svgz │ ├── activities.svgz │ ├── analog_meter.svgz │ ├── arrows.svgz │ ├── background.svgz │ ├── bar_meter_horizontal.svgz │ ├── bar_meter_vertical.svgz │ ├── branding.svgz │ ├── busywidget.svgz │ ├── button.svgz │ ├── calendar.svgz │ ├── checkmarks.svgz │ ├── clock.svgz │ ├── configuration-icons.svgz │ ├── containment-controls.svgz │ ├── dragger.svgz │ ├── frame.svgz │ ├── glowbar.svgz │ ├── line.svgz │ ├── lineedit.svgz │ ├── listitem.svgz │ ├── media-delegate.svgz │ ├── monitor.svgz │ ├── notes.svgz │ ├── pager.svgz │ ├── panel-background.svgz │ ├── picker.svgz │ ├── plot-background.svgz │ ├── scrollbar.svgz │ ├── scrollwidget.svgz │ ├── slider.svgz │ ├── tabbar.svgz │ ├── tasks.svgz │ ├── timer.svgz │ ├── toolbar.svgz │ ├── tooltip.svgz │ ├── translucentbackground.svgz │ └── viewitem.svgz └── menu-icon.svg /KArc-Dark/KArc-Darkrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=245,245,245 4 | ActiveTextShadowColor=255,255,255,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | Animation=0 7 | InactiveFocusedTabColor=120,120,120 8 | InactiveTextColor=192,192,192 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 | BorderTop=1 25 | ButtonHeight=14 26 | ButtonMarginTop=3 27 | ButtonSpacing=17 28 | ButtonWidth=14 29 | ExplicitButtonSpacer=0 30 | PaddingBottom=86 31 | PaddingLeft=75 32 | PaddingRight=75 33 | PaddingTop=35 34 | TitleBorderLeft=0 35 | TitleBorderRight=52 36 | TitleEdgeBottom=5 37 | TitleEdgeBottomMaximized=4 38 | TitleEdgeLeft=10 39 | TitleEdgeLeftMaximized=4 40 | TitleEdgeRight=10 41 | TitleEdgeRightMaximized=4 42 | TitleEdgeTop=4 43 | TitleEdgeTopMaximized=2 44 | TitleHeight=15 45 | -------------------------------------------------------------------------------- /KArc-Dark/LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public licenses. 411 | Notwithstanding, Creative Commons may elect to apply one of its public 412 | licenses to material it publishes and in those instances will be 413 | considered the "Licensor." Except for the limited purpose of indicating 414 | that material is shared under a Creative Commons public license or as 415 | otherwise permitted by the Creative Commons policies published at 416 | creativecommons.org/policies, Creative Commons does not authorize the 417 | use of the trademark "Creative Commons" or any other trademark or logo 418 | of Creative Commons without its prior written consent including, 419 | without limitation, in connection with any unauthorized modifications 420 | to any of its public licenses or any other arrangements, 421 | understandings, or agreements concerning use of licensed material. For 422 | the avoidance of doubt, this paragraph does not form part of the public 423 | licenses. 424 | 425 | Creative Commons may be contacted at creativecommons.org. -------------------------------------------------------------------------------- /KArc-Dark/close.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/KArc-Dark/close.svgz -------------------------------------------------------------------------------- /KArc-Dark/maximize.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/KArc-Dark/maximize.svgz -------------------------------------------------------------------------------- /KArc-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=KArc-Dark 3 | X-KDE-PluginInfo-Author=J. Rutkowski 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=zbeptz@gmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=Attribution-ShareAlike 4.0 International 9 | X-KDE-PluginInfo-Name=KArc-Dark 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /KArc-Dark/minimize.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/KArc-Dark/minimize.svgz -------------------------------------------------------------------------------- /KArc.colors: -------------------------------------------------------------------------------- 1 | [ColorEffects:Disabled] 2 | Color=56,56,56 3 | ColorAmount=0 4 | ColorEffect=0 5 | ContrastAmount=0.65000000000000002 6 | ContrastEffect=1 7 | IntensityAmount=0.10000000000000001 8 | IntensityEffect=2 9 | 10 | [ColorEffects:Inactive] 11 | ChangeSelectionColor=true 12 | Color=112,111,110 13 | ColorAmount=0.025000000000000001 14 | ColorEffect=2 15 | ContrastAmount=0.10000000000000001 16 | ContrastEffect=2 17 | Enable=true 18 | IntensityAmount=0 19 | IntensityEffect=0 20 | 21 | [Colors:Button] 22 | BackgroundAlternate=189,195,199 23 | BackgroundNormal=239,240,241 24 | DecorationFocus=61,174,233 25 | DecorationHover=147,206,233 26 | ForegroundActive=61,174,233 27 | ForegroundInactive=127,140,141 28 | ForegroundLink=41,128,185 29 | ForegroundNegative=218,68,83 30 | ForegroundNeutral=246,116,0 31 | ForegroundNormal=49,54,59 32 | ForegroundPositive=39,174,96 33 | ForegroundVisited=127,140,141 34 | 35 | [Colors:Selection] 36 | BackgroundAlternate=29,153,243 37 | BackgroundNormal=61,174,233 38 | DecorationFocus=61,174,233 39 | DecorationHover=147,206,233 40 | ForegroundActive=252,252,252 41 | ForegroundInactive=239,240,241 42 | ForegroundLink=253,188,75 43 | ForegroundNegative=218,68,83 44 | ForegroundNeutral=246,116,0 45 | ForegroundNormal=239,240,241 46 | ForegroundPositive=39,174,96 47 | ForegroundVisited=189,195,199 48 | 49 | [Colors:Tooltip] 50 | BackgroundAlternate=77,77,77 51 | BackgroundNormal=49,54,59 52 | DecorationFocus=61,174,233 53 | DecorationHover=147,206,233 54 | ForegroundActive=61,174,233 55 | ForegroundInactive=189,195,199 56 | ForegroundLink=41,128,185 57 | ForegroundNegative=218,68,83 58 | ForegroundNeutral=246,116,0 59 | ForegroundNormal=239,240,241 60 | ForegroundPositive=39,174,96 61 | ForegroundVisited=127,140,141 62 | 63 | [Colors:View] 64 | BackgroundAlternate=239,240,241 65 | BackgroundNormal=252,252,252 66 | DecorationFocus=61,174,233 67 | DecorationHover=147,206,233 68 | ForegroundActive=61,174,233 69 | ForegroundInactive=127,140,141 70 | ForegroundLink=41,128,185 71 | ForegroundNegative=218,68,83 72 | ForegroundNeutral=246,116,0 73 | ForegroundNormal=49,54,59 74 | ForegroundPositive=39,174,96 75 | ForegroundVisited=127,140,141 76 | 77 | [Colors:Window] 78 | BackgroundAlternate=189,195,199 79 | BackgroundNormal=231,232,235 80 | DecorationFocus=61,174,233 81 | DecorationHover=147,206,233 82 | ForegroundActive=61,174,233 83 | ForegroundInactive=127,140,141 84 | ForegroundLink=41,128,185 85 | ForegroundNegative=218,68,83 86 | ForegroundNeutral=246,116,0 87 | ForegroundNormal=49,54,59 88 | ForegroundPositive=39,174,96 89 | ForegroundVisited=127,140,141 90 | 91 | [General] 92 | ColorScheme=KArc 93 | Name=KArc 94 | shadeSortColumn=true 95 | 96 | [KDE] 97 | contrast=6 98 | 99 | [WM] 100 | activeBackground=71,80,87 101 | activeBlend=255,255,255 102 | activeForeground=239,240,241 103 | inactiveBackground=239,240,241 104 | inactiveBlend=75,71,67 105 | inactiveForeground=189,195,199 106 | -------------------------------------------------------------------------------- /KArc.qtcurve: -------------------------------------------------------------------------------- 1 | [ActiveShadows] 2 | Color=75,75,75 3 | ColorType=5 4 | HOffset=10 5 | Size=29 6 | VOffset=20 7 | 8 | [KWin] 9 | BorderSize=3 10 | CustomShadows=true 11 | EdgePad=3 12 | InnerBorder=0 13 | OuterBorder=0 14 | 15 | [Settings] 16 | activeTabAppearance=customgradient3 17 | animatedProgress=false 18 | appearance=customgradient3 19 | bgndAppearance=customgradient3 20 | bgndGrad=horiz 21 | bgndImage=none 22 | bgndOpacity=85 23 | boldProgress=false 24 | borderInactiveTab=false 25 | borderMenuitems=false 26 | borderProgress=false 27 | borderSbarGroove=false 28 | borderSelection=false 29 | borderTab=true 30 | buttonEffect=shadow 31 | centerTabText=true 32 | colorMenubarMouseOver=true 33 | colorSelTab=0 34 | colorSliderMouseOver=false 35 | coloredMouseOver=none 36 | coloredTbarMo=false 37 | comboBtn=none 38 | comboSplitter=false 39 | crButton=true 40 | crColor=none 41 | crHighlight=0 42 | crSize=15 43 | customAlphas=0 44 | customMenuNormTextColor=#000000 45 | customMenuSelTextColor=#000000 46 | customMenuTextColor=false 47 | customShades=1.16,1.07,0.9,0.78,0.84,0.87 48 | customgradient1=none,0,0.85,0.5,0.85,1,0.85 49 | customgradient2=none,0,1,0.5,1,1,1 50 | customgradient3=none,0,1,1,1 51 | darkerBorders=false 52 | defBtnIndicator=glow 53 | dlgOpacity=85 54 | doubleGtkComboArrow=false 55 | drawStatusBarFrames=false 56 | dwtAppearance=flat 57 | dwtSettings=0 58 | embolden=false 59 | etchEntry=false 60 | expanderHighlight=3 61 | fadeLines=false 62 | fillProgress=true 63 | fillSlider=true 64 | flatSbarButtons=true 65 | focus=line 66 | forceAlternateLvCols=false 67 | gbFactor=0 68 | gbLabel=9 69 | glowProgress=none 70 | grooveAppearance=customgradient2 71 | groupBox=none 72 | gtkButtonOrder=false 73 | gtkComboMenus=true 74 | gtkScrollViews=false 75 | handles=flat 76 | hideShortcutUnderline=true 77 | highlightFactor=2 78 | highlightScrollViews=true 79 | highlightTab=false 80 | inactiveTitlebarAppearance=flat 81 | invertBotTab=false 82 | lighterPopupMenuBgnd=15 83 | lvAppearance=flat 84 | lvButton=false 85 | lvLines=false 86 | mapKdeIcons=true 87 | menuBgndAppearance=flat 88 | menuBgndGrad=horiz 89 | menuBgndImage=none 90 | menuBgndOpacity=90 91 | menuDelay=225 92 | menuIcons=true 93 | menuStripe=none 94 | menuStripeAppearance=flat 95 | menubarAppearance=flat 96 | menubarApps=amarok,VirtualBox,arora,kaffeine,smplayer,kcalc 97 | menubarHiding=0 98 | menubarMouseOver=true 99 | menuitemAppearance=flat 100 | noBgndGradientApps= 101 | noBgndImageApps= 102 | noBgndOpacityApps=totem,vmware,kaffeine,vmplayer,kscreenlocker,smplayer,sonata,dragon,inkscape 103 | noMenuBgndOpacityApps=totem,vmware,vmplayer,sonata,inkscape,gtk 104 | noMenuStripeApps=soffice.bin,gtk 105 | passwordChar=9679 106 | popupBorder=false 107 | progressAppearance=customgradient3 108 | progressColor=origselected 109 | progressGrooveAppearance=customgradient1 110 | progressGrooveColor=base 111 | reorderGtkButtons=false 112 | round=slight 113 | roundAllTabs=true 114 | roundMbTopOnly=false 115 | sbarBgndAppearance=flat 116 | scrollbarType=none 117 | selectionAppearance=customgradient2 118 | shadeCheckRadio=origselected 119 | shadeMenubarOnlyWhenActive=false 120 | shadeMenubars=none 121 | shadePopupMenu=true 122 | shadeSliders=#6A7181 123 | shading=hsl 124 | sliderAppearance=flat 125 | sliderFill=true 126 | sliderStyle=circular 127 | sliderThumbs=none 128 | sliderWidth=9 129 | smallRadio=true 130 | sortedLv=none 131 | splitterHighlight=3 132 | splitters=none 133 | square=2 134 | statusbarApps=kde 135 | statusbarHiding=0 136 | stdBtnSizes=false 137 | stdSidebarButtons=false 138 | stripedProgress=none 139 | stripedSbar=false 140 | sunkenAppearance=customgradient3 141 | tabAppearance=customgradient3 142 | tabBgnd=2 143 | tabMouseOver=glow 144 | tbarBtnAppearance=none 145 | tbarBtnEffect=none 146 | tbarBtns=standard 147 | thin=0 148 | thinSbarGroove=false 149 | titlebarAlignment=left 150 | titlebarAppearance=flat 151 | titlebarButtonAppearance=flat 152 | titlebarButtons=2189 153 | titlebarEffect=none 154 | titlebarIcon=menu 155 | toolbarAppearance=flat 156 | toolbarBorders=none 157 | toolbarSeparators=flat 158 | toolbarTabs=true 159 | tooltipAppearance=flat 160 | unifyCombo=true 161 | unifySpin=true 162 | unifySpinBtns=false 163 | useHighlightForMenu=true 164 | useQtFileDialogApps=googleearth-bin 165 | vArrows=false 166 | version=1.8.18 167 | windowBorder=33 168 | windowDrag=3 169 | xCheck=false 170 | -------------------------------------------------------------------------------- /KArc/KArcrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=82,93,118 4 | ActiveTextShadowColor=255,255,255,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | Animation=0 7 | InactiveFocusedTabColor=120,120,120 8 | InactiveTextColor=124,140,178 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 | BorderTop=1 25 | ButtonHeight=14 26 | ButtonMarginTop=3 27 | ButtonSpacing=17 28 | ButtonWidth=14 29 | ExplicitButtonSpacer=0 30 | PaddingBottom=86 31 | PaddingLeft=75 32 | PaddingRight=75 33 | PaddingTop=35 34 | TitleBorderLeft=0 35 | TitleBorderRight=52 36 | TitleEdgeBottom=5 37 | TitleEdgeBottomMaximized=4 38 | TitleEdgeLeft=10 39 | TitleEdgeLeftMaximized=4 40 | TitleEdgeRight=10 41 | TitleEdgeRightMaximized=4 42 | TitleEdgeTop=4 43 | TitleEdgeTopMaximized=2 44 | TitleHeight=15 45 | -------------------------------------------------------------------------------- /KArc/LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public licenses. 411 | Notwithstanding, Creative Commons may elect to apply one of its public 412 | licenses to material it publishes and in those instances will be 413 | considered the "Licensor." Except for the limited purpose of indicating 414 | that material is shared under a Creative Commons public license or as 415 | otherwise permitted by the Creative Commons policies published at 416 | creativecommons.org/policies, Creative Commons does not authorize the 417 | use of the trademark "Creative Commons" or any other trademark or logo 418 | of Creative Commons without its prior written consent including, 419 | without limitation, in connection with any unauthorized modifications 420 | to any of its public licenses or any other arrangements, 421 | understandings, or agreements concerning use of licensed material. For 422 | the avoidance of doubt, this paragraph does not form part of the public 423 | licenses. 424 | 425 | Creative Commons may be contacted at creativecommons.org. -------------------------------------------------------------------------------- /KArc/close.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/KArc/close.svgz -------------------------------------------------------------------------------- /KArc/help.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/KArc/help.svgz -------------------------------------------------------------------------------- /KArc/maximize.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/KArc/maximize.svgz -------------------------------------------------------------------------------- /KArc/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=KArc 3 | X-KDE-PluginInfo-Author=J. Rutkowski 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=zbeptz@gmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=Attribution-ShareAlike 4.0 International 9 | X-KDE-PluginInfo-Name=KArc 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /KArc/minimize.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/KArc/minimize.svgz -------------------------------------------------------------------------------- /KArcDark.colors: -------------------------------------------------------------------------------- 1 | [ColorEffects:Disabled] 2 | Color=56,56,56 3 | ColorAmount=0 4 | ColorEffect=0 5 | ContrastAmount=0.65000000000000002 6 | ContrastEffect=1 7 | IntensityAmount=0.10000000000000001 8 | IntensityEffect=2 9 | 10 | [ColorEffects:Inactive] 11 | ChangeSelectionColor=true 12 | Color=112,111,110 13 | ColorAmount=0.025000000000000001 14 | ColorEffect=2 15 | ContrastAmount=0.10000000000000001 16 | ContrastEffect=2 17 | Enable=true 18 | IntensityAmount=0 19 | IntensityEffect=0 20 | 21 | [Colors:Button] 22 | BackgroundAlternate=77,77,77 23 | BackgroundNormal=49,54,59 24 | DecorationFocus=56,60,74 25 | DecorationHover=56,60,74 26 | ForegroundActive=61,174,233 27 | ForegroundInactive=189,195,199 28 | ForegroundLink=41,128,185 29 | ForegroundNegative=218,68,83 30 | ForegroundNeutral=246,116,0 31 | ForegroundNormal=239,240,241 32 | ForegroundPositive=39,174,96 33 | ForegroundVisited=127,140,141 34 | 35 | [Colors:Selection] 36 | BackgroundAlternate=29,153,243 37 | BackgroundNormal=82,148,226 38 | DecorationFocus=56,60,74 39 | DecorationHover=56,60,74 40 | ForegroundActive=252,252,252 41 | ForegroundInactive=239,240,241 42 | ForegroundLink=253,188,75 43 | ForegroundNegative=218,68,83 44 | ForegroundNeutral=246,116,0 45 | ForegroundNormal=239,240,241 46 | ForegroundPositive=39,174,96 47 | ForegroundVisited=189,195,199 48 | 49 | [Colors:Tooltip] 50 | BackgroundAlternate=77,77,77 51 | BackgroundNormal=49,54,59 52 | DecorationFocus=56,60,74 53 | DecorationHover=56,60,74 54 | ForegroundActive=61,174,233 55 | ForegroundInactive=189,195,199 56 | ForegroundLink=41,128,185 57 | ForegroundNegative=218,68,83 58 | ForegroundNeutral=246,116,0 59 | ForegroundNormal=239,240,241 60 | ForegroundPositive=39,174,96 61 | ForegroundVisited=127,140,141 62 | 63 | [Colors:View] 64 | BackgroundAlternate=49,54,59 65 | BackgroundNormal=56,60,69 66 | DecorationFocus=56,60,74 67 | DecorationHover=56,60,74 68 | ForegroundActive=61,174,233 69 | ForegroundInactive=189,195,199 70 | ForegroundLink=41,128,185 71 | ForegroundNegative=218,68,83 72 | ForegroundNeutral=246,116,0 73 | ForegroundNormal=239,240,241 74 | ForegroundPositive=39,174,96 75 | ForegroundVisited=127,140,141 76 | 77 | [Colors:Window] 78 | BackgroundAlternate=77,77,77 79 | BackgroundNormal=56,60,74 80 | DecorationFocus=56,60,74 81 | DecorationHover=56,60,74 82 | ForegroundActive=61,174,233 83 | ForegroundInactive=189,195,199 84 | ForegroundLink=41,128,185 85 | ForegroundNegative=218,68,83 86 | ForegroundNeutral=246,116,0 87 | ForegroundNormal=179,189,203 88 | ForegroundPositive=39,174,96 89 | ForegroundVisited=127,140,141 90 | 91 | [General] 92 | ColorScheme=KArc-Dark 93 | Name=KArc-Dark 94 | shadeSortColumn=true 95 | 96 | [KDE] 97 | contrast=6 98 | 99 | [WM] 100 | activeBackground=49,54,59 101 | activeBlend=255,255,255 102 | activeForeground=239,240,241 103 | inactiveBackground=49,54,59 104 | inactiveBlend=75,71,67 105 | inactiveForeground=127,140,141 106 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # KArc 2 | 3 | An Arc port to the KDE Aurorae engine. KArc is a flat theme with support for transparency using QTCurve. KArc also supports translucent window backgrounds (blurred and increased contrast) using Desktop Effects. 4 | 5 | ####KArc is available in the following variants: 6 | 7 | #####KArc 8 | 9 | ![alt tag](http://i.imgur.com/BCgStHS.png) 10 | 11 | #####KArc-Darker 12 | 13 | ![alt tag](http://i.imgur.com/q73i1Re.png) 14 | 15 | #####KArc-Dark 16 | 17 | ![alt tag](http://i.imgur.com/eN4LWgG.png) 18 | 19 | ### Requirements 20 | * KDE Plasma 5 (tested on 5.4.2) 21 | * QTCurve theme engine 22 | 23 | ### Installation 24 | 25 | git clone https://github.com/zbeptz/KArc-theme.git && cd KArc-theme 26 | cp -r {KArc,KArc-Dark} ~/.local/share/aurorae/themes/ 27 | cd desktoptheme && cp -r {KArc,KArc-transparent} ~/.local/share/plasma/desktoptheme 28 | cd .. && cp {KArcDark.colors,KArc.colors} ~/.local/share/color-schemes 29 | cp KArc.qtcurve ~/.local/share/QTCurve 30 | 31 | To enable translucency, go to `System Settings > Desktop Behavior > Desktop Effects`, then select `Background Contrast` and `Blur`. Blur strength can be set light->strong. 32 | 33 | ### Bug reporting 34 | 35 | If you find a bug, please report it at https://github.com/zbeptz/KArc-theme/issues 36 | 37 | ### Full Preview 38 | ![alt tag](http://i.imgur.com/JOhJv9S.png) 39 | 40 | ![alt tag](http://i.imgur.com/xFmZfb3.png) 41 | 42 | ![alt tag](http://i.imgur.com/076z6Ks.png) 43 | -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------KArc PLASMA 5 THEME ------------------------ 2 | SOURCES: 3 | KDE Visual Design Group - authors Breeze theme (http://plasma.kde.org) 4 | Icons - sources icon theme Paper (https://github.com/snwh/paper-icon-theme) 5 | Alexey Varfolomeev - Papirus Pack KDE (https://github.com/varlesh/papirus-pack-kde) -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Paper available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Paper means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Paper 75 | and in which the Licensed Paper is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Paper is a musical work, performance, or sound recording, 80 | Adapted Paper is always produced where the Licensed Paper is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Paper in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Paper. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Paper means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Paper and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Paper to: 151 | 152 | a. reproduce and Share the Licensed Paper, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Paper. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Paper. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Paper. Every 180 | recipient of the Licensed Paper automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Paper. 186 | Every recipient of Adapted Paper from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Paper 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Paper if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Paper. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Paper is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Paper (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Paper: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Paper and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Paper to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Paper and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Paper is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Paper. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Paper You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Paper. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Paper that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Paper: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Paper, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Paper has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Paper under separate terms or conditions or stop 367 | distributing the Licensed Paper at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Paper not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Paper that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public licenses. 411 | Notwithstanding, Creative Commons may elect to apply one of its public 412 | licenses to material it publishes and in those instances will be 413 | considered the "Licensor." Except for the limited purpose of indicating 414 | that material is shared under a Creative Commons public license or as 415 | otherwise permitted by the Creative Commons policies published at 416 | creativecommons.org/policies, Creative Commons does not authorize the 417 | use of the trademark "Creative Commons" or any other trademark or logo 418 | of Creative Commons without its prior written consent including, 419 | without limitation, in connection with any unauthorized modifications 420 | to any of its public licenses or any other arrangements, 421 | understandings, or agreements concerning use of licensed material. For 422 | the avoidance of doubt, this paragraph does not form part of the public 423 | licenses. 424 | 425 | Creative Commons may be contacted at creativecommons.org. -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/colors: -------------------------------------------------------------------------------- 1 | [ColorEffects:Disabled] 2 | Color=56,56,56 3 | ColorAmount=0 4 | ColorEffect=0 5 | ContrastAmount=0.65 6 | ContrastEffect=1 7 | IntensityAmount=0.1 8 | IntensityEffect=2 9 | 10 | [ColorEffects:Inactive] 11 | ChangeSelectionColor=true 12 | Color=112,111,110 13 | ColorAmount=0.025 14 | ColorEffect=2 15 | ContrastAmount=0.1 16 | ContrastEffect=2 17 | Enable=false 18 | IntensityAmount=0 19 | IntensityEffect=0 20 | 21 | [Colors:Button] 22 | BackgroundAlternate=34,34,34 23 | BackgroundNormal=34,34,34 24 | DecorationFocus=136,136,136 25 | DecorationHover=136,136,136 26 | ForegroundActive=246,116,0 27 | ForegroundInactive=175,176,179 28 | ForegroundLink=136,136,136 29 | ForegroundNegative=237,21,21 30 | ForegroundNeutral=201,206,59 31 | ForegroundNormal=193,193,193 32 | ForegroundPositive=17,209,22 33 | ForegroundVisited=136,136,136 34 | 35 | [Colors:Selection] 36 | BackgroundAlternate=136,136,136 37 | BackgroundNormal=136,136,136 38 | DecorationFocus=136,136,136 39 | DecorationHover=136,136,136 40 | ForegroundActive=246,116,0 41 | ForegroundInactive=195,195,195 42 | ForegroundLink=193,193,193 43 | ForegroundNegative=237,21,21 44 | ForegroundNeutral=201,206,59 45 | ForegroundNormal=193,193,193 46 | ForegroundPositive=17,209,22 47 | ForegroundVisited=193,193,193 48 | 49 | [Colors:Tooltip] 50 | BackgroundAlternate=34,34,34 51 | BackgroundNormal=49,54,59 52 | DecorationFocus=136,136,136 53 | DecorationHover=136,136,136 54 | ForegroundActive=246,116,0 55 | ForegroundInactive=175,176,179 56 | ForegroundLink=136,136,136 57 | ForegroundNegative=237,21,21 58 | ForegroundNeutral=201,206,59 59 | ForegroundNormal=193,193,193 60 | ForegroundPositive=17,209,22 61 | ForegroundVisited=136,136,136 62 | 63 | [Colors:View] 64 | BackgroundAlternate=34,34,34 65 | BackgroundNormal=34,34,34 66 | DecorationFocus=136,136,136 67 | DecorationHover=136,136,136 68 | ForegroundActive=246,116,0 69 | ForegroundInactive=175,176,179 70 | ForegroundLink=136,136,136 71 | ForegroundNegative=237,21,21 72 | ForegroundNeutral=201,206,59 73 | ForegroundNormal=193,193,193 74 | ForegroundPositive=17,209,22 75 | ForegroundVisited=136,136,136 76 | 77 | [Colors:Window] 78 | BackgroundAlternate=34,34,34 79 | BackgroundNormal=49,54,59 80 | DecorationFocus=136,136,136 81 | DecorationHover=136,136,136 82 | ForegroundActive=246,116,0 83 | ForegroundInactive=175,176,179 84 | ForegroundLink=136,136,136 85 | ForegroundNegative=237,21,21 86 | ForegroundNeutral=201,206,59 87 | #fix 88 | ForegroundNormal=193,193,193 89 | ForegroundPositive=17,209,22 90 | ForegroundVisited=136,136,136 91 | 92 | [Colors:Complementary] 93 | BackgroundAlternate=218,217,216 94 | BackgroundNormal=34,34,34 95 | DecorationFocus=136,136,136 96 | DecorationHover=136,136,136 97 | ForegroundActive=246,116,0 98 | ForegroundInactive=175,176,179 99 | ForegroundLink=136,136,136 100 | ForegroundNegative=237,21,21 101 | ForegroundNeutral=201,206,59 102 | ForegroundNormal=193,193,193 103 | ForegroundPositive=17,209,22 104 | ForegroundVisited=136,136,136 105 | 106 | [General] 107 | ColorScheme=Papirus Dark 108 | Name=Papirus Dark 109 | shadeSortColumn=true 110 | 111 | [KDE] 112 | contrast=7 113 | 114 | [WM] 115 | activeBackground=136,136,136 116 | activeBlend=193,193,193 117 | activeForeground=193,193,193 118 | inactiveBackground=123,124,126 119 | inactiveBlend=123,124,126 120 | inactiveForeground=193,193,193 121 | -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/dialogs/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/dialogs/kickoff.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/dialogs/kickoff.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/dialogs/krunner.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/dialogs/krunner.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/dialogs/shutdowndialog.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/dialogs/shutdowndialog.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/akonadi.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/akonadi.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/akregator.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/akregator.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/amarok.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/amarok.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/applications.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/applications.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/apport.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/apport.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/audio.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/audio.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/battery.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/battery.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/bookmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/bookmarks.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/computer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/computer.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/configure.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/configure.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/device.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/device.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/distribute.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/distribute.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/document.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/document.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/drive.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/drive.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/edit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/edit.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/go.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/go.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/input.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/input.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/kdeconnect.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/kdeconnect.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/keyboard.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/keyboard.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/kget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/kget.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/kgpg.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/kgpg.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/klipper.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/klipper.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/kmail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/kmail.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/konv_message.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/konv_message.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/konversation.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/konversation.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/kopete.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/kopete.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/korgac.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/korgac.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/kpackagekit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/kpackagekit.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/kteatime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/kteatime.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/ktorrent.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/ktorrent.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/list.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/list.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/mail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/mail.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/media.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/media.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/nepomuk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/nepomuk.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/network.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/network.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/notification.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/notification.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/phone.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/phone.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/plasma-networkmanagement2.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/plasma-networkmanagement2.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/preferences.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/preferences.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/printer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/printer.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/quassel.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/quassel.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/slc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/slc.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/software-updates.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/software-updates.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/start.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/start.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/system.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/system.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/touchpad.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/touchpad.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/user.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/user.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/video.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/video.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/view.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/view.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/wallet.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/wallet.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/window.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/window.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/icons/zoom.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/icons/zoom.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=KArc-Transparent 3 | 4 | X-KDE-PluginInfo-Author=J.Rutkowski 5 | X-KDE-PluginInfo-Email=zbeptz@gmail.com 6 | X-KDE-PluginInfo-Name=KArc-Transparent 7 | X-KDE-PluginInfo-Version=1.0 8 | X-KDE-PluginInfo-Website= 9 | X-KDE-PluginInfo-Category= 10 | X-KDE-PluginInfo-Depends= 11 | X-KDE-PluginInfo-License=CCPL:by-sa 12 | X-KDE-PluginInfo-EnabledByDefault=true 13 | 14 | [ContrastEffect] 15 | enabled=true 16 | contrast=0.2 17 | intensity=0.4 18 | saturation=1.7 19 | -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/opaque/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/opaque/dialogs/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/opaque/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/opaque/widgets/panel-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/opaque/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/opaque/widgets/tooltip.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/translucent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/translucent/dialogs/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/translucent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/translucent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/translucent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/translucent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/action-overlays.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/action-overlays.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/actionbutton.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/actionbutton.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/activities.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/activities.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/analog_meter.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/analog_meter.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/arrows.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/arrows.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/bar_meter_horizontal.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/bar_meter_horizontal.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/bar_meter_vertical.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/bar_meter_vertical.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/branding.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/branding.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/busywidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/busywidget.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/button.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/button.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/calendar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/calendar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/checkmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/checkmarks.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/clock.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/configuration-icons.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/configuration-icons.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/containment-controls.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/containment-controls.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/dragger.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/dragger.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/frame.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/frame.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/glowbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/glowbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/line.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/line.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/lineedit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/lineedit.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/listitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/listitem.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/media-delegate.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/media-delegate.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/monitor.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/monitor.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/notes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/notes.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/pager.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/pager.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/picker.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/picker.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/plot-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/plot-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/scrollbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/scrollbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/scrollwidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/scrollwidget.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/slider.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/slider.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/tabbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/tasks.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/timer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/timer.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/toolbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/toolbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/translucentbackground.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/translucentbackground.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc-Transparent/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc-Transparent/widgets/viewitem.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------KArc PLASMA 5 THEME ------------------------ 2 | SOURCES: 3 | KDE Visual Design Group - authors Breeze theme (http://plasma.kde.org) 4 | Icons - sources icon theme Paper (https://github.com/snwh/paper-icon-theme) 5 | Alexey Varfolomeev - Papirus Pack KDE (https://github.com/varlesh/papirus-pack-kde) -------------------------------------------------------------------------------- /desktoptheme/KArc/LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Paper available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Paper means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Paper 75 | and in which the Licensed Paper is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Paper is a musical work, performance, or sound recording, 80 | Adapted Paper is always produced where the Licensed Paper is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Paper in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Paper. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Paper means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Paper and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Paper to: 151 | 152 | a. reproduce and Share the Licensed Paper, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Paper. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Paper. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Paper. Every 180 | recipient of the Licensed Paper automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Paper. 186 | Every recipient of Adapted Paper from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Paper 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Paper if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Paper. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Paper is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Paper (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Paper: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Paper and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Paper to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Paper and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Paper is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Paper. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Paper You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Paper. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Paper that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Paper: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Paper, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Paper has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Paper under separate terms or conditions or stop 367 | distributing the Licensed Paper at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Paper not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Paper that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public licenses. 411 | Notwithstanding, Creative Commons may elect to apply one of its public 412 | licenses to material it publishes and in those instances will be 413 | considered the "Licensor." Except for the limited purpose of indicating 414 | that material is shared under a Creative Commons public license or as 415 | otherwise permitted by the Creative Commons policies published at 416 | creativecommons.org/policies, Creative Commons does not authorize the 417 | use of the trademark "Creative Commons" or any other trademark or logo 418 | of Creative Commons without its prior written consent including, 419 | without limitation, in connection with any unauthorized modifications 420 | to any of its public licenses or any other arrangements, 421 | understandings, or agreements concerning use of licensed material. For 422 | the avoidance of doubt, this paragraph does not form part of the public 423 | licenses. 424 | 425 | Creative Commons may be contacted at creativecommons.org. -------------------------------------------------------------------------------- /desktoptheme/KArc/colors: -------------------------------------------------------------------------------- 1 | [ColorEffects:Disabled] 2 | Color=56,56,56 3 | ColorAmount=0 4 | ColorEffect=0 5 | ContrastAmount=0.65 6 | ContrastEffect=1 7 | IntensityAmount=0.1 8 | IntensityEffect=2 9 | 10 | [ColorEffects:Inactive] 11 | ChangeSelectionColor=true 12 | Color=112,111,110 13 | ColorAmount=0.025 14 | ColorEffect=2 15 | ContrastAmount=0.1 16 | ContrastEffect=2 17 | Enable=false 18 | IntensityAmount=0 19 | IntensityEffect=0 20 | 21 | [Colors:Button] 22 | BackgroundAlternate=34,34,34 23 | BackgroundNormal=34,34,34 24 | DecorationFocus=136,136,136 25 | DecorationHover=136,136,136 26 | ForegroundActive=246,116,0 27 | ForegroundInactive=175,176,179 28 | ForegroundLink=136,136,136 29 | ForegroundNegative=237,21,21 30 | ForegroundNeutral=201,206,59 31 | ForegroundNormal=193,193,193 32 | ForegroundPositive=17,209,22 33 | ForegroundVisited=136,136,136 34 | 35 | [Colors:Selection] 36 | BackgroundAlternate=136,136,136 37 | BackgroundNormal=136,136,136 38 | DecorationFocus=136,136,136 39 | DecorationHover=136,136,136 40 | ForegroundActive=246,116,0 41 | ForegroundInactive=195,195,195 42 | ForegroundLink=193,193,193 43 | ForegroundNegative=237,21,21 44 | ForegroundNeutral=201,206,59 45 | ForegroundNormal=193,193,193 46 | ForegroundPositive=17,209,22 47 | ForegroundVisited=193,193,193 48 | 49 | [Colors:Tooltip] 50 | BackgroundAlternate=34,34,34 51 | BackgroundNormal=49,54,59 52 | DecorationFocus=136,136,136 53 | DecorationHover=136,136,136 54 | ForegroundActive=246,116,0 55 | ForegroundInactive=175,176,179 56 | ForegroundLink=136,136,136 57 | ForegroundNegative=237,21,21 58 | ForegroundNeutral=201,206,59 59 | ForegroundNormal=193,193,193 60 | ForegroundPositive=17,209,22 61 | ForegroundVisited=136,136,136 62 | 63 | [Colors:View] 64 | BackgroundAlternate=34,34,34 65 | BackgroundNormal=34,34,34 66 | DecorationFocus=136,136,136 67 | DecorationHover=136,136,136 68 | ForegroundActive=246,116,0 69 | ForegroundInactive=175,176,179 70 | ForegroundLink=136,136,136 71 | ForegroundNegative=237,21,21 72 | ForegroundNeutral=201,206,59 73 | ForegroundNormal=193,193,193 74 | ForegroundPositive=17,209,22 75 | ForegroundVisited=136,136,136 76 | 77 | [Colors:Window] 78 | BackgroundAlternate=34,34,34 79 | BackgroundNormal=49,54,59 80 | DecorationFocus=136,136,136 81 | DecorationHover=136,136,136 82 | ForegroundActive=246,116,0 83 | ForegroundInactive=175,176,179 84 | ForegroundLink=136,136,136 85 | ForegroundNegative=237,21,21 86 | ForegroundNeutral=201,206,59 87 | #fix 88 | ForegroundNormal=193,193,193 89 | ForegroundPositive=17,209,22 90 | ForegroundVisited=136,136,136 91 | 92 | [Colors:Complementary] 93 | BackgroundAlternate=218,217,216 94 | BackgroundNormal=34,34,34 95 | DecorationFocus=136,136,136 96 | DecorationHover=136,136,136 97 | ForegroundActive=246,116,0 98 | ForegroundInactive=175,176,179 99 | ForegroundLink=136,136,136 100 | ForegroundNegative=237,21,21 101 | ForegroundNeutral=201,206,59 102 | ForegroundNormal=193,193,193 103 | ForegroundPositive=17,209,22 104 | ForegroundVisited=136,136,136 105 | 106 | [General] 107 | ColorScheme=Papirus Dark 108 | Name=Papirus Dark 109 | shadeSortColumn=true 110 | 111 | [KDE] 112 | contrast=7 113 | 114 | [WM] 115 | activeBackground=136,136,136 116 | activeBlend=193,193,193 117 | activeForeground=193,193,193 118 | inactiveBackground=123,124,126 119 | inactiveBlend=123,124,126 120 | inactiveForeground=193,193,193 121 | -------------------------------------------------------------------------------- /desktoptheme/KArc/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/dialogs/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/dialogs/kickoff.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/dialogs/kickoff.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/dialogs/krunner.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/dialogs/krunner.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/dialogs/shutdowndialog.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/dialogs/shutdowndialog.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/akonadi.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/akonadi.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/akregator.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/akregator.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/amarok.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/amarok.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/applications.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/applications.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/apport.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/apport.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/audio.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/audio.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/battery.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/battery.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/bookmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/bookmarks.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/computer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/computer.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/configure.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/configure.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/device.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/device.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/distribute.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/distribute.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/document.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/document.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/drive.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/drive.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/edit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/edit.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/go.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/go.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/input.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/input.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/kdeconnect.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/kdeconnect.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/keyboard.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/keyboard.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/kget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/kget.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/kgpg.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/kgpg.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/klipper.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/klipper.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/kmail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/kmail.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/konv_message.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/konv_message.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/konversation.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/konversation.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/kopete.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/kopete.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/korgac.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/korgac.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/kpackagekit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/kpackagekit.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/kteatime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/kteatime.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/ktorrent.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/ktorrent.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/list.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/list.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/mail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/mail.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/media.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/media.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/nepomuk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/nepomuk.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/network.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/network.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/notification.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/notification.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/phone.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/phone.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/plasma-networkmanagement2.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/plasma-networkmanagement2.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/preferences.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/preferences.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/printer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/printer.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/quassel.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/quassel.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/slc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/slc.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/software-updates.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/software-updates.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/start.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/start.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/system.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/system.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/touchpad.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/touchpad.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/user.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/user.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/video.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/video.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/view.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/view.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/wallet.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/wallet.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/window.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/window.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/icons/zoom.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/icons/zoom.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=KArc 3 | 4 | X-KDE-PluginInfo-Author=J.Rutkowski 5 | X-KDE-PluginInfo-Email=zbeptz@gmail.com 6 | X-KDE-PluginInfo-Name=KArc 7 | X-KDE-PluginInfo-Version=1.0 8 | X-KDE-PluginInfo-Website= 9 | X-KDE-PluginInfo-Category= 10 | X-KDE-PluginInfo-Depends= 11 | X-KDE-PluginInfo-License=CCPL:by-sa 12 | X-KDE-PluginInfo-EnabledByDefault=true 13 | 14 | [ContrastEffect] 15 | enabled=true 16 | contrast=0.2 17 | intensity=0.4 18 | saturation=1.7 19 | -------------------------------------------------------------------------------- /desktoptheme/KArc/opaque/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/opaque/dialogs/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/opaque/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/opaque/widgets/panel-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/opaque/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/opaque/widgets/tooltip.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/translucent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/translucent/dialogs/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/translucent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/translucent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/translucent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/translucent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/action-overlays.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/action-overlays.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/actionbutton.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/actionbutton.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/activities.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/activities.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/analog_meter.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/analog_meter.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/arrows.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/arrows.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/bar_meter_horizontal.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/bar_meter_horizontal.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/bar_meter_vertical.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/bar_meter_vertical.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/branding.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/branding.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/busywidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/busywidget.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/button.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/button.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/calendar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/calendar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/checkmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/checkmarks.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/clock.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/configuration-icons.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/configuration-icons.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/containment-controls.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/containment-controls.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/dragger.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/dragger.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/frame.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/frame.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/glowbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/glowbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/line.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/line.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/lineedit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/lineedit.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/listitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/listitem.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/media-delegate.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/media-delegate.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/monitor.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/monitor.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/notes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/notes.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/pager.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/pager.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/panel-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/picker.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/picker.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/plot-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/plot-background.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/scrollbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/scrollbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/scrollwidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/scrollwidget.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/slider.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/slider.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/tabbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/tasks.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/timer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/timer.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/toolbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/toolbar.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/tooltip.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/translucentbackground.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/translucentbackground.svgz -------------------------------------------------------------------------------- /desktoptheme/KArc/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbeptz/KArc-theme/aac8067eb2ffd32a0338d486af5673e2b20df3ee/desktoptheme/KArc/widgets/viewitem.svgz -------------------------------------------------------------------------------- /desktoptheme/menu-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 23 | 66 | 73 | 77 | 78 | 80 | 82 | 83 | 85 | image/svg+xml 86 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 124 | image/svg+xml 125 | 127 | 128 | 129 | 130 | 136 | 143 | 150 | 157 | 158 | 159 | --------------------------------------------------------------------------------