
Plasma Window Decorations cde classic kde1 kite motif
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/paul4ig/Classik-Aurorae
Classik theme for Aurorae. Designed to have icons like the default classic KDE1 icons (Motif/CDE-like), yet refreshed with Breeze-like style. I believe these titlebar icons are more visually descriptive than the Breeze titlebar icons.
- Classik is designed to complement the Breeze Twilight global theme with the original Breeze colour scheme (albeit with the Breeze colour scheme modified to have a darker #31363b active titlebar).
- Classik-Light is designed to complement the Breeze Light colour scheme.
- Classik-Dark is designed to complement the Breeze Dark colour scheme.
Hover colours are inherited from Plasma system colours.
NB: this Window Decoration will display differently on LoDPI and HiDPI screens -- the defaults were selected to try and compromise between both. On my 250% scaled HiDPI screen I find the titlebar a bit large so I edit ~/.local/share/aurorae/themes/Classik/Classikrc and decrease the defaults (15) to the following values or smaller:
PaddingTop=14
PaddingBottom=14
PaddingLeft=14
PaddingRight=14
If you have a LoDPI 100% scaled screen, or a 200% scaled screen, you will get a strange translucent border and may find the titlebar too small (or even corrupted) so may wish increase these values instead to 16-18 (18 stops all corruption with no borders set).
The border size can then be adjusted accordingly in the Window Decorations settings dialogue. In order to get the Light or Dark themes to integrate with the "tools area" you need to set borders to "no borders".
For a similar window decoration see "Kite".
20210301 6 days ago
- Shadows now are different for active and inactive windows for better contrast.
- Dark theme now has subtle highlights instead of shadows again
20210301 6 days ago
- Shadows now are different for active and inactive windows for better contrast.
- Dark theme now has subtle highlights instead of shadows again
20210228 7 days ago
Revert dark theme to use shadows instead of highlights
20210227 8 days ago
- Improved shadows. This should greatly improve window contrast for the Light theme in particular.
20210226 9 days ago
Many icon tweaks for LoDPI rendering on Plasma 5.21
20210224 11 days ago
Update Light theme's titlebar colour to match the Breeze Light colour scheme's "Tools Area"
20210222 13 days ago
- New light theme and dark theme
- Minor fix to shade icon for LoDPI
20210219 17 days ago
Improved contrast for selected items on inactive window.
20210218 17 days ago
Improved contrast for selected items.
20210216 19 days ago
Tweaked icons for LoDPI screens
20210215 20 days ago
- Optimized SVGs
- Fixed small glitch in top-left
- Tweaked borders for a balance between HiDPI and LoDPI screens
- Tweaked Keep above icon for LoDPI screens
- Increased button spacing slightly
20210213 23 days ago
-Slightly darker black titlebar colour to match Breeze-Twilight panel colour
-Small tweak to hover colours
-Slightly thinner titlebar
20210212 24 days ago
Tweaked icon alignment and optimised SVG
SVG instead of SVGZ for compatibility with GTK CSD apps
chantalfevre
14 days ago
Report
sombragris
25 days ago
Report
matthewsheffield
8 months ago
Report
paulmcauley
26 days ago
Plasma does not currently allow Aurorae themes to use the system colour scheme for the titlebar and border. I have requested that they allow this in the future.
Report
paulmcauley
20 days ago
In the meantime you can manually edit the ~/.local/share/aurorae/themes/Classik/decoration.svg file with a text editor. To change the active window titlebar colour search and replace "#31363b" with the colour of your choice. To change the inactive window titlebar colour search and replace "#eff0f1" with the colour of your choice.
Report