diff --git a/ActiveAccentDark/CHANGELOG.bbcode b/ActiveAccentDark/CHANGELOG.bbcode new file mode 100644 index 0000000..b89fd8c --- /dev/null +++ b/ActiveAccentDark/CHANGELOG.bbcode @@ -0,0 +1,20 @@ +[h1]v4.0[/h1] +[list] +[*] fix styles labeled wrong +[/list] + +[h1]v3.0[/h1] +[list] +[*] update package structure +[*] fix colors not always applied correctly +[/list] + +[h1]v2.0[/h1] +[list] +[*] add variants for color schemes with pale accent colors +[/list] + +[h1]v1.0[/h1] +[list] +[*] initial release +[/list] diff --git a/ActiveAccentDark/CHANGELOG.md b/ActiveAccentDark/CHANGELOG.md new file mode 100644 index 0000000..967ca39 --- /dev/null +++ b/ActiveAccentDark/CHANGELOG.md @@ -0,0 +1,16 @@ +# v4.0 + +- fix styles labeled wrong + +# v3.0 + +- update package structure +- fix colors not always applied correctly + +# v2.0 + +- add variants for color schemes with pale accent colors + +# v1.0 + +- initial release diff --git a/ActiveAccentDark/README.md b/ActiveAccentDark/README.md new file mode 100644 index 0000000..7cb7f52 --- /dev/null +++ b/ActiveAccentDark/README.md @@ -0,0 +1,39 @@ +# Active Accent window decoration + +Breeze-based window decoration with or without titlebar that frames the active window in the accent color and the inactive windows in the background color of the current color scheme. + +The theme comes in five versions: + +- Frame: Without titlebar, for any color scheme +- Dawn: With titlebar, for color schemes with dark accent and light background color +- Light: With titlebar, for color schemes with light accent and light background color +- Dusk: With titlebar, for color schemes with light accent and dark background color +- Dark: With titlebar, for color schemes with dark accent and dark background color + +![screenshot](.img/screenshot.png) + +## Installation + +*System Settings* > *Appearance* > *Window Decorations* > *Get New Window Decorations …* > search for ‘Active Accent’ > select your desired flavor > install, select and apply. + + + +## Configuration + +The theme will be installed to `~/.local/share/aurorae/themes`. You can edit the configuration file `ActiveAccentXYZrc` to change the width of borders and the style of the titlebar, and the `.svg` files to make modifications on the decoration such as colors and the appearance of buttons. For more information, please refer to the [Aurorae docs](https://techbase.kde.org/User:Mgraesslin/Aurorae). + + + +## Small Print + +© 2022 Natalie Clarius \ + +The core idea of the implementation is due to [@RealezzZ](https://www.reddit.com/r/kde/comments/ri4zko/comment/howapa9/?utm_source=share&utm_medium=web2x&context=3) and the files are based on [Breeze Aurorae](https://store.kde.org/p/1461072/). The adaption for different styles and packaging is my work. + +This work is licensed under the GNU General Public License v3.0. +This program comes with absolutely no warranty. +This is free software, and you are welcome to redistribute and/or modify it under certain conditions. + +If you would like to thank me, you can always make me happy with a review or a cup of coffee: + +   diff --git a/ActiveAccentDark/metadata.desktop b/ActiveAccentDark/metadata.desktop index 096a80e..c3cc098 100644 --- a/ActiveAccentDark/metadata.desktop +++ b/ActiveAccentDark/metadata.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Name=Active Accent Dark -Comment=Active window in accent color, inactive windows in background color, for dark color schemes with strong accent colors, with titlebar +Comment=Breeze-based theme highlighting the active window in accent color and inactive windows in background color, for schemes with dark background and dark accent X-KDE-PluginInfo-Name=ActiveAccentDark -X-KDE-PluginInfo-Version=2.0 +X-KDE-PluginInfo-Version=4.0 X-KDE-PluginInfo-Author=Natalie Clarius X-KDE-PluginInfo-Email=natalie_clarius@yahoo.de -X-KDE-PluginInfo-Website=https://store.kde.org/p/1678088/ +X-KDE-PluginInfo-Website=https://store.kde.org/p/1709567 X-KDE-PluginInfo-License=GPL v3.0 Type=Application diff --git a/ActiveAccentDawn/ActiveAccentDawnrc b/ActiveAccentDawn/ActiveAccentDawnrc index 499af9d..6adc52a 100644 --- a/ActiveAccentDawn/ActiveAccentDawnrc +++ b/ActiveAccentDawn/ActiveAccentDawnrc @@ -1,12 +1,12 @@ [General] #ActiveFocusedTabColor=78,78,78 -ActiveTextColor=35,38,41 -ActiveTextShadowColor=0,0,0,0 +ActiveTextColor=252,252,252 +#ActiveTextShadowColor=255,255,255,255 #ActiveUnfocusedTabColor=120,120,120 Animation=0 #InactiveFocusedTabColor=120,120,120 InactiveTextColor=112,125,138 -InactiveTextShadowColor=255,255,255,255 +#InactiveTextShadowColor=255,255,255,255 #InactiveUnfocusedTabColor=120,120,120 LeftButtons=XIA RightButtons= diff --git a/ActiveAccentDawn/CHANGELOG.bbcode b/ActiveAccentDawn/CHANGELOG.bbcode new file mode 100644 index 0000000..b89fd8c --- /dev/null +++ b/ActiveAccentDawn/CHANGELOG.bbcode @@ -0,0 +1,20 @@ +[h1]v4.0[/h1] +[list] +[*] fix styles labeled wrong +[/list] + +[h1]v3.0[/h1] +[list] +[*] update package structure +[*] fix colors not always applied correctly +[/list] + +[h1]v2.0[/h1] +[list] +[*] add variants for color schemes with pale accent colors +[/list] + +[h1]v1.0[/h1] +[list] +[*] initial release +[/list] diff --git a/ActiveAccentDawn/CHANGELOG.md b/ActiveAccentDawn/CHANGELOG.md new file mode 100644 index 0000000..967ca39 --- /dev/null +++ b/ActiveAccentDawn/CHANGELOG.md @@ -0,0 +1,16 @@ +# v4.0 + +- fix styles labeled wrong + +# v3.0 + +- update package structure +- fix colors not always applied correctly + +# v2.0 + +- add variants for color schemes with pale accent colors + +# v1.0 + +- initial release diff --git a/ActiveAccentDawn/README.md b/ActiveAccentDawn/README.md new file mode 100644 index 0000000..7cb7f52 --- /dev/null +++ b/ActiveAccentDawn/README.md @@ -0,0 +1,39 @@ +# Active Accent window decoration + +Breeze-based window decoration with or without titlebar that frames the active window in the accent color and the inactive windows in the background color of the current color scheme. + +The theme comes in five versions: + +- Frame: Without titlebar, for any color scheme +- Dawn: With titlebar, for color schemes with dark accent and light background color +- Light: With titlebar, for color schemes with light accent and light background color +- Dusk: With titlebar, for color schemes with light accent and dark background color +- Dark: With titlebar, for color schemes with dark accent and dark background color + +![screenshot](.img/screenshot.png) + +## Installation + +*System Settings* > *Appearance* > *Window Decorations* > *Get New Window Decorations …* > search for ‘Active Accent’ > select your desired flavor > install, select and apply. + + + +## Configuration + +The theme will be installed to `~/.local/share/aurorae/themes`. You can edit the configuration file `ActiveAccentXYZrc` to change the width of borders and the style of the titlebar, and the `.svg` files to make modifications on the decoration such as colors and the appearance of buttons. For more information, please refer to the [Aurorae docs](https://techbase.kde.org/User:Mgraesslin/Aurorae). + + + +## Small Print + +© 2022 Natalie Clarius \ + +The core idea of the implementation is due to [@RealezzZ](https://www.reddit.com/r/kde/comments/ri4zko/comment/howapa9/?utm_source=share&utm_medium=web2x&context=3) and the files are based on [Breeze Aurorae](https://store.kde.org/p/1461072/). The adaption for different styles and packaging is my work. + +This work is licensed under the GNU General Public License v3.0. +This program comes with absolutely no warranty. +This is free software, and you are welcome to redistribute and/or modify it under certain conditions. + +If you would like to thank me, you can always make me happy with a review or a cup of coffee: + +   diff --git a/ActiveAccentDawn/alldesktops.svg b/ActiveAccentDawn/alldesktops.svg index 3c1b63b..4885bca 100644 --- a/ActiveAccentDawn/alldesktops.svg +++ b/ActiveAccentDawn/alldesktops.svg @@ -33,12 +33,12 @@ inkscape:window-maximized="1" inkscape:window-y="60" inkscape:window-x="12" - inkscape:cy="15.733125" + inkscape:cy="-5.0381356" inkscape:cx="31.908192" inkscape:zoom="5.6568545" showgrid="true" id="namedview24" - inkscape:window-height="1003" + inkscape:window-height="1002" inkscape:window-width="1896" inkscape:pageshadow="2" inkscape:pageopacity="0" @@ -77,21 +77,19 @@ height="22" x="-22" y="-22" - style="opacity:0.00100002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0;fill:#ffffff;fill-opacity:1;stroke-width:1.001" /> + style="opacity:1;fill:#ffffff" /> @@ -105,7 +103,7 @@ transform="scale(-1)" /> @@ -129,7 +127,7 @@ r="9" transform="scale(-1)" /> + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> @@ -37,19 +37,20 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1015" + inkscape:window-width="1896" + inkscape:window-height="979" id="namedview36" showgrid="true" inkscape:snap-bbox="true" inkscape:bbox-nodes="true" inkscape:zoom="9.659091" - inkscape:cx="77.039102" - inkscape:cy="17.436878" - inkscape:window-x="0" - inkscape:window-y="0" + inkscape:cx="77.077646" + inkscape:cy="17.392941" + inkscape:window-x="12" + inkscape:window-y="60" inkscape:window-maximized="1" - inkscape:current-layer="svg4306"> + inkscape:current-layer="active-center" + inkscape:pagecheckerboard="0"> @@ -81,7 +82,7 @@ + style="opacity:0;fill:#050505;fill-opacity:1;stroke-width:1.001" /> diff --git a/ActiveAccentDawn/decoration.svg b/ActiveAccentDawn/decoration.svg index be01146..f734fd2 100755 --- a/ActiveAccentDawn/decoration.svg +++ b/ActiveAccentDawn/decoration.svg @@ -674,7 +674,7 @@ height="144.99957" x="205" y="-255" - class="ColorScheme-Background"/> + class="ColorScheme-Background" /> - @@ -70,7 +48,7 @@ style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:1.02253" /> @@ -103,7 +81,7 @@ + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> @@ -39,17 +39,18 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1015" + inkscape:window-width="1896" + inkscape:window-height="979" id="namedview20" showgrid="true" inkscape:zoom="13.660018" - inkscape:cx="72.290261" - inkscape:cy="5.941287" - inkscape:window-x="0" - inkscape:window-y="0" + inkscape:cx="30.490443" + inkscape:cy="5.929714" + inkscape:window-x="12" + inkscape:window-y="60" inkscape:window-maximized="1" - inkscape:current-layer="svg4306"> + inkscape:current-layer="active-center" + inkscape:pagecheckerboard="0"> @@ -86,7 +87,7 @@ style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:1.001;enable-background:new" /> @@ -94,7 +95,7 @@ class="ColorScheme-Text" sodipodi:nodetypes="ccccccc" d="M 16.656853,10.995146 15.949745,10.28804 10.999999,15.237785 6.05025,10.28804 5.3431422,10.995148 10.999999,16.652 Z" - style="opacity:1;fill:currentColor" + style="opacity:1;fill:#ffffff" id="path872" /> diff --git a/ActiveAccentDawn/keepbelow.svg b/ActiveAccentDawn/keepbelow.svg index daf02fd..374fd9f 100644 --- a/ActiveAccentDawn/keepbelow.svg +++ b/ActiveAccentDawn/keepbelow.svg @@ -1,19 +1,19 @@ + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> @@ -40,17 +40,18 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1015" + inkscape:window-width="1896" + inkscape:window-height="979" id="namedview20" showgrid="true" inkscape:zoom="13.660018" - inkscape:cx="54.720738" - inkscape:cy="5.941287" - inkscape:window-x="0" - inkscape:window-y="0" + inkscape:cx="41.398188" + inkscape:cy="5.929714" + inkscape:window-x="12" + inkscape:window-y="60" inkscape:window-maximized="1" - inkscape:current-layer="svg4306"> + inkscape:current-layer="active-center" + inkscape:pagecheckerboard="0"> @@ -86,7 +87,7 @@ style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:1.001;enable-background:new" /> @@ -94,7 +95,7 @@ class="ColorScheme-Text" sodipodi:nodetypes="ccccccc" d="M 16.656853,10.995146 15.949745,10.28804 10.999999,15.237785 6.05025,10.28804 5.3431422,10.995148 10.999999,16.652 Z" - style="opacity:1;fill:currentColor" + style="opacity:1;fill:#ffffff" id="path872" /> diff --git a/ActiveAccentDawn/maximize.svg b/ActiveAccentDawn/maximize.svg index 6b35c95..3493cb7 100644 --- a/ActiveAccentDawn/maximize.svg +++ b/ActiveAccentDawn/maximize.svg @@ -1,19 +1,19 @@ + id="svg4306" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> @@ -31,17 +31,17 @@ + inkscape:document-rotation="0" + inkscape:pagecheckerboard="0"> @@ -88,7 +89,7 @@ class="ColorScheme-Text" sodipodi:nodetypes="ccccccc" d="M 16.656853,8.995106 15.949745,8.288 10.999999,13.237745 6.05025,8.288 5.3431422,8.995108 10.999999,14.65196 Z" - style="opacity:1;fill:currentColor" + style="opacity:1;fill:#ffffff" id="rect909-7-3-7-3-5-2-0" /> diff --git a/ActiveAccentDawn/metadata.desktop b/ActiveAccentDawn/metadata.desktop index b22de7c..1675cfb 100644 --- a/ActiveAccentDawn/metadata.desktop +++ b/ActiveAccentDawn/metadata.desktop @@ -1,12 +1,12 @@ [Desktop Entry] Name=Active Accent Dawn -Comment=Active window in accent color, inactive windows in background color, for light color schemes with pale accent colors, with titlebar +Comment=Breeze-based theme highlighting the active window in accent color and inactive windows in background color, for schemes with light background and dark accent X-KDE-PluginInfo-Name=ActiveAccentDawn -X-KDE-PluginInfo-Version=2.0 +X-KDE-PluginInfo-Version=4.0 X-KDE-PluginInfo-Author=Natalie Clarius X-KDE-PluginInfo-Email=natalie_clarius@yahoo.de -X-KDE-PluginInfo-Website=https://store.kde.org/p/1678088/ +X-KDE-PluginInfo-Website=https://store.kde.org/p/1709568 X-KDE-PluginInfo-License=GPL v3.0 Type=Application diff --git a/ActiveAccentDawn/minimize.svg b/ActiveAccentDawn/minimize.svg index f6bafab..3022f70 100644 --- a/ActiveAccentDawn/minimize.svg +++ b/ActiveAccentDawn/minimize.svg @@ -1,19 +1,19 @@ + id="svg4306" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> @@ -30,17 +30,17 @@ + inkscape:document-rotation="0" + inkscape:pagecheckerboard="0"> @@ -77,7 +78,7 @@ width="22" id="rect4266" /> @@ -126,7 +127,7 @@ style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:1.001;enable-background:new" /> @@ -158,7 +159,8 @@ + transform="translate(44)" + inkscape:label="pressed-center"> diff --git a/ActiveAccentDawn/restore.svg b/ActiveAccentDawn/restore.svg index 2016df6..6584dc4 100644 --- a/ActiveAccentDawn/restore.svg +++ b/ActiveAccentDawn/restore.svg @@ -38,7 +38,7 @@ inkscape:zoom="5.6568543" showgrid="true" id="namedview24" - inkscape:window-height="1003" + inkscape:window-height="979" inkscape:window-width="1896" inkscape:pageshadow="2" inkscape:pageopacity="0" @@ -70,8 +70,7 @@ + transform="rotate(180,11,11)"> @@ -112,7 +111,7 @@ diff --git a/ActiveAccentDawn/screenshot.png b/ActiveAccentDawn/screenshot.png index 2776003..a12fdc2 100644 Binary files a/ActiveAccentDawn/screenshot.png and b/ActiveAccentDawn/screenshot.png differ diff --git a/ActiveAccentDawn/shade.svg b/ActiveAccentDawn/shade.svg index c2b1129..ff74611 100644 --- a/ActiveAccentDawn/shade.svg +++ b/ActiveAccentDawn/shade.svg @@ -1,19 +1,19 @@ + id="svg4306" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> @@ -31,17 +31,17 @@ + inkscape:document-rotation="0" + inkscape:pagecheckerboard="0"> @@ -103,7 +104,7 @@ style="opacity:0.003;fill:#000000;fill-opacity:1;stroke-width:1.001;enable-background:new" /> @@ -129,7 +130,7 @@ sodipodi:nodetypes="cccccccccccc" class="ColorScheme-Text" d="M 16.656,15 V 14 H 5.344 v 1 z M 11,12.652344 16.656,6.994141 15.949219,6.287109 11,11.238281 6.050781,6.287109 5.344,6.994141 Z" - style="opacity:1;fill:currentColor" + style="opacity:0.3;fill:currentColor" id="rect909-7-3-7-3-5-2-0-2" /> *Appearance* > *Window Decorations* > *Get New Window Decorations …* > search for ‘Active Accent’ > select your desired flavor > install, select and apply. + + + +## Configuration + +The theme will be installed to `~/.local/share/aurorae/themes`. You can edit the configuration file `ActiveAccentXYZrc` to change the width of borders and the style of the titlebar, and the `.svg` files to make modifications on the decoration such as colors and the appearance of buttons. For more information, please refer to the [Aurorae docs](https://techbase.kde.org/User:Mgraesslin/Aurorae). + + + +## Small Print + +© 2022 Natalie Clarius \ + +The core idea of the implementation is due to [@RealezzZ](https://www.reddit.com/r/kde/comments/ri4zko/comment/howapa9/?utm_source=share&utm_medium=web2x&context=3) and the files are based on [Breeze Aurorae](https://store.kde.org/p/1461072/). The adaption for different styles and packaging is my work. + +This work is licensed under the GNU General Public License v3.0. +This program comes with absolutely no warranty. +This is free software, and you are welcome to redistribute and/or modify it under certain conditions. + +If you would like to thank me, you can always make me happy with a review or a cup of coffee: + +   diff --git a/ActiveAccentDusk/alldesktops.svg b/ActiveAccentDusk/alldesktops.svg index 771f988..3c1b63b 100644 --- a/ActiveAccentDusk/alldesktops.svg +++ b/ActiveAccentDusk/alldesktops.svg @@ -58,7 +58,7 @@