├── AUTHORS ├── Kvantum └── MacSequoia │ ├── MacSequoia.kvconfig │ ├── MacSequoia.svg │ ├── MacSequoiaDark.kvconfig │ └── MacSequoiaDark.svg ├── LICENSE ├── README.md ├── aurorae ├── Round │ ├── MacSequoia-Dark-1.25x │ │ ├── MacSequoia-Dark-1.25xrc │ │ ├── alldesktops.svg │ │ ├── close.svg │ │ ├── decoration.svg │ │ ├── keepabove.svg │ │ ├── keepbelow.svg │ │ ├── maximize.svg │ │ ├── metadata.desktop │ │ ├── minimize.svg │ │ └── restore.svg │ ├── MacSequoia-Dark-1.5x │ │ ├── MacSequoia-Dark-1.5xrc │ │ ├── alldesktops.svg │ │ ├── close.svg │ │ ├── decoration.svg │ │ ├── keepabove.svg │ │ ├── keepbelow.svg │ │ ├── maximize.svg │ │ ├── metadata.desktop │ │ ├── minimize.svg │ │ └── restore.svg │ ├── MacSequoia-Dark │ │ ├── MacSequoia-Darkrc │ │ ├── alldesktops.svg │ │ ├── close.svg │ │ ├── decoration.svg │ │ ├── keepabove.svg │ │ ├── keepbelow.svg │ │ ├── maximize.svg │ │ ├── metadata.desktop │ │ ├── metadata.json │ │ ├── minimize.svg │ │ └── restore.svg │ ├── MacSequoia-Light-1.25x │ │ ├── MacSequoia-Light-1.25xrc │ │ ├── alldesktops.svg │ │ ├── close.svg │ │ ├── decoration.svg │ │ ├── keepabove.svg │ │ ├── keepbelow.svg │ │ ├── maximize.svg │ │ ├── metadata.desktop │ │ ├── minimize.svg │ │ └── restore.svg │ ├── MacSequoia-Light-1.5x │ │ ├── MacSequoia-Light-1.5xrc │ │ ├── alldesktops.svg │ │ ├── close.svg │ │ ├── decoration.svg │ │ ├── keepabove.svg │ │ ├── keepbelow.svg │ │ ├── maximize.svg │ │ ├── metadata.desktop │ │ ├── minimize.svg │ │ └── restore.svg │ └── MacSequoia-Light │ │ ├── MacSequoia-Lightrc │ │ ├── alldesktops.svg │ │ ├── close.svg │ │ ├── decoration.svg │ │ ├── keepabove.svg │ │ ├── keepbelow.svg │ │ ├── maximize.svg │ │ ├── metadata.desktop │ │ ├── metadata.json │ │ ├── minimize.svg │ │ └── restore.svg └── Sharp │ ├── MacSequoia-Dark-1.25x │ ├── MacSequoia-Dark-1.25xrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg │ ├── MacSequoia-Dark-1.5x │ ├── MacSequoia-Dark-1.5xrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg │ ├── MacSequoia-Dark │ ├── MacSequoia-Darkrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── metadata.json │ ├── minimize.svg │ └── restore.svg │ ├── MacSequoia-Light-1.25x │ ├── MacSequoia-Light-1.25xrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg │ ├── MacSequoia-Light-1.5x │ ├── MacSequoia-Light-1.5xrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg │ └── MacSequoia-Light │ ├── MacSequoia-Lightrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── metadata.json │ ├── minimize.svg │ └── restore.svg ├── color-schemes ├── MacSequoiaDark.colors └── MacSequoiaLight.colors ├── install.sh ├── latte-dock ├── MacSequoia.layout.latte └── MacSequoia_x2.layout.latte ├── plasma ├── desktoptheme │ ├── MacSequoia-Dark │ │ ├── dialogs │ │ │ └── background.svgz │ │ ├── metadata.desktop │ │ ├── metadata.json │ │ ├── opaque │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── panel-background.svgz │ │ │ │ └── tooltip.svgz │ │ ├── plasmarc │ │ ├── solid │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── panel-background.svgz │ │ │ │ └── tooltip.svgz │ │ ├── translucent │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── background.svgz │ │ │ │ ├── panel-background.svgz │ │ │ │ └── tooltip.svgz │ │ └── widgets │ │ │ ├── action-overlays.svgz │ │ │ ├── actionbutton.svgz │ │ │ ├── arrows.svgz │ │ │ ├── background.svgz │ │ │ ├── bar_meter_horizontal.svgz │ │ │ ├── bar_meter_vertical.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 │ │ │ ├── margins-highlight.svgz │ │ │ ├── media-delegate.svgz │ │ │ ├── menubaritem.svgz │ │ │ ├── notes.svgz │ │ │ ├── pager.svgz │ │ │ ├── panel-background.svgz │ │ │ ├── picker.svgz │ │ │ ├── plasmoidheading.svgz │ │ │ ├── plot-background.svgz │ │ │ ├── radiobutton.svgz │ │ │ ├── scrollbar.svgz │ │ │ ├── scrollwidget.svgz │ │ │ ├── slider.svgz │ │ │ ├── switch.svgz │ │ │ ├── tabbar.svgz │ │ │ ├── tasks.svgz │ │ │ ├── timer.svgz │ │ │ ├── toolbar.svgz │ │ │ ├── tooltip.svgz │ │ │ ├── translucentbackground.svgz │ │ │ └── viewitem.svgz │ ├── MacSequoia-Light │ │ ├── dialogs │ │ │ └── background.svgz │ │ ├── metadata.desktop │ │ ├── metadata.json │ │ ├── opaque │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── panel-background.svgz │ │ │ │ └── tooltip.svgz │ │ ├── plasmarc │ │ ├── solid │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── panel-background.svgz │ │ │ │ └── tooltip.svgz │ │ ├── translucent │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── background.svgz │ │ │ │ ├── panel-background.svgz │ │ │ │ └── tooltip.svgz │ │ └── widgets │ │ │ ├── action-overlays.svgz │ │ │ ├── actionbutton.svgz │ │ │ ├── arrows.svgz │ │ │ ├── background.svgz │ │ │ ├── bar_meter_horizontal.svgz │ │ │ ├── bar_meter_vertical.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 │ │ │ ├── margins-highlight.svgz │ │ │ ├── media-delegate.svgz │ │ │ ├── menubaritem.svgz │ │ │ ├── notes.svgz │ │ │ ├── pager.svgz │ │ │ ├── panel-background.svgz │ │ │ ├── picker.svgz │ │ │ ├── plasmoidheading.svgz │ │ │ ├── plot-background.svgz │ │ │ ├── scrollbar.svgz │ │ │ ├── scrollwidget.svgz │ │ │ ├── slider.svgz │ │ │ ├── switch.svgz │ │ │ ├── tabbar.svgz │ │ │ ├── tasks.svgz │ │ │ ├── timer.svgz │ │ │ ├── toolbar.svgz │ │ │ ├── tooltip.svgz │ │ │ ├── translucentbackground.svgz │ │ │ └── viewitem.svgz │ └── icons │ │ ├── akonadi.svgz │ │ ├── akregator.svgz │ │ ├── amarok.svgz │ │ ├── application.svgz │ │ ├── applications.svgz │ │ ├── apport.svgz │ │ ├── audio.svgz │ │ ├── battery.svgz │ │ ├── bookmarks.svgz │ │ ├── caffeine.svgz │ │ ├── cantata.svgz │ │ ├── compass.svgz │ │ ├── computer.svgz │ │ ├── configure.svgz │ │ ├── device.svgz │ │ ├── disk.svgz │ │ ├── distribute.svgz │ │ ├── document.svgz │ │ ├── drive.svgz │ │ ├── edit.svgz │ │ ├── fcitx.svgz │ │ ├── go.svgz │ │ ├── ime.svgz │ │ ├── input.svgz │ │ ├── kalarm.svgz │ │ ├── kate.svgz │ │ ├── kdeconnect.svgz │ │ ├── keyboard.svgz │ │ ├── kget.svgz │ │ ├── kgpg.svgz │ │ ├── kleopatra.svgz │ │ ├── klipper.svgz │ │ ├── kmail.svgz │ │ ├── konv_message.svgz │ │ ├── konversation.svgz │ │ ├── kopete.svgz │ │ ├── korgac.svgz │ │ ├── kpackagekit.svgz │ │ ├── kruler.svgz │ │ ├── kteatime.svgz │ │ ├── ktorrent.svgz │ │ ├── kup.svgz │ │ ├── list.svgz │ │ ├── lock.svgz │ │ ├── mail.svgz │ │ ├── manjaro.svgz │ │ ├── media.svgz │ │ ├── mobile.svgz │ │ ├── nepomuk.svgz │ │ ├── network.svgz │ │ ├── notification.svgz │ │ ├── notifications.svgz │ │ ├── osd.svgz │ │ ├── pamac.svgz │ │ ├── phone.svgz │ │ ├── plasmavault.svgz │ │ ├── plasmavault_error.svgz │ │ ├── preferences.svgz │ │ ├── printer.svgz │ │ ├── quassel.svgz │ │ ├── redshift.svgz │ │ ├── search.svgz │ │ ├── slc.svgz │ │ ├── software.svgz │ │ ├── start.svgz │ │ ├── system.svgz │ │ ├── touchpad.svgz │ │ ├── update.svgz │ │ ├── user.svgz │ │ ├── video-card.svgz │ │ ├── video.svgz │ │ ├── view.svgz │ │ ├── vlc.svgz │ │ ├── wallet.svgz │ │ ├── window.svgz │ │ ├── yakuake.svgz │ │ └── zoom.svgz └── look-and-feel │ ├── com.github.vinceliuice.MacSequoia-Dark │ ├── contents │ │ ├── defaults │ │ ├── layouts │ │ │ └── org.kde.plasma.desktop-layout.js │ │ ├── previews │ │ │ ├── fullscreenpreview.jpg │ │ │ ├── preview.png │ │ │ └── splash.png │ │ └── splash │ │ │ ├── Splash.qml │ │ │ └── images │ │ │ ├── background.jpeg │ │ │ ├── loading-00.svg │ │ │ ├── loading-01.svg │ │ │ ├── loading-02.svg │ │ │ ├── loading-03.svg │ │ │ ├── loading-04.svg │ │ │ ├── loading-05.svg │ │ │ ├── loading-06.svg │ │ │ ├── loading-07.svg │ │ │ ├── loading-08.svg │ │ │ ├── loading-09.svg │ │ │ ├── loading-10.svg │ │ │ ├── loading-11.svg │ │ │ └── logo.svg │ ├── metadata.desktop │ └── metadata.json │ └── com.github.vinceliuice.MacSequoia-Light │ ├── contents │ ├── defaults │ ├── layouts │ │ └── org.kde.plasma.desktop-layout.js │ ├── previews │ │ ├── fullscreenpreview.jpg │ │ ├── preview.png │ │ └── splash.png │ └── splash │ │ ├── Splash.qml │ │ └── images │ │ ├── background.jpeg │ │ ├── loading-00.svg │ │ ├── loading-01.svg │ │ ├── loading-02.svg │ │ ├── loading-03.svg │ │ ├── loading-04.svg │ │ ├── loading-05.svg │ │ ├── loading-06.svg │ │ ├── loading-07.svg │ │ ├── loading-08.svg │ │ ├── loading-09.svg │ │ ├── loading-10.svg │ │ ├── loading-11.svg │ │ └── logo.svg │ ├── metadata.desktop │ └── metadata.json ├── sddm ├── MacSequoia-5.0 │ ├── Background.qml │ ├── KeyboardButton.qml │ ├── Login.qml │ ├── Main.qml │ ├── SessionButton.qml │ ├── assets │ │ ├── login.svgz │ │ ├── logout_primary.svgz │ │ ├── restart_primary.svgz │ │ ├── shutdown_primary.svgz │ │ ├── suspend_primary.svgz │ │ └── switch_primary.svgz │ ├── components │ │ ├── ActionButton.qml │ │ ├── Battery.qml │ │ ├── Clock.qml │ │ ├── SessionManagementScreen.qml │ │ ├── UserDelegate.qml │ │ ├── UserList.qml │ │ ├── VirtualKeyboard.qml │ │ ├── VirtualKeyboard_wayland.qml │ │ ├── WallpaperFader.qml │ │ └── animation │ │ │ ├── RejectPasswordAnimation.qml │ │ │ └── RejectPasswordPathAnimation.qml │ ├── default-logo.svg │ ├── faces │ │ └── .face.icon │ ├── metadata.desktop │ ├── theme.conf │ └── theme.conf.user ├── MacSequoia-6.0 │ ├── Background.qml │ ├── Input.qml │ ├── KeyboardButton.qml │ ├── Login.qml │ ├── Main.qml │ ├── SessionButton.qml │ ├── assets │ │ ├── login.svgz │ │ ├── logout_primary.svgz │ │ ├── restart_primary.svgz │ │ ├── shutdown_primary.svgz │ │ ├── suspend_primary.svgz │ │ └── switch_primary.svgz │ ├── default-logo.svg │ ├── faces │ │ └── .face.icon │ ├── metadata.desktop │ ├── theme.conf │ └── theme.conf.user ├── README.md ├── images │ ├── Background-Dark.jpg │ ├── Background-Light.jpg │ ├── Preview-Dark.jpg │ └── Preview-Light.jpg └── install.sh ├── uninstall.sh └── wallpapers ├── MacSequoia-Dark ├── contents │ └── images │ │ └── 3840x2160.jpg ├── metadata.desktop └── metadata.json ├── MacSequoia-Light ├── contents │ └── images │ │ └── 3840x2160.jpg ├── metadata.desktop └── metadata.json └── MacSequoia ├── contents ├── images │ └── 3840x2160.jpg └── images_dark │ └── 3840x2160.jpg ├── metadata.desktop └── metadata.json /AUTHORS: -------------------------------------------------------------------------------- 1 | --------------------------------- MacSequoia KDE ------------------------------ 2 | 3 | Vinceliuice - (https://github.com/vinceliuice) - vinceliuice@hotmail.com 4 | 5 | --------------------------------- MacSequoia KDE ------------------------------ 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Logo MacSequoia KDE Theme 2 | ====== 3 | 4 | MacSequoia kde is a MacOS Sequoia like theme for KDE Plasma desktop. 5 | 6 | In this repository you'll find: 7 | 8 | - Aurorae Theme 9 | - Kvantum Theme 10 | - Wallpaper Theme 11 | - Plasma Color Scheme 12 | - Plasma Desktop Theme 13 | - Plasma Global Theme 14 | 15 | ## Installation 16 | 17 | ```sh 18 | ./install.sh 19 | ``` 20 | 21 | install rounded aurorae windows manager theme: 22 | 23 | ```sh 24 | ./install.sh --round 25 | ``` 26 | 27 | ## Recommendations 28 | 29 | - For better looking please use this pack with [Kvantum engine](https://github.com/tsujan/Kvantum/blob/master/Kvantum/INSTALL.md#distributions). 30 | 31 | Run `kvantummanager` to choose and apply **MacSequoia** theme. 32 | 33 | - Install [WhiteSur icon theme](https://github.com/vinceliuice/WhiteSur-icon-theme) for a more consistent and beautiful experience. 34 | 35 | - Install [WhiteSur cursors theme](https://github.com/vinceliuice/WhiteSur-cursors) for a more consistent and beautiful experience. 36 | 37 | ## Donate 38 | 39 | If you like my project, you can donate at: 40 | 41 | PayPal donate button 42 | 43 | ## License 44 | 45 | GNU GPL v3 46 | 47 | ## preview 48 | 49 | ![light](plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/previews/fullscreenpreview.jpg) 50 | ![dark](plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/previews/fullscreenpreview.jpg) 51 | 52 | 53 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Dark-1.25x/MacSequoia-Dark-1.25xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=225,225,225 4 | ActiveUnfocusedTabColor=120,120,120 5 | TitleAlignment=Center 6 | TitleVerticalAlignment=Center 7 | UseTextShadow=true 8 | InactiveFocusedTabColor=120,120,120 9 | InactiveTextColor=120,120,120 10 | ActiveTextShadowColor=255,255,255 11 | InactiveTextShadowColor=255,255,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=1 21 | BorderRight=1 22 | BorderBottom=12 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=35 38 | PaddingBottom=97 39 | PaddingRight=75 40 | PaddingLeft=75 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Dark-1.25x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark-1.25x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Dark-1.25x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Dark-1.5x/MacSequoia-Dark-1.5xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=225,225,225 4 | ActiveUnfocusedTabColor=120,120,120 5 | TitleAlignment=Center 6 | TitleVerticalAlignment=Center 7 | UseTextShadow=true 8 | InactiveFocusedTabColor=120,120,120 9 | InactiveTextColor=120,120,120 10 | ActiveTextShadowColor=255,255,255 11 | InactiveTextShadowColor=255,255,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=1 21 | BorderRight=1 22 | BorderBottom=12 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=35 38 | PaddingBottom=97 39 | PaddingRight=75 40 | PaddingLeft=75 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Dark-1.5x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark-1.5x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Dark-1.5x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Dark/MacSequoia-Darkrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=225,225,225 4 | ActiveUnfocusedTabColor=120,120,120 5 | TitleAlignment=Center 6 | TitleVerticalAlignment=Center 7 | UseTextShadow=true 8 | InactiveFocusedTabColor=120,120,120 9 | InactiveTextColor=120,120,120 10 | ActiveTextShadowColor=255,255,255 11 | InactiveTextShadowColor=255,255,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=1 21 | BorderRight=1 22 | BorderBottom=12 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=36 38 | PaddingBottom=98 39 | PaddingRight=76 40 | PaddingLeft=76 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Dark 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Dark/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "aurorae", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Category": "Plasma 6 Window Decorations", 11 | "ServiceTypes": [ 12 | "aurorae" 13 | ], 14 | "EnabledByDefault": true, 15 | "Name": "MacSequoia-Dark", 16 | "Description" : "MacSequoia-Dark window decorations", 17 | "Id": "MacSequoia-Dark", 18 | "Version": "1.0", 19 | "License": "GPL_V3", 20 | "X-KDE-PluginInfo-blur": false, 21 | "X-KPackage-Dependencies": [ 22 | ] 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Light-1.25x/MacSequoia-Light-1.25xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=68,68,68 4 | ActiveTextShadowColor=0,0,0,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | TitleAlignment=Center 7 | TitleVerticalAlignment=Center 8 | UseTextShadow=true 9 | InactiveFocusedTabColor=120,120,120 10 | InactiveTextColor=177,177,177 11 | InactiveTextShadowColor=0,0,0,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=1 21 | BorderRight=1 22 | BorderBottom=12 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=35 38 | PaddingBottom=97 39 | PaddingRight=75 40 | PaddingLeft=75 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Light-1.25x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light-1.25x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Light-1.25x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Light-1.5x/MacSequoia-Light-1.5xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=68,68,68 4 | ActiveTextShadowColor=0,0,0,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | TitleAlignment=Center 7 | TitleVerticalAlignment=Center 8 | UseTextShadow=true 9 | InactiveFocusedTabColor=120,120,120 10 | InactiveTextColor=177,177,177 11 | InactiveTextShadowColor=0,0,0,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=1 21 | BorderRight=1 22 | BorderBottom=12 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=35 38 | PaddingBottom=97 39 | PaddingRight=75 40 | PaddingLeft=75 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Light-1.5x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light-1.5x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Light-1.5x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Light/MacSequoia-Lightrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=68,68,68 4 | ActiveTextShadowColor=0,0,0,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | TitleAlignment=Center 7 | TitleVerticalAlignment=Center 8 | UseTextShadow=true 9 | InactiveFocusedTabColor=120,120,120 10 | InactiveTextColor=177,177,177 11 | InactiveTextShadowColor=0,0,0,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=1 21 | BorderRight=1 22 | BorderBottom=12 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=36 38 | PaddingBottom=98 39 | PaddingRight=76 40 | PaddingLeft=76 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Light 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Round/MacSequoia-Light/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "aurorae", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Category": "Plasma 6 Window Decorations", 11 | "ServiceTypes": [ 12 | "aurorae" 13 | ], 14 | "EnabledByDefault": true, 15 | "Name": "MacSequoia-Light", 16 | "Description" : "MacSequoia-Light window decorations", 17 | "Id": "MacSequoia-Light", 18 | "Version": "1.0", 19 | "License": "GPL_V3", 20 | "X-KDE-PluginInfo-blur": false, 21 | "X-KPackage-Dependencies": [ 22 | ] 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Dark-1.25x/MacSequoia-Dark-1.25xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=225,225,225 4 | ActiveUnfocusedTabColor=120,120,120 5 | TitleAlignment=Center 6 | TitleVerticalAlignment=Center 7 | UseTextShadow=true 8 | InactiveFocusedTabColor=120,120,120 9 | InactiveTextColor=120,120,120 10 | ActiveTextShadowColor=255,255,255 11 | InactiveTextShadowColor=255,255,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=0 21 | BorderRight=0 22 | BorderBottom=0 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=20 38 | PaddingBottom=58 39 | PaddingRight=40 40 | PaddingLeft=40 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Dark-1.25x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark-1.25x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Dark-1.25x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Dark-1.5x/MacSequoia-Dark-1.5xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=225,225,225 4 | ActiveUnfocusedTabColor=120,120,120 5 | TitleAlignment=Center 6 | TitleVerticalAlignment=Center 7 | UseTextShadow=true 8 | InactiveFocusedTabColor=120,120,120 9 | InactiveTextColor=120,120,120 10 | ActiveTextShadowColor=255,255,255 11 | InactiveTextShadowColor=255,255,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=0 21 | BorderRight=0 22 | BorderBottom=0 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=20 38 | PaddingBottom=58 39 | PaddingRight=40 40 | PaddingLeft=40 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Dark-1.5x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark-1.5x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Dark-1.5x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Dark/MacSequoia-Darkrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=225,225,225 4 | ActiveUnfocusedTabColor=120,120,120 5 | TitleAlignment=Center 6 | TitleVerticalAlignment=Center 7 | UseTextShadow=true 8 | InactiveFocusedTabColor=120,120,120 9 | InactiveTextColor=120,120,120 10 | ActiveTextShadowColor=255,255,255 11 | InactiveTextShadowColor=255,255,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=0 21 | BorderRight=0 22 | BorderBottom=0 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=20 38 | PaddingBottom=58 39 | PaddingRight=40 40 | PaddingLeft=40 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Dark 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Dark/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "aurorae", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Category": "Plasma 6 Window Decorations", 11 | "ServiceTypes": [ 12 | "aurorae" 13 | ], 14 | "EnabledByDefault": true, 15 | "Name": "MacSequoia-Dark", 16 | "Description" : "MacSequoia-Dark window decorations", 17 | "Id": "MacSequoia-Dark", 18 | "Version": "1.0", 19 | "License": "GPL_V3", 20 | "X-KDE-PluginInfo-blur": false, 21 | "X-KPackage-Dependencies": [ 22 | ] 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Light-1.25x/MacSequoia-Light-1.25xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=68,68,68 4 | ActiveTextShadowColor=0,0,0,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | TitleAlignment=Center 7 | TitleVerticalAlignment=Center 8 | UseTextShadow=true 9 | InactiveFocusedTabColor=120,120,120 10 | InactiveTextColor=177,177,177 11 | InactiveTextShadowColor=0,0,0,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=0 21 | BorderRight=0 22 | BorderBottom=0 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=21 38 | PaddingBottom=59 39 | PaddingRight=41 40 | PaddingLeft=41 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Light-1.25x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light-1.25x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Light-1.25x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Light-1.5x/MacSequoia-Light-1.5xrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=68,68,68 4 | ActiveTextShadowColor=0,0,0,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | TitleAlignment=Center 7 | TitleVerticalAlignment=Center 8 | UseTextShadow=true 9 | InactiveFocusedTabColor=120,120,120 10 | InactiveTextColor=177,177,177 11 | InactiveTextShadowColor=0,0,0,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=0 21 | BorderRight=0 22 | BorderBottom=0 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=21 38 | PaddingBottom=59 39 | PaddingRight=41 40 | PaddingLeft=41 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Light-1.5x/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light-1.5x 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Light-1.5x 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Light/MacSequoia-Lightrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=68,68,68 4 | ActiveTextShadowColor=0,0,0,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | TitleAlignment=Center 7 | TitleVerticalAlignment=Center 8 | UseTextShadow=true 9 | InactiveFocusedTabColor=120,120,120 10 | InactiveTextColor=177,177,177 11 | InactiveTextShadowColor=0,0,0,255 12 | InactiveUnfocusedTabColor=120,120,120 13 | TextShadowOffsetX=0 14 | TextShadowOffsetY=1 15 | LeftButtons=XIA 16 | Shadow=true 17 | Animation=1 18 | 19 | [Layout] 20 | BorderLeft=1 21 | BorderRight=1 22 | BorderBottom=1 23 | TitleEdgeTop=8 24 | TitleEdgeBottom=8 25 | TitleEdgeLeft=16 26 | TitleEdgeRight=16 27 | TitleBorderLeft=50 28 | TitleBorderRight=50 29 | TitleHeight=16 30 | ButtonWidth=16 31 | ButtonHeight=16 32 | ButtonSpacing=10 33 | ButtonMarginTop=2 34 | ButtonMarginLeft=0 35 | ButtonMarginRight=0 36 | ExplicitButtonSpacer=0 37 | PaddingTop=20 38 | PaddingBottom=58 39 | PaddingRight=40 40 | PaddingLeft=40 41 | TitleEdgeTopMaximized=8 42 | TitleEdgeBottomMaximized=8 43 | TitleEdgeLeftMaximized=16 44 | TitleEdgeRightMaximized=16 45 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light 3 | X-KDE-PluginInfo-Author=vince liuice 4 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 5 | X-KDE-PluginInfo-Name=MacSequoia-Light 6 | X-KDE-PluginInfo-Version=0.3 7 | X-KDE-PluginInfo-Category= 8 | X-KDE-PluginInfo-Depends= 9 | X-KDE-PluginInfo-License=GPL_V3 10 | X-KDE-PluginInfo-EnabledByDefault=true 11 | -------------------------------------------------------------------------------- /aurorae/Sharp/MacSequoia-Light/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "aurorae", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Category": "Plasma 6 Window Decorations", 11 | "ServiceTypes": [ 12 | "aurorae" 13 | ], 14 | "EnabledByDefault": true, 15 | "Name": "MacSequoia-Light", 16 | "Description" : "MacSequoia-Light window decorations", 17 | "Id": "MacSequoia-Light", 18 | "Version": "1.0", 19 | "License": "GPL_V3", 20 | "X-KDE-PluginInfo-blur": false, 21 | "X-KPackage-Dependencies": [ 22 | ] 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /color-schemes/MacSequoiaDark.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=46,46,46 23 | BackgroundNormal=36,36,36 24 | DecorationFocus=49,91,239 25 | DecorationHover=49,91,239 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=222,222,222 32 | ForegroundPositive=39,174,96 33 | ForegroundVisited=127,140,141 34 | 35 | [Colors:Complementary] 36 | BackgroundAlternate=66,66,66 37 | BackgroundNormal=51,51,51 38 | DecorationFocus=49,91,239 39 | DecorationHover=49,91,239 40 | ForegroundActive=246,116,0 41 | ForegroundInactive=136,136,136 42 | ForegroundLink=49,91,239 43 | ForegroundNegative=237,21,21 44 | ForegroundNeutral=201,206,59 45 | ForegroundNormal=222,222,222 46 | ForegroundPositive=17,209,22 47 | ForegroundVisited=49,91,239 48 | 49 | [Colors:Header] 50 | BackgroundAlternate=66,66,66 51 | BackgroundNormal=54,54,54 52 | DecorationFocus=49,91,239 53 | DecorationHover=49,91,239 54 | ForegroundActive=246,116,0 55 | ForegroundInactive=136,136,136 56 | ForegroundLink=49,91,239 57 | ForegroundNegative=237,21,21 58 | ForegroundNeutral=201,206,59 59 | ForegroundNormal=222,222,222 60 | ForegroundPositive=17,209,22 61 | ForegroundVisited=49,91,239 62 | 63 | [Colors:Header][Inactive] 64 | BackgroundAlternate=60,60,60 65 | BackgroundNormal=45,45,45 66 | DecorationHover=49,91,239 67 | ForegroundActive=246,116,0,150 68 | ForegroundInactive=136,136,136,150 69 | ForegroundLink=49,91,239 70 | ForegroundNegative=237,21,21 71 | ForegroundNeutral=201,206,59 72 | ForegroundNormal=222,222,222,150 73 | ForegroundPositive=17,209,22 74 | ForegroundVisited=49,91,239 75 | 76 | [Colors:Selection] 77 | BackgroundAlternate=79,127,239 78 | BackgroundNormal=49,91,239 79 | DecorationFocus=255,255,255 80 | DecorationHover=255,255,255 81 | ForegroundActive=252,252,252 82 | ForegroundInactive=130,156,239 83 | ForegroundLink=253,188,75 84 | ForegroundNegative=218,68,83 85 | ForegroundNeutral=246,116,0 86 | ForegroundNormal=255,255,255 87 | ForegroundPositive=39,174,96 88 | ForegroundVisited=128,152,239 89 | 90 | [Colors:Tooltip] 91 | BackgroundAlternate=77,77,77 92 | BackgroundNormal=51,51,51 93 | DecorationFocus=49,91,239 94 | DecorationHover=49,91,239 95 | ForegroundActive=49,91,239 96 | ForegroundInactive=189,195,199 97 | ForegroundLink=49,91,239 98 | ForegroundNegative=218,68,83 99 | ForegroundNeutral=246,116,0 100 | ForegroundNormal=222,222,222 101 | ForegroundPositive=39,174,96 102 | ForegroundVisited=127,140,141 103 | 104 | [Colors:View] 105 | BackgroundAlternate=48,48,48 106 | BackgroundNormal=36,36,36 107 | DecorationFocus=49,91,239 108 | DecorationHover=49,91,239 109 | ForegroundActive=49,91,239 110 | ForegroundInactive=136,136,136 111 | ForegroundLink=49,91,239 112 | ForegroundNegative=218,68,83 113 | ForegroundNeutral=246,116,0 114 | ForegroundNormal=222,222,222 115 | ForegroundPositive=39,174,96 116 | ForegroundVisited=120,120,120 117 | 118 | [Colors:Window] 119 | BackgroundAlternate=46,46,46 120 | BackgroundNormal=36,36,36 121 | DecorationFocus=49,91,239 122 | DecorationHover=49,91,239 123 | ForegroundActive=49,91,239 124 | ForegroundInactive=136,136,136 125 | ForegroundLink=49,91,239 126 | ForegroundNegative=218,68,83 127 | ForegroundNeutral=246,116,0 128 | ForegroundNormal=222,222,222 129 | ForegroundPositive=39,174,96 130 | ForegroundVisited=120,120,120 131 | 132 | [General] 133 | ColorScheme=MacSequoiaDark 134 | Name=MacSequoiaDark 135 | shadeSortColumn=true 136 | 137 | [KDE] 138 | contrast=4 139 | 140 | [WM] 141 | activeBackground=54,54,54 142 | activeBlend=171,171,171 143 | activeForeground=222,222,222 144 | inactiveBackground=66,66,66 145 | inactiveBlend=85,85,85 146 | inactiveForeground=120,120,120 147 | -------------------------------------------------------------------------------- /latte-dock/MacSequoia.layout.latte: -------------------------------------------------------------------------------- 1 | [ActionPlugins][1] 2 | RightButton;NoModifier=org.kde.latte.contextmenu 3 | 4 | [Containments][1] 5 | activityId= 6 | byPassWM=false 7 | dockWindowBehavior=true 8 | enableKWinEdges=true 9 | formfactor=2 10 | immutability=1 11 | isPreferredForShortcuts=false 12 | lastScreen=10 13 | layoutId= 14 | location=4 15 | name= 16 | onPrimary=true 17 | plugin=org.kde.latte.containment 18 | raiseOnActivityChange=false 19 | raiseOnDesktopChange=false 20 | settingsComplexity=1 21 | timerHide=100 22 | timerShow=100 23 | viewType=0 24 | visibility=2 25 | wallpaperplugin=org.kde.image 26 | 27 | [Containments][1][Applets][2] 28 | immutability=1 29 | plugin=org.kde.latte.plasmoid 30 | 31 | [Containments][1][Applets][2][Configuration] 32 | PreloadWeight=0 33 | 34 | [Containments][1][Applets][2][Configuration][General] 35 | isInLatteDock=true 36 | launchers59=applications:firefox.desktop,applications:org.kde.dolphin.desktop,applications:gnome-system-monitor.desktop,applications:systemsettings.desktop,applications:org.inkscape.Inkscape.desktop,applications:org.gnome.Geary.desktop,applications:nl.hjdskes.gcolor3.desktop,applications:org.gnome.Nautilus.desktop,applications:gtk3-widget-factory.desktop,applications:nemo.desktop,applications:figma-linux.desktop 37 | 38 | [Containments][1][ConfigDialog] 39 | DialogHeight=904 40 | DialogWidth=539 41 | 42 | [Containments][1][Configuration] 43 | PreloadWeight=0 44 | 45 | [Containments][1][General] 46 | activeWindowFilter=FromAllScreens 47 | advanced=false 48 | alignmentUpgraded=true 49 | appletOrder=2 50 | backgroundRadius=30 51 | backgroundShadowSize=32 52 | iconSize=48 53 | infoBadgeProminentColorEnabled=true 54 | lengthExtMargin=8 55 | maxLength=80 56 | panelOutline=true 57 | panelSize=100 58 | panelTransparency=18 59 | screenEdgeMargin=8 60 | shadowOpacity=0 61 | shadowSize=45 62 | shadows=All 63 | shadowsUpgraded=true 64 | showGlow=false 65 | splitterPosition=0 66 | splitterPosition2=1 67 | tasksUpgraded=true 68 | thickMargin=28 69 | zoomLevel=0 70 | 71 | [Containments][1][Indicator] 72 | customType=org.kde.latte.win7 73 | enabled=true 74 | enabledForApplets=true 75 | padding=0.08 76 | type=org.kde.latte.default 77 | 78 | [Containments][1][Indicator][org.kde.latte.default][General] 79 | activeStyle=Dot 80 | glowApplyTo=OnActive 81 | glowEnabled=true 82 | minimizedTaskColoredDifferently=true 83 | thickMargin=0.06 84 | 85 | [LayoutSettings] 86 | background= 87 | backgroundStyle=0 88 | color=black 89 | customBackground= 90 | customTextColor=333333 91 | icon=folder-apple 92 | lastUsedActivity= 93 | launchers= 94 | popUpMargin=-1 95 | preferredForShortcutsTouched=false 96 | schemeFile= 97 | showInMenu=true 98 | textColor=333333 99 | version=2 100 | -------------------------------------------------------------------------------- /latte-dock/MacSequoia_x2.layout.latte: -------------------------------------------------------------------------------- 1 | [ActionPlugins][1] 2 | RightButton;NoModifier=org.kde.latte.contextmenu 3 | 4 | [Containments][1] 5 | activityId= 6 | byPassWM=false 7 | dockWindowBehavior=true 8 | enableKWinEdges=true 9 | formfactor=2 10 | immutability=1 11 | isPreferredForShortcuts=false 12 | lastScreen=10 13 | layoutId= 14 | location=4 15 | name=Default Dock 16 | onPrimary=true 17 | plugin=org.kde.latte.containment 18 | raiseOnActivityChange=false 19 | raiseOnDesktopChange=false 20 | screensGroup=0 21 | timerHide=700 22 | timerShow=200 23 | viewType=0 24 | visibility=2 25 | wallpaperplugin=org.kde.image 26 | 27 | [Containments][1][Applets][2] 28 | immutability=1 29 | plugin=org.kde.latte.plasmoid 30 | 31 | [Containments][1][Applets][2][Configuration] 32 | PreloadWeight=0 33 | 34 | [Containments][1][Applets][2][Configuration][General] 35 | isInLatteDock=true 36 | launchers59=applications:org.kde.dolphin.desktop,applications:systemsettings.desktop,applications:firefox.desktop,applications:github-desktop.desktop,applications:gnome-system-monitor-kde.desktop,applications:nl.hjdskes.gcolor3.desktop,applications:nemo.desktop,applications:org.inkscape.Inkscape.desktop,applications:org.gnome.Geary.desktop,applications:org.gnome.Nautilus.desktop,applications:gimp.desktop,applications:figma-linux.desktop 37 | 38 | [Containments][1][Applets][3] 39 | immutability=1 40 | plugin=org.kde.plasma.kickerdash 41 | 42 | [Containments][1][Applets][3][Configuration][ConfigDialog] 43 | DialogHeight=1200 44 | DialogWidth=1600 45 | 46 | [Containments][1][Applets][3][Configuration][General] 47 | customButtonImage=view-app-grid 48 | favoritesPortedToKAstats=true 49 | useCustomButtonImage=true 50 | 51 | [Containments][1][ConfigDialog] 52 | DialogHeight=600 53 | DialogWidth=586 54 | 55 | [Containments][1][Configuration] 56 | PreloadWeight=0 57 | 58 | [Containments][1][General] 59 | advanced=false 60 | alignmentUpgraded=true 61 | appletOrder=3;2 62 | backgroundRadius=30 63 | backgroundShadowSize=50 64 | configurationSticker=true 65 | iconSize=96 66 | panelOutline=true 67 | panelSize=100 68 | panelTransparency=35 69 | screenEdgeMargin=24 70 | shadowOpacity=15 71 | shadowSize=45 72 | shadows=All 73 | shadowsUpgraded=true 74 | showGlow=false 75 | splitterPosition=1 76 | splitterPosition2=4 77 | tasksUpgraded=true 78 | thickMargin=18 79 | titleTooltips=false 80 | zoomLevel=0 81 | 82 | [Containments][1][Indicator] 83 | customType= 84 | enabled=true 85 | type=org.kde.latte.default 86 | 87 | [Containments][1][Indicator][org.kde.latte.default][General] 88 | activeStyle=Dot 89 | backgroundCornerMargin=0.3 90 | minimizedTaskColoredDifferently=true 91 | thickMargin=0.08 92 | 93 | [LayoutSettings] 94 | activities= 95 | backgroundStyle=0 96 | color=blue 97 | customBackground= 98 | customTextColor= 99 | disableBordersForMaximizedWindows=false 100 | icon= 101 | lastUsedActivity= 102 | launchers= 103 | popUpMargin=-1 104 | preferredForShortcutsTouched=false 105 | schemeFile= 106 | showInMenu=true 107 | version=2 108 | -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark 3 | Comment=MacOS Sequoia dark theme for plasma 4 | 5 | X-KDE-PluginInfo-Author=Vince Liuice 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-Name=MacSequoia-Dark 8 | X-KDE-PluginInfo-Version=5.84.0 9 | X-KDE-PluginInfo-Website=https://github.com/vinceliuice 10 | X-KDE-PluginInfo-Category= 11 | X-KDE-PluginInfo-License=GPL-3.0 12 | X-KDE-PluginInfo-EnabledByDefault=true 13 | X-Plasma-API=5.0 14 | 15 | [Wallpaper] 16 | defaultWallpaperTheme=MacSequoia-Dark 17 | defaultFileSuffix=.jpg 18 | defaultWidth=3840 19 | defaultHeight=2160 20 | 21 | [ContrastEffect] 22 | enabled=false 23 | contrast=0.2 24 | intensity=1.4 25 | saturation=10 26 | 27 | [AdaptiveTransparency] 28 | enabled=true 29 | -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPlugin": { 3 | "Authors": [ 4 | { 5 | "Email": "vinceliuice@hotmail.com", 6 | "Name": "Vince Liuice" 7 | } 8 | ], 9 | "Category": "Plasma 6.0 theme", 10 | "Description": "MacSequoia dark by Vince Liuice", 11 | "Description[zh_CN]": "MacSequoia 暗黑苹果主题,由 Vince Liuice (视觉设计师) 设计制作", 12 | "EnabledByDefault": true, 13 | "Id": "MacSonoma-Dark", 14 | "License": "GPL-3.0", 15 | "Name": "MacSequoia-Dark", 16 | "Name[zh_CN]": "MacSequoia 暗黑苹果", 17 | "Version": "6.2.0", 18 | "Website": "https://github.com/vinceliuice" 19 | }, 20 | "X-Plasma-API": "5.0" 21 | } 22 | -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/opaque/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/opaque/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/opaque/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/opaque/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/opaque/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/opaque/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/plasmarc: -------------------------------------------------------------------------------- 1 | [Wallpaper] 2 | defaultWallpaperTheme=MacSequoia-Dark 3 | defaultFileSuffix=.jpg 4 | defaultWidth=3840 5 | defaultHeight=2160 6 | 7 | [ContrastEffect] 8 | enabled=true 9 | contrast=0.2 10 | saturation=10 11 | 12 | [AdaptiveTransparency] 13 | enabled=true 14 | -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/translucent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/translucent/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/translucent/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/translucent/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/translucent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/translucent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/translucent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/translucent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/action-overlays.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/action-overlays.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/actionbutton.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/actionbutton.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/arrows.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/arrows.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/bar_meter_horizontal.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/bar_meter_horizontal.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/bar_meter_vertical.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/bar_meter_vertical.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/busywidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/busywidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/button.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/button.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/calendar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/calendar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/checkmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/checkmarks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/configuration-icons.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/configuration-icons.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/containment-controls.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/containment-controls.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/dragger.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/dragger.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/frame.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/frame.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/glowbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/glowbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/line.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/line.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/lineedit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/lineedit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/listitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/listitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/margins-highlight.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/margins-highlight.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/media-delegate.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/media-delegate.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/menubaritem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/menubaritem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/notes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/notes.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/pager.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/pager.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/picker.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/picker.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/plot-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/plot-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/radiobutton.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/radiobutton.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/scrollbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/scrollbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/scrollwidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/scrollwidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/slider.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/slider.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/switch.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/switch.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/tabbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/tasks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/timer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/timer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/toolbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/toolbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/translucentbackground.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/translucentbackground.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Dark/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Dark/widgets/viewitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light 3 | Comment=MacOS Sequoia light theme for plasma 4 | 5 | X-KDE-PluginInfo-Author=Vince Liuice 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-Name=MacSequoia-Light 8 | X-KDE-PluginInfo-Version=5.84.0 9 | X-KDE-PluginInfo-Website=https://plasma.kde.org 10 | X-KDE-PluginInfo-Category= 11 | X-KDE-PluginInfo-License=GPL-3.0 12 | X-KDE-PluginInfo-EnabledByDefault=true 13 | X-Plasma-API=5.0 14 | 15 | [Wallpaper] 16 | defaultWallpaperTheme=MacSequoia-Light 17 | defaultFileSuffix=.jpg 18 | defaultWidth=3840 19 | defaultHeight=2160 20 | 21 | [ContrastEffect] 22 | enabled=false 23 | contrast=0.2 24 | intensity=1.4 25 | saturation=10 26 | 27 | [AdaptiveTransparency] 28 | enabled=true 29 | -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPlugin": { 3 | "Authors": [ 4 | { 5 | "Email": "vinceliuice@hotmail.com", 6 | "Name": "Vince Liuice" 7 | } 8 | ], 9 | "Category": "Plasma 6.0 theme", 10 | "Description": "MacSequoia light by Vince Liuice", 11 | "Description[zh_CN]": "MacSequoia 苹果主题,由 Vince Liuice (视觉设计师) 设计制作", 12 | "EnabledByDefault": true, 13 | "Id": "MacSequoia-Light", 14 | "License": "GPL-3.0", 15 | "Name": "MacSequoia-Light", 16 | "Name[zh_CN]": "MacSequoia 苹果", 17 | "Version": "6.2.0", 18 | "Website": "https://github.com/vinceliuice" 19 | }, 20 | "X-Plasma-API": "5.0" 21 | } 22 | -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/opaque/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/opaque/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/opaque/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/opaque/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/opaque/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/opaque/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/plasmarc: -------------------------------------------------------------------------------- 1 | [Wallpaper] 2 | defaultWallpaperTheme=MacSequoia-Light 3 | defaultFileSuffix=.jpg 4 | defaultWidth=3840 5 | defaultHeight=2160 6 | 7 | [ContrastEffect] 8 | enabled=false 9 | contrast=0.2 10 | intensity=1.4 11 | saturation=10 12 | 13 | [AdaptiveTransparency] 14 | enabled=true 15 | -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/translucent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/translucent/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/translucent/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/translucent/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/translucent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/translucent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/translucent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/translucent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/action-overlays.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/action-overlays.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/actionbutton.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/actionbutton.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/arrows.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/arrows.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/bar_meter_horizontal.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/bar_meter_horizontal.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/bar_meter_vertical.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/bar_meter_vertical.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/busywidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/busywidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/button.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/button.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/calendar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/calendar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/checkmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/checkmarks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/configuration-icons.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/configuration-icons.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/containment-controls.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/containment-controls.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/dragger.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/dragger.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/frame.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/frame.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/glowbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/glowbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/line.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/line.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/lineedit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/lineedit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/listitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/listitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/margins-highlight.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/margins-highlight.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/media-delegate.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/media-delegate.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/menubaritem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/menubaritem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/notes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/notes.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/pager.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/pager.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/picker.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/picker.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/plot-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/plot-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/scrollbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/scrollbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/scrollwidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/scrollwidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/slider.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/slider.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/switch.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/switch.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/tabbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/tasks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/timer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/timer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/toolbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/toolbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/translucentbackground.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/translucentbackground.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/MacSequoia-Light/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/MacSequoia-Light/widgets/viewitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/akonadi.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/akonadi.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/akregator.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/akregator.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/amarok.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/amarok.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/application.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/application.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/applications.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/applications.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/apport.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/apport.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/audio.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/audio.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/battery.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/battery.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/bookmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/bookmarks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/caffeine.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/caffeine.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/cantata.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/cantata.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/compass.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/compass.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/computer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/computer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/configure.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/configure.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/device.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/device.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/disk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/disk.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/distribute.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/distribute.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/document.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/document.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/drive.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/drive.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/edit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/edit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/fcitx.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/fcitx.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/go.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/go.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/ime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/ime.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/input.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/input.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kalarm.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kalarm.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kate.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kate.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kdeconnect.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kdeconnect.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/keyboard.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/keyboard.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kgpg.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kgpg.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kleopatra.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kleopatra.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/klipper.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/klipper.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kmail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kmail.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/konv_message.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/konv_message.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/konversation.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/konversation.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kopete.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kopete.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/korgac.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/korgac.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kpackagekit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kpackagekit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kruler.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kruler.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kteatime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kteatime.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/ktorrent.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/ktorrent.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/kup.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/kup.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/list.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/list.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/lock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/lock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/mail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/mail.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/manjaro.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/manjaro.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/media.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/media.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/mobile.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/mobile.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/nepomuk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/nepomuk.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/network.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/network.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/notification.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/notification.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/notifications.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/notifications.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/osd.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/osd.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/pamac.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/pamac.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/phone.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/phone.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/plasmavault.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/plasmavault.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/plasmavault_error.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/plasmavault_error.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/preferences.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/preferences.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/printer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/printer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/quassel.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/quassel.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/redshift.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/redshift.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/search.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/search.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/slc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/slc.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/software.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/software.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/start.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/start.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/system.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/system.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/touchpad.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/touchpad.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/update.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/update.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/user.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/user.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/video-card.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/video-card.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/video.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/video.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/view.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/view.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/vlc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/vlc.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/wallet.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/wallet.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/window.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/window.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/yakuake.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/yakuake.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/icons/zoom.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/desktoptheme/icons/zoom.svgz -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=WhiteSur-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=MacSequoiaDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=WhiteSur-dark 9 | 10 | [kdeglobals][KDE] 11 | LookAndFeelPackage=com.github.vinceliuice.MacSequoia-Dark 12 | 13 | [kdeglobals][KDE] 14 | widgetStyle=kvantum-dark 15 | 16 | [kwinrc][DesktopSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][WindowSwitcher] 20 | LayoutName=org.kde.breeze.desktop 21 | 22 | [kwinrc][org.kde.kdecoration2] 23 | BorderSize=Tiny 24 | ButtonsOnLeft=XAI 25 | ButtonsOnRight= 26 | library=org.kde.kwin.aurorae 27 | theme=__aurorae__svg__MacSequoia-Dark 28 | 29 | [plasmarc][Theme] 30 | name=MacSequoia-Dark 31 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/Splash.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.5 2 | 3 | 4 | Image { 5 | id: root 6 | source: "images/background.jpeg" 7 | 8 | property int stage 9 | 10 | onStageChanged: { 11 | if (stage == 1) { 12 | introAnimation.running = true 13 | } 14 | } 15 | 16 | 17 | Item { 18 | id: content 19 | anchors.fill: parent 20 | opacity: 0 21 | TextMetrics { 22 | id: units 23 | text: "M" 24 | property int gridUnit: boundingRect.height 25 | property int largeSpacing: units.gridUnit 26 | property int smallSpacing: Math.max(2, gridUnit/4) 27 | } 28 | 29 | Image { 30 | id: logo 31 | //match SDDM/lockscreen avatar positioning 32 | property real size: units.gridUnit * 8 33 | 34 | anchors.centerIn: parent 35 | 36 | source: "images/logo.svg" 37 | 38 | // sourceSize.width: 503 39 | // sourceSize.height: 99 40 | } 41 | 42 | Image { 43 | id: busyIndicator 44 | //in the middle of the remaining space 45 | y: parent.height - (parent.height - logo.y) / 2 - height/2 46 | anchors.horizontalCenter: parent.horizontalCenter 47 | source: "images/loading-00.svg" 48 | property real size: units.gridUnit * 1.5 49 | sourceSize.height: units.gridUnit * 1.5 50 | sourceSize.width: units.gridUnit * 1.5 51 | RotationAnimator on rotation { 52 | id: rotationAnimator 53 | from: 0 54 | to: 360 55 | duration: 800 56 | loops: Animation.Infinite 57 | } 58 | } 59 | 60 | } 61 | 62 | OpacityAnimator { 63 | id: introAnimation 64 | running: false 65 | target: content 66 | from: 0 67 | to: 1 68 | duration: 1000 69 | easing.type: Easing.InOutQuad 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/background.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/background.jpeg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-00.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-01.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-02.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-03.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-04.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-05.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-06.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-07.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-08.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-09.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/loading-11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/contents/splash/images/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 58 | 61 | 65 | 66 | 69 | 76 | 80 | 81 | 82 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark 3 | Comment=Macos Sequoia dark theme for kde plasma 4 | Encoding=UTF-8 5 | Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; 6 | Type=Service 7 | 8 | X-KDE-ParentApp= 9 | X-KDE-ServiceTypes=Plasma/LookAndFeel 10 | X-KDE-PluginInfo-Category= 11 | X-KDE-PluginInfo-EnabledByDefault=true 12 | X-KDE-PluginInfo-Author=Vince Liuice 13 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 14 | X-KDE-PluginInfo-License=GPL3.0 15 | X-KDE-PluginInfo-Version=0.1 16 | X-KDE-PluginInfo-Name=com.github.vinceliuice.MacSequoia-Dark 17 | X-KDE-PluginInfo-Website=https://github.com/vinceliuice/MacSequoia-kde 18 | X-KDE-fallbackPackage=org.kde.breeze.desktop 19 | X-Plasma-MainScript=defaults 20 | X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/2170936,kns://plasma-themes.knsrc/api.kde-look.org/2170947,kns://aurorae.knsrc/api.kde-look.org/2170938,kns://wallpaper.knsrc/api.kde-look.org/2170942,kns://sddmtheme.knsrc/api.kde-look.org/2170940,kns://icons.knsrc/api.kde-look.org/1405756,kns://xcursor.knsrc/api.kde-look.org/1411743 21 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Dark/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "Plasma/LookAndFeel", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Category": "Global Themes (Plasma 6)", 11 | "ServiceTypes": [ 12 | "Plasma/LookAndFeel" 13 | ], 14 | "EnabledByDefault": true, 15 | "Description": "MacOS Sequoia theme for kde plasma", 16 | "Id": "com.github.vinceliuice.MacSequoia-Dark", 17 | "License": "GPLv3", 18 | "Name": "MacSequoia-Dark", 19 | "Website": "https://github.com/vinceliuice/MacSequoia-kde" 20 | }, 21 | "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", 22 | "X-KDE-fallbackPackage": "org.kde.breeze.desktop", 23 | "X-Plasma-MainScript": "defaults", 24 | "X-Plasma-APIVersion": "2", 25 | "X-KPackage-Dependencies": [ 26 | "kns://colorschemes.knsrc/api.kde-look.org/2170936", 27 | "kns://plasma-themes.knsrc/api.kde-look.org/2170947", 28 | "kns://aurorae.knsrc/api.kde-look.org/2170938", 29 | "kns://wallpaper.knsrc/api.kde-look.org/2170942", 30 | "kns://sddmtheme.knsrc/api.kde-look.org/2170940", 31 | "kns://icons.knsrc/api.kde-look.org/1405756", 32 | "kns://xcursor.knsrc/api.kde-look.org/1411743" 33 | ] 34 | } 35 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=WhiteSur-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=MacSequoiaLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=WhiteSur 9 | 10 | [kdeglobals][KDE] 11 | LookAndFeelPackage=com.github.vinceliuice.MacSequoia-light 12 | 13 | [kdeglobals][KDE] 14 | widgetStyle=kvantum 15 | 16 | [kwinrc][DesktopSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][WindowSwitcher] 20 | LayoutName=org.kde.breeze.desktop 21 | 22 | [kwinrc][org.kde.kdecoration2] 23 | ButtonsOnLeft=XAI 24 | ButtonsOnRight= 25 | library=org.kde.kwin.aurorae 26 | theme=__aurorae__svg__MacSequoia-Light 27 | 28 | [plasmarc][Theme] 29 | name=MacSequoia-Light 30 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/Splash.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.5 2 | 3 | 4 | Image { 5 | id: root 6 | source: "images/background.jpeg" 7 | 8 | property int stage 9 | 10 | onStageChanged: { 11 | if (stage == 1) { 12 | introAnimation.running = true 13 | } 14 | } 15 | 16 | 17 | Item { 18 | id: content 19 | anchors.fill: parent 20 | opacity: 0 21 | TextMetrics { 22 | id: units 23 | text: "M" 24 | property int gridUnit: boundingRect.height 25 | property int largeSpacing: units.gridUnit 26 | property int smallSpacing: Math.max(2, gridUnit/4) 27 | } 28 | 29 | Image { 30 | id: logo 31 | //match SDDM/lockscreen avatar positioning 32 | property real size: units.gridUnit * 8 33 | 34 | anchors.centerIn: parent 35 | 36 | source: "images/logo.svg" 37 | 38 | // sourceSize.width: 503 39 | // sourceSize.height: 99 40 | } 41 | 42 | Image { 43 | id: busyIndicator 44 | //in the middle of the remaining space 45 | y: parent.height - (parent.height - logo.y) / 2 - height/2 46 | anchors.horizontalCenter: parent.horizontalCenter 47 | source: "images/loading-00.svg" 48 | sourceSize.height: units.gridUnit * 1.5 49 | sourceSize.width: units.gridUnit * 1.5 50 | RotationAnimator on rotation { 51 | id: rotationAnimator 52 | from: 0 53 | to: 360 54 | duration: 800 55 | loops: Animation.Infinite 56 | } 57 | } 58 | 59 | } 60 | 61 | OpacityAnimator { 62 | id: introAnimation 63 | running: false 64 | target: content 65 | from: 0 66 | to: 1 67 | duration: 1000 68 | easing.type: Easing.InOutQuad 69 | } 70 | } 71 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/background.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/background.jpeg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-00.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-01.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-02.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-03.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-04.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-05.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-06.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-07.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-08.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-09.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/loading-11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/contents/splash/images/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 29 | 31 | 58 | 61 | 65 | 66 | 69 | 76 | 80 | 81 | 82 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light 3 | Comment=MacOS Sequoia light theme for kde plasma 4 | Encoding=UTF-8 5 | Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; 6 | Type=Service 7 | 8 | X-KDE-ParentApp= 9 | X-KDE-ServiceTypes=Plasma/LookAndFeel 10 | X-KDE-PluginInfo-Category= 11 | X-KDE-PluginInfo-EnabledByDefault=true 12 | X-KDE-PluginInfo-Author=Vince Liuice 13 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 14 | X-KDE-PluginInfo-License=GPL3.0 15 | X-KDE-PluginInfo-Version=0.1 16 | X-KDE-PluginInfo-Name=com.github.vinceliuice.MacSequoia-Light 17 | X-KDE-PluginInfo-Website=https://github.com/vinceliuice/MacSequoia-kde 18 | X-KDE-fallbackPackage=org.kde.breeze.desktop 19 | X-Plasma-MainScript=defaults 20 | X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/2170936,kns://plasma-themes.knsrc/api.kde-look.org/2170944,kns://aurorae.knsrc/api.kde-look.org/2170938,kns://wallpaper.knsrc/api.kde-look.org/2170942,kns://sddmtheme.knsrc/api.kde-look.org/2170940,kns://icons.knsrc/api.kde-look.org/1405756,kns://xcursor.knsrc/api.kde-look.org/1411743 21 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.MacSequoia-Light/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "Plasma/LookAndFeel", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Category": "Global Themes (Plasma 6)", 11 | "ServiceTypes": [ 12 | "Plasma/LookAndFeel" 13 | ], 14 | "EnabledByDefault": true, 15 | "Description": "MacOS Sequoia theme for kde plasma", 16 | "Id": "com.github.vinceliuice.MacSequoia-Light", 17 | "License": "GPLv3", 18 | "Name": "MacSequoia-Light", 19 | "Website": "https://github.com/vinceliuice/MacSequoia-kde" 20 | }, 21 | "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", 22 | "X-KDE-fallbackPackage": "org.kde.breeze.desktop", 23 | "X-Plasma-MainScript": "defaults", 24 | "X-Plasma-APIVersion": "2", 25 | "X-KPackage-Dependencies": [ 26 | "kns://colorschemes.knsrc/api.kde-look.org/2170936", 27 | "kns://plasma-themes.knsrc/api.kde-look.org/2170944", 28 | "kns://aurorae.knsrc/api.kde-look.org/2170938", 29 | "kns://wallpaper.knsrc/api.kde-look.org/2170942", 30 | "kns://sddmtheme.knsrc/api.kde-look.org/2170940", 31 | "kns://icons.knsrc/api.kde-look.org/1405756", 32 | "kns://xcursor.knsrc/api.kde-look.org/1411743" 33 | ] 34 | } 35 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/Background.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 Boudhayan Gupta 3 | 4 | SPDX-License-Identifier: LGPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | 9 | FocusScope { 10 | id: sceneBackground 11 | 12 | property var sceneBackgroundType 13 | property alias sceneBackgroundColor: sceneColorBackground.color 14 | property alias sceneBackgroundImage: sceneImageBackground.source 15 | 16 | Rectangle { 17 | id: sceneColorBackground 18 | anchors.fill: parent 19 | } 20 | 21 | Image { 22 | id: sceneImageBackground 23 | anchors.fill: parent 24 | sourceSize.width: parent.width 25 | sourceSize.height: parent.height 26 | fillMode: Image.PreserveAspectCrop 27 | smooth: true; 28 | } 29 | 30 | states: [ 31 | State { 32 | name: "imageBackground" 33 | when: sceneBackgroundType === "image" 34 | PropertyChanges { 35 | target: sceneColorBackground 36 | visible: false 37 | } 38 | PropertyChanges { 39 | target: sceneImageBackground 40 | visible: true 41 | } 42 | }, 43 | State { 44 | name: "colorBackground" 45 | when: sceneBackgroundType !== "image" 46 | PropertyChanges { 47 | target: sceneColorBackground 48 | visible: true 49 | } 50 | PropertyChanges { 51 | target: sceneImageBackground 52 | visible: false 53 | } 54 | } 55 | ] 56 | } 57 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/KeyboardButton.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 David Edmundson 3 | SPDX-FileCopyrightText: 2022 Aleix Pol Gonzalez 4 | 5 | SPDX-License-Identifier: LGPL-2.0-or-later 6 | */ 7 | 8 | import QtQuick 2.15 9 | 10 | import org.kde.plasma.core 2.0 as PlasmaCore 11 | import org.kde.plasma.components 3.0 as PlasmaComponents 12 | 13 | PlasmaComponents.ToolButton { 14 | id: root 15 | 16 | property int currentIndex: keyboard.currentLayout 17 | onCurrentIndexChanged: keyboard.currentLayout = currentIndex 18 | 19 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Keyboard Layout: %1", keyboard.layouts[currentIndex].longName) 20 | visible: keyboard.layouts.length > 1 21 | 22 | checkable: true 23 | checked: menu.opened 24 | onToggled: { 25 | if (checked) { 26 | menu.popup(root, 0, 0) 27 | } else { 28 | menu.dismiss() 29 | } 30 | } 31 | 32 | signal keyboardLayoutChanged() 33 | 34 | PlasmaComponents.Menu { 35 | id: menu 36 | PlasmaCore.ColorScope.colorGroup: PlasmaCore.Theme.NormalColorGroup 37 | PlasmaCore.ColorScope.inherit: false 38 | 39 | onAboutToShow: { 40 | if (instantiator.model === null) { 41 | let layouts = keyboard.layouts; 42 | layouts.sort((a, b) => a.longName.localeCompare(b.longName)); 43 | instantiator.model = layouts; 44 | } 45 | } 46 | 47 | Instantiator { 48 | id: instantiator 49 | model: null 50 | onObjectAdded: menu.insertItem(index, object) 51 | onObjectRemoved: menu.removeItem(object) 52 | delegate: PlasmaComponents.MenuItem { 53 | text: modelData.longName 54 | onTriggered: { 55 | keyboard.currentLayout = keyboard.layouts.indexOf(modelData) 56 | root.keyboardLayoutChanged() 57 | } 58 | } 59 | } 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/SessionButton.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 David Edmundson 3 | SPDX-FileCopyrightText: 2022 Aleix Pol Gonzalez 4 | 5 | SPDX-License-Identifier: LGPL-2.0-or-later 6 | */ 7 | 8 | import QtQuick 2.15 9 | 10 | import org.kde.plasma.core 2.0 as PlasmaCore 11 | import org.kde.plasma.components 3.0 as PlasmaComponents 12 | 13 | PlasmaComponents.ToolButton { 14 | id: root 15 | 16 | property int currentIndex: -1 17 | 18 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Desktop Session: %1", instantiator.objectAt(currentIndex).text || "") 19 | visible: menu.count > 1 20 | 21 | Component.onCompleted: { 22 | currentIndex = sessionModel.lastIndex 23 | } 24 | checkable: true 25 | checked: menu.opened 26 | onToggled: { 27 | if (checked) { 28 | menu.popup(root, 0, 0) 29 | } else { 30 | menu.dismiss() 31 | } 32 | } 33 | 34 | signal sessionChanged() 35 | 36 | PlasmaComponents.Menu { 37 | PlasmaCore.ColorScope.colorGroup: PlasmaCore.Theme.NormalColorGroup 38 | PlasmaCore.ColorScope.inherit: false 39 | 40 | id: menu 41 | Instantiator { 42 | id: instantiator 43 | model: sessionModel 44 | onObjectAdded: menu.insertItem(index, object) 45 | onObjectRemoved: menu.removeItem(object) 46 | delegate: PlasmaComponents.MenuItem { 47 | text: model.name 48 | onTriggered: { 49 | root.currentIndex = model.index 50 | sessionChanged() 51 | } 52 | } 53 | } 54 | } 55 | } 56 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/assets/login.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-5.0/assets/login.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/assets/logout_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-5.0/assets/logout_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/assets/restart_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-5.0/assets/restart_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/assets/shutdown_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-5.0/assets/shutdown_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/assets/suspend_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-5.0/assets/suspend_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/assets/switch_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-5.0/assets/switch_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/components/Battery.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 Kai Uwe Broulik 3 | 4 | SPDX-License-Identifier: LGPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | import QtQuick.Layouts 1.15 9 | 10 | import org.kde.plasma.core 2.0 as PlasmaCore 11 | import org.kde.plasma.components 3.0 as PlasmaComponents3 12 | import org.kde.plasma.workspace.components 2.0 as PW 13 | 14 | RowLayout { 15 | id: root 16 | 17 | property int fontSize: PlasmaCore.Theme.defaultFont.pointSize 18 | 19 | function getOrDefault(source /*object?*/, prop /*string*/, fallback /*T*/) /*-> T*/ { 20 | return (source !== null && source !== undefined && source.hasOwnProperty(prop)) 21 | ? source[prop] : fallback; 22 | } 23 | 24 | readonly property var acAdapter: pmSource.data["AC Adapter"] 25 | readonly property var battery: pmSource.data["Battery"] 26 | 27 | readonly property bool pluggedIn: getOrDefault(acAdapter, "Plugged in", false) 28 | readonly property bool hasBattery: getOrDefault(battery, "Has Battery", false) 29 | readonly property int percent: getOrDefault(battery, "Percent", 0) 30 | 31 | spacing: PlasmaCore.Units.smallSpacing 32 | visible: getOrDefault(battery, "Has Cumulative", false) 33 | 34 | PlasmaCore.DataSource { 35 | id: pmSource 36 | engine: "powermanagement" 37 | connectedSources: ["Battery", "AC Adapter"] 38 | } 39 | 40 | PW.BatteryIcon { 41 | pluggedIn: root.pluggedIn 42 | hasBattery: root.hasBattery 43 | percent: root.percent 44 | 45 | Layout.preferredHeight: Math.max(PlasmaCore.Units.iconSizes.medium, batteryLabel.implicitHeight) 46 | Layout.preferredWidth: Layout.preferredHeight 47 | Layout.alignment: Qt.AlignVCenter 48 | } 49 | 50 | PlasmaComponents3.Label { 51 | id: batteryLabel 52 | font.pointSize: root.fontSize 53 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "%1%", root.percent) 54 | Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Battery at %1%", root.percent) 55 | Layout.alignment: Qt.AlignVCenter 56 | } 57 | } 58 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/components/Clock.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 David Edmundson 3 | 4 | SPDX-License-Identifier: LGPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | import QtQuick.Layouts 1.15 9 | 10 | import org.kde.plasma.components 3.0 as PlasmaComponents3 11 | import org.kde.plasma.core 2.0 as PlasmaCore 12 | 13 | ColumnLayout { 14 | readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software 15 | 16 | PlasmaComponents3.Label { 17 | text: Qt.formatTime(timeSource.data["Local"]["DateTime"]) 18 | style: softwareRendering ? Text.Outline : Text.Normal 19 | styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter 20 | font.pointSize: 48 21 | Layout.alignment: Qt.AlignHCenter 22 | } 23 | PlasmaComponents3.Label { 24 | text: Qt.formatDate(timeSource.data["Local"]["DateTime"], Qt.DefaultLocaleLongDate) 25 | style: softwareRendering ? Text.Outline : Text.Normal 26 | styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter 27 | font.pointSize: 24 28 | Layout.alignment: Qt.AlignHCenter 29 | } 30 | PlasmaCore.DataSource { 31 | id: timeSource 32 | engine: "time" 33 | connectedSources: ["Local"] 34 | interval: 1000 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/components/UserList.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2014 David Edmundson 3 | 4 | SPDX-License-Identifier: LGPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | 9 | import org.kde.plasma.core 2.0 as PlasmaCore 10 | 11 | /* 12 | * A model with a list of users to show in the view. 13 | * There are different implementations in sddm greeter (UserModel) and 14 | * KScreenLocker (SessionsModel), so some roles will be missing. 15 | * 16 | * type: { 17 | * name: string, 18 | * realName: string, 19 | * homeDir: string, 20 | * icon: string, 21 | * iconName?: string, 22 | * needsPassword?: bool, 23 | * displayNumber?: string, 24 | * vtNumber?: int, 25 | * session?: string 26 | * isTty?: bool, 27 | * } 28 | */ 29 | ListView { 30 | id: view 31 | readonly property string selectedUser: currentItem ? currentItem.userName : "" 32 | readonly property int userItemWidth: PlasmaCore.Units.gridUnit * 8 33 | readonly property int userItemHeight: PlasmaCore.Units.gridUnit * 9 34 | readonly property bool constrainText: count > 1 35 | property int fontSize: PlasmaCore.Theme.defaultFont.pointSize + 2 36 | 37 | implicitHeight: userItemHeight 38 | 39 | activeFocusOnTab: true 40 | 41 | /* 42 | * Signals that a user was explicitly selected 43 | */ 44 | signal userSelected() 45 | 46 | orientation: ListView.Horizontal 47 | highlightRangeMode: ListView.StrictlyEnforceRange 48 | 49 | //centre align selected item (which implicitly centre aligns the rest 50 | preferredHighlightBegin: width/2 - userItemWidth/2 51 | preferredHighlightEnd: preferredHighlightBegin 52 | 53 | // Disable flicking if we only have on user (like on the lockscreen) 54 | interactive: count > 1 55 | 56 | delegate: UserDelegate { 57 | avatarPath: model.icon || "" 58 | iconSource: model.iconName || "user-identity" 59 | fontSize: view.fontSize 60 | needsPassword: model.needsPassword !== undefined ? model.needsPassword : true 61 | vtNumber: model.vtNumber 62 | 63 | name: { 64 | const displayName = model.realName || model.name 65 | 66 | if (model.vtNumber === undefined || model.vtNumber < 0) { 67 | return displayName 68 | } 69 | 70 | if (!model.session) { 71 | return i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Nobody logged in on that session", "Unused") 72 | } 73 | 74 | 75 | let location = undefined 76 | if (model.isTty) { 77 | location = i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "User logged in on console number", "TTY %1", model.vtNumber) 78 | } else if (model.displayNumber) { 79 | location = i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "User logged in on console (X display number)", "on TTY %1 (Display %2)", model.vtNumber, model.displayNumber) 80 | } 81 | 82 | if (location !== undefined) { 83 | return i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Username (location)", "%1 (%2)", displayName, location) 84 | } 85 | 86 | return displayName 87 | } 88 | 89 | userName: model.name 90 | 91 | width: userItemWidth 92 | height: userItemHeight 93 | 94 | //if we only have one delegate, we don't need to clip the text as it won't be overlapping with anything 95 | constrainText: view.constrainText 96 | 97 | isCurrent: ListView.isCurrentItem 98 | 99 | onClicked: { 100 | ListView.view.currentIndex = index; 101 | ListView.view.userSelected(); 102 | } 103 | } 104 | 105 | Keys.onEscapePressed: view.userSelected() 106 | Keys.onEnterPressed: view.userSelected() 107 | Keys.onReturnPressed: view.userSelected() 108 | } 109 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/components/VirtualKeyboard.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2017 Martin Gräßlin 3 | 4 | SPDX-License-Identifier: GPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | import QtQuick.VirtualKeyboard 2.4 9 | 10 | import org.kde.plasma.core 2.0 as PlasmaCore 11 | 12 | InputPanel { 13 | id: inputPanel 14 | property bool activated: false 15 | active: activated && Qt.inputMethod.visible 16 | width: parent.width 17 | 18 | states: [ 19 | State { 20 | name: "visible" 21 | when: inputPanel.active 22 | PropertyChanges { 23 | target: inputPanel 24 | y: inputPanel.parent.height - inputPanel.height 25 | opacity: 1 26 | visible: true 27 | } 28 | }, 29 | State { 30 | name: "hidden" 31 | when: !inputPanel.active 32 | PropertyChanges { 33 | target: inputPanel 34 | y: inputPanel.parent.height 35 | opacity: 0 36 | visible:false 37 | } 38 | } 39 | ] 40 | 41 | transitions: [ 42 | Transition { 43 | to: "visible" 44 | ParallelAnimation { 45 | YAnimator { 46 | // NOTE this is necessary as otherwise the keyboard always starts the transition with Y as 0, due to the internal reparenting happening when becomes active 47 | from: inputPanel.parent.height 48 | duration: PlasmaCore.Units.longDuration 49 | easing.type: Easing.OutQuad 50 | } 51 | OpacityAnimator { 52 | duration: PlasmaCore.Units.longDuration 53 | easing.type: Easing.OutQuad 54 | } 55 | } 56 | }, 57 | Transition { 58 | to: "hidden" 59 | ParallelAnimation { 60 | YAnimator { 61 | duration: PlasmaCore.Units.longDuration 62 | easing.type: Easing.InQuad 63 | } 64 | OpacityAnimator { 65 | duration: PlasmaCore.Units.longDuration 66 | easing.type: Easing.InQuad 67 | } 68 | } 69 | } 70 | ] 71 | } 72 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/components/VirtualKeyboard_wayland.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez 3 | 4 | SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 5 | */ 6 | 7 | import QtQuick 2.15 8 | 9 | import org.kde.plasma.workspace.keyboardlayout 1.0 as Keyboards 10 | 11 | Item { 12 | id: inputPanel 13 | readonly property bool active: Keyboards.KWinVirtualKeyboard.visible 14 | property bool activated: false 15 | visible: Keyboards.KWinVirtualKeyboard.visible 16 | 17 | x: Qt.inputMethod.keyboardRectangle.x 18 | y: Qt.inputMethod.keyboardRectangle.y 19 | height: Qt.inputMethod.keyboardRectangle.height 20 | width: Qt.inputMethod.keyboardRectangle.width 21 | 22 | onActivatedChanged: if (activated) { 23 | Keyboards.KWinVirtualKeyboard.enabled = true 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/components/animation/RejectPasswordAnimation.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2022 ivan (@ratijas) tkachenko 3 | 4 | SPDX-License-Identifier: LGPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | import QtQml 2.15 9 | 10 | QtObject { 11 | id: root 12 | 13 | property Item target 14 | 15 | readonly property Animation __animation: RejectPasswordPathAnimation { 16 | id: animation 17 | target: Item { id: fakeTarget } 18 | } 19 | 20 | property Binding __bindEnabled: Binding { 21 | target: root.target 22 | property: "enabled" 23 | value: false 24 | when: animation.running 25 | restoreMode: Binding.RestoreBindingOrValue 26 | } 27 | 28 | // real target is getting a Translate object which pulls coordinates from 29 | // a fake Item object 30 | property Binding __bindTransform: Binding { 31 | target: root.target 32 | property: "transform" 33 | value: Translate { 34 | x: fakeTarget.x 35 | } 36 | restoreMode: Binding.RestoreBindingOrValue 37 | } 38 | 39 | function start() { 40 | animation.start(); 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/components/animation/RejectPasswordPathAnimation.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2022 ivan (@ratijas) tkachenko 3 | 4 | SPDX-License-Identifier: LGPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | import QtQml 2.15 9 | 10 | import org.kde.plasma.core 2.0 as PlasmaCore 11 | 12 | PathAnimation { 13 | id: root 14 | 15 | /** The magnitude/distance/offset of the animation, in the usual device-independent pixels. */ 16 | property real swing: 15 17 | 18 | /** 19 | * In which direction the target starts moving first. 20 | * Must be either Qt.LeftToRight or Qt.RightToLeft. 21 | * 22 | * By default it is opposite to the application's layout direction, to 23 | * make an animation feel more "disturbing". 24 | */ 25 | property int initialDirection: Qt.application.layoutDirection === Qt.RightToLeft ? Qt.LeftToRight : Qt.RightToLeft 26 | 27 | alwaysRunToEnd: true 28 | 29 | // This animation's speed does not depend on user preferences, except when 30 | // we honor the "reduced animations" special case. 31 | // Animators with a duration of 0 do not fire reliably, which is why duration is at least 1. 32 | // see Bug 357532 and QTBUG-39766 33 | duration: PlasmaCore.Units.longDuration <= 1 ? 1 : 600 34 | easing.type: Easing.OutCubic 35 | 36 | path: Path { 37 | PathPolyline { 38 | path: { 39 | const directionFactor = root.initialDirection === Qt.RightToLeft ? -1 : 1; 40 | const extreme = root.swing * directionFactor; 41 | const here = Qt.point(extreme, 0); 42 | const there = Qt.point(-extreme, 0); 43 | return [ 44 | Qt.point(0, 0), 45 | here, there, 46 | here, there, 47 | here, there, 48 | Qt.point(0, 0), 49 | ]; 50 | } 51 | } 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/faces/.face.icon: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 14 | 15 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/metadata.desktop: -------------------------------------------------------------------------------- 1 | [SddmGreeterTheme] 2 | Name=MacSequoia 3 | Description=MacOS Sequoia sddm theme for KDE Plasma 4 | Author=VinceLiuice 5 | Copyright=(c) 2014, Vince Liuice 6 | License=CC-BY-SA 7 | Type=sddm-theme 8 | Version=0.1 9 | Website=https://github.com/vinceliuice/MacSequoia-kde 10 | Screenshot=Preview.jpg 11 | MainScript=Main.qml 12 | ConfigFile=theme.conf 13 | TranslationsDirectory=translations 14 | Email=vinceliuice@hotmail.com 15 | Theme-Id=MacSequoia 16 | Theme-API=2.0 17 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/theme.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | showlogo=hidden 3 | logo=default-logo.svg 4 | type=image 5 | color=#1d99f3 6 | fontSize=10 7 | background=Background.jpg 8 | needsFullUserModel=false 9 | -------------------------------------------------------------------------------- /sddm/MacSequoia-5.0/theme.conf.user: -------------------------------------------------------------------------------- 1 | [General] 2 | background=Background.jpg 3 | type=image 4 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/Background.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 Boudhayan Gupta 3 | 4 | SPDX-License-Identifier: LGPL-2.0-or-later 5 | */ 6 | 7 | import QtQuick 2.15 8 | 9 | FocusScope { 10 | id: sceneBackground 11 | 12 | property var sceneBackgroundType 13 | property alias sceneBackgroundColor: sceneColorBackground.color 14 | property alias sceneBackgroundImage: sceneImageBackground.source 15 | 16 | Rectangle { 17 | id: sceneColorBackground 18 | anchors.fill: parent 19 | } 20 | 21 | Image { 22 | id: sceneImageBackground 23 | anchors.fill: parent 24 | sourceSize.width: parent.width 25 | sourceSize.height: parent.height 26 | fillMode: Image.PreserveAspectCrop 27 | smooth: true; 28 | } 29 | 30 | states: [ 31 | State { 32 | name: "imageBackground" 33 | when: sceneBackgroundType === "image" 34 | PropertyChanges { 35 | target: sceneColorBackground 36 | visible: false 37 | } 38 | PropertyChanges { 39 | target: sceneImageBackground 40 | visible: true 41 | } 42 | }, 43 | State { 44 | name: "colorBackground" 45 | when: sceneBackgroundType !== "image" 46 | PropertyChanges { 47 | target: sceneColorBackground 48 | visible: true 49 | } 50 | PropertyChanges { 51 | target: sceneImageBackground 52 | visible: false 53 | } 54 | } 55 | ] 56 | } 57 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/Input.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | import QtQuick.Layouts 1.15 3 | import QtQuick.Controls 2.15 4 | 5 | TextField { 6 | placeholderTextColor: config.color 7 | palette.text: config.color 8 | font.pointSize: config.fontSize 9 | font.family: config.font 10 | width: parent.width 11 | background: Rectangle { 12 | color: parent.focus ? "#ffffff" : "#dddddd" 13 | radius: 100 14 | opacity: 0.45 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/KeyboardButton.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 David Edmundson 3 | SPDX-FileCopyrightText: 2022 Aleix Pol Gonzalez 4 | 5 | SPDX-License-Identifier: LGPL-2.0-or-later 6 | */ 7 | 8 | import QtQuick 2.15 9 | 10 | import org.kde.plasma.components 3.0 as PlasmaComponents 11 | import org.kde.kirigami 2.20 as Kirigami 12 | 13 | PlasmaComponents.ToolButton { 14 | id: root 15 | 16 | property int currentIndex: keyboard.currentLayout 17 | onCurrentIndexChanged: keyboard.currentLayout = currentIndex 18 | 19 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Keyboard Layout: %1", keyboard.layouts[currentIndex].longName) 20 | visible: keyboard.layouts.length > 1 21 | 22 | checkable: true 23 | checked: menu.opened 24 | onToggled: { 25 | if (checked) { 26 | menu.popup(root, 0, 0) 27 | } else { 28 | menu.dismiss() 29 | } 30 | } 31 | 32 | signal keyboardLayoutChanged() 33 | 34 | PlasmaComponents.Menu { 35 | id: menu 36 | Kirigami.Theme.colorSet: Kirigami.Theme.Window 37 | Kirigami.Theme.inherit: false 38 | 39 | onAboutToShow: { 40 | if (instantiator.model === null) { 41 | let layouts = keyboard.layouts; 42 | layouts.sort((a, b) => a.longName.localeCompare(b.longName)); 43 | instantiator.model = layouts; 44 | } 45 | } 46 | 47 | Instantiator { 48 | id: instantiator 49 | model: null 50 | onObjectAdded: (index, object) => menu.insertItem(index, object) 51 | onObjectRemoved: (index, object) => menu.removeItem(object) 52 | delegate: PlasmaComponents.MenuItem { 53 | text: modelData.longName 54 | onTriggered: { 55 | keyboard.currentLayout = keyboard.layouts.indexOf(modelData) 56 | root.keyboardLayoutChanged() 57 | } 58 | } 59 | } 60 | } 61 | } 62 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/SessionButton.qml: -------------------------------------------------------------------------------- 1 | /* 2 | SPDX-FileCopyrightText: 2016 David Edmundson 3 | SPDX-FileCopyrightText: 2022 Aleix Pol Gonzalez 4 | 5 | SPDX-License-Identifier: LGPL-2.0-or-later 6 | */ 7 | 8 | import QtQuick 2.15 9 | 10 | import org.kde.plasma.components 3.0 as PlasmaComponents 11 | import org.kde.kirigami 2.20 as Kirigami 12 | 13 | PlasmaComponents.ToolButton { 14 | id: root 15 | 16 | property int currentIndex: -1 17 | 18 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Desktop Session: %1", instantiator.objectAt(currentIndex).text || "") 19 | visible: menu.count > 1 20 | 21 | Component.onCompleted: { 22 | currentIndex = sessionModel.lastIndex 23 | } 24 | checkable: true 25 | checked: menu.opened 26 | onToggled: { 27 | if (checked) { 28 | menu.popup(root, 0, 0) 29 | } else { 30 | menu.dismiss() 31 | } 32 | } 33 | 34 | signal sessionChanged() 35 | 36 | PlasmaComponents.Menu { 37 | Kirigami.Theme.colorSet: Kirigami.Theme.Window 38 | Kirigami.Theme.inherit: false 39 | 40 | id: menu 41 | Instantiator { 42 | id: instantiator 43 | model: sessionModel 44 | onObjectAdded: (index, object) => menu.insertItem(index, object) 45 | onObjectRemoved: (index, object) => menu.removeItem(object) 46 | delegate: PlasmaComponents.MenuItem { 47 | text: model.name 48 | onTriggered: { 49 | root.currentIndex = model.index 50 | sessionChanged() 51 | } 52 | } 53 | } 54 | } 55 | } 56 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/assets/login.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-6.0/assets/login.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/assets/logout_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-6.0/assets/logout_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/assets/restart_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-6.0/assets/restart_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/assets/shutdown_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-6.0/assets/shutdown_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/assets/suspend_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-6.0/assets/suspend_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/assets/switch_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/MacSequoia-6.0/assets/switch_primary.svgz -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/faces/.face.icon: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 14 | 15 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/metadata.desktop: -------------------------------------------------------------------------------- 1 | [SddmGreeterTheme] 2 | Name=MacSequoia 3 | Description=MacOS Sequoia sddm theme for KDE Plasma 4 | Author=VinceLiuice 5 | Copyright=(c) 2014, Vince Liuice 6 | License=CC-BY-SA 7 | Type=sddm-theme 8 | Version=0.1 9 | Website=https://github.com/vinceliuice/MacSequoia-kde 10 | Screenshot=Preview.jpg 11 | MainScript=Main.qml 12 | ConfigFile=theme.conf 13 | TranslationsDirectory=translations 14 | Email=vinceliuice@hotmail.com 15 | Theme-Id=MacSequoia 16 | Theme-API=2.0 17 | QtVersion=6 18 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/theme.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | showlogo=hidden 3 | logo=default-logo.svg 4 | type=image 5 | color=#1d99f3 6 | fontSize=10 7 | background=Background.jpg 8 | needsFullUserModel=false 9 | -------------------------------------------------------------------------------- /sddm/MacSequoia-6.0/theme.conf.user: -------------------------------------------------------------------------------- 1 | [General] 2 | type=image 3 | -------------------------------------------------------------------------------- /sddm/README.md: -------------------------------------------------------------------------------- 1 | 2 | MacSequoia sddm theme for KDE Plasma desktop. 3 | 4 | ## Installation 5 | 6 | ./install.sh 7 | 8 | ## Donate 9 | 10 | If you like my project, you can donate at: 11 | 12 | PayPal donate button 13 | 14 | ## License 15 | 16 | GNU GPL v3 17 | 18 | ## preview 19 | 20 | ![light](images/Preview-Light.jpg) 21 | ![dark](images/Preview-Dark.jpg) 22 | -------------------------------------------------------------------------------- /sddm/images/Background-Dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/images/Background-Dark.jpg -------------------------------------------------------------------------------- /sddm/images/Background-Light.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/images/Background-Light.jpg -------------------------------------------------------------------------------- /sddm/images/Preview-Dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/images/Preview-Dark.jpg -------------------------------------------------------------------------------- /sddm/images/Preview-Light.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/sddm/images/Preview-Light.jpg -------------------------------------------------------------------------------- /sddm/install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ROOT_UID=0 4 | THEME_DIR="/usr/share/sddm/themes" 5 | REO_DIR="$(cd $(dirname $0) && pwd)" 6 | 7 | MAX_DELAY=20 # max delay for user to enter root password 8 | 9 | #COLORS 10 | CDEF=" \033[0m" # default color 11 | CCIN=" \033[0;36m" # info color 12 | CGSC=" \033[0;32m" # success color 13 | CRER=" \033[0;31m" # error color 14 | CWAR=" \033[0;33m" # waring color 15 | b_CDEF=" \033[1;37m" # bold default color 16 | b_CCIN=" \033[1;36m" # bold info color 17 | b_CGSC=" \033[1;32m" # bold success color 18 | b_CRER=" \033[1;31m" # bold error color 19 | b_CWAR=" \033[1;33m" # bold warning color 20 | 21 | # echo like ... with flag type and display message colors 22 | prompt () { 23 | case ${1} in 24 | "-s"|"--success") 25 | echo -e "${b_CGSC}${@/-s/}${CDEF}";; # print success message 26 | "-e"|"--error") 27 | echo -e "${b_CRER}${@/-e/}${CDEF}";; # print error message 28 | "-w"|"--warning") 29 | echo -e "${b_CWAR}${@/-w/}${CDEF}";; # print warning message 30 | "-i"|"--info") 31 | echo -e "${b_CCIN}${@/-i/}${CDEF}";; # print info message 32 | *) 33 | echo -e "$@" 34 | ;; 35 | esac 36 | } 37 | 38 | if [[ "$(command -v plasmashell)" ]]; then 39 | PLASMA_VERSION="$(plasmashell -v | cut -d ' ' -f 2 | cut -d . -f -1)" 40 | if [[ "${PLASMA_VERSION:-}" -ge "6" ]]; then 41 | DESK_VERSION="6.0" 42 | elif [[ "${PLASMA_VERSION:-}" -ge "5" ]]; then 43 | DESK_VERSION="5.0" 44 | fi 45 | else 46 | prompt -e "'plasmashell' not found, using styles for last plasmashell version available." 47 | DESK_VERSION="6.0" 48 | fi 49 | 50 | install () { 51 | prompt -i "\n * Install ${name}${color} in ${THEME_DIR}... " 52 | sudo rm -rf "${THEME_DIR}/${name}${color}" 53 | sudo cp -r "${REO_DIR}/${name}-${DESK_VERSION}" "${THEME_DIR}/${name}${color}" 54 | sudo cp -r "${REO_DIR}/images/Background${color}.jpg" "${THEME_DIR}/${name}${color}/Background.jpg" 55 | sudo cp -r "${REO_DIR}/images/Preview${color}.jpg" "${THEME_DIR}/${name}${color}/Preview.jpg" 56 | sudo sed -i "/\Name=/s/${name}/${name}${color}/" "${THEME_DIR}/${name}${color}/metadata.desktop" 57 | sudo sed -i "/\Theme-Id=/s/${name}/${name}${color}/" "${THEME_DIR}/${name}${color}/metadata.desktop" 58 | sudo sed -i "s/${name}/${name}${color}/g" "${THEME_DIR}/${name}${color}/Main.qml" 59 | # Success message 60 | prompt -s "\n * All done!" 61 | } 62 | 63 | if [[ "$UID" -eq "$ROOT_UID" ]]; then 64 | name="MacSequoia" 65 | color="-Light" && install 66 | color="-Dark" && install 67 | echo 68 | else 69 | echo -e "Run this with sudo !" 70 | fi 71 | 72 | -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | 3 | SRC_DIR=$(cd $(dirname $0) && pwd) 4 | 5 | ROOT_UID=0 6 | 7 | # Destination directory 8 | if [[ "$UID" -eq "$ROOT_UID" ]]; then 9 | AURORAE_DIR="/usr/share/aurorae/themes" 10 | SCHEMES_DIR="/usr/share/color-schemes" 11 | PLASMA_DIR="/usr/share/plasma/desktoptheme" 12 | PLASMOIDS_DIR="/usr/share/plasma/plasmoids" 13 | LOOKFEEL_DIR="/usr/share/plasma/look-and-feel" 14 | KVANTUM_DIR="/usr/share/Kvantum" 15 | WALLPAPER_DIR="/usr/share/wallpapers" 16 | else 17 | AURORAE_DIR="$HOME/.local/share/aurorae/themes" 18 | SCHEMES_DIR="$HOME/.local/share/color-schemes" 19 | PLASMA_DIR="$HOME/.local/share/plasma/desktoptheme" 20 | PLASMOIDS_DIR="$HOME/.local/share/plasma/plasmoids" 21 | LOOKFEEL_DIR="$HOME/.local/share/plasma/look-and-feel" 22 | KVANTUM_DIR="$HOME/.config/Kvantum" 23 | WALLPAPER_DIR="$HOME/.local/share/wallpapers" 24 | LATTE_DIR="$HOME/.config/latte" 25 | fi 26 | 27 | THEME_NAME=MacSequoia 28 | 29 | COLOR_VARIANTS=('-Light' '-Dark') 30 | 31 | uninstall() { 32 | local name=${1} 33 | local color=${2} 34 | 35 | [[ -d "${AURORAE_DIR}/${name}${color}" ]] && rm -rf ${AURORAE_DIR}/${name}${color}{'','-1.25x','-1.5x'} 36 | [[ -d "${PLASMA_DIR}/${name}${color}" ]] && rm -rf ${PLASMA_DIR}/${name}${color} 37 | [[ -f "${SCHEMES_DIR}/${name}${ELSE_COLOR}".colors ]] && rm -rf ${SCHEMES_DIR}/${name}${ELSE_COLOR}.colors 38 | [[ -d "${LOOKFEEL_DIR}/com.github.vinceliuice.${name}${color}" ]] && rm -rf ${LOOKFEEL_DIR}/com.github.vinceliuice.${name}${color} 39 | [[ -d "${KVANTUM_DIR}/${name}" ]] && rm -rf ${KVANTUM_DIR}/${name} 40 | [[ -d "${WALLPAPER_DIR}/${name}" ]] && rm -rf ${WALLPAPER_DIR}/${name} 41 | [[ -d "${WALLPAPER_DIR}/${name}${color}" ]] && rm -rf ${WALLPAPER_DIR}/${name}${color} 42 | 43 | if [[ "$UID" != "$ROOT_UID" && -d "${LATTE_DIR}" ]]; then 44 | if [[ -f ${LATTE_DIR}/${name}.layout.latte ]]; then 45 | rm -rf ${LATTE_DIR}/${name}{'','_x2'}.layout.latte 46 | fi 47 | fi 48 | } 49 | 50 | echo "Uninstalling '${THEME_NAME} kde themes'..." 51 | 52 | for color in "${colors[@]:-${COLOR_VARIANTS[@]}}"; do 53 | uninstall "${name:-${THEME_NAME}}" "${color}" 54 | done 55 | 56 | #[[ -f "$HOME"/.Xresources ]] && rm -rf "$HOME"/.Xresources 57 | 58 | echo "Uninstall finished..." 59 | -------------------------------------------------------------------------------- /wallpapers/MacSequoia-Dark/contents/images/3840x2160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/wallpapers/MacSequoia-Dark/contents/images/3840x2160.jpg -------------------------------------------------------------------------------- /wallpapers/MacSequoia-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Dark 3 | X-KDE-PluginInfo-Name=MacSequoia-Dark 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=CC BY-NC-SA 3.0 7 | -------------------------------------------------------------------------------- /wallpapers/MacSequoia-Dark/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "Plasma/Wallpaper", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Id": "MacSequoia-Dark", 11 | "License": "CC-BY-SA-4.0", 12 | "Name": "MacSequoia-Dark" 13 | }, 14 | "X-KDE-PlasmaImageWallpaper-AccentColor": "#ce55cf" 15 | } 16 | -------------------------------------------------------------------------------- /wallpapers/MacSequoia-Light/contents/images/3840x2160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/wallpapers/MacSequoia-Light/contents/images/3840x2160.jpg -------------------------------------------------------------------------------- /wallpapers/MacSequoia-Light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia-Light 3 | X-KDE-PluginInfo-Name=MacSequoia-Light 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=CC BY-NC-SA 3.0 7 | -------------------------------------------------------------------------------- /wallpapers/MacSequoia-Light/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "Plasma/Wallpaper", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Id": "MacSequoia-Light", 11 | "License": "CC-BY-SA-4.0", 12 | "Name": "MacSequoia-Light" 13 | }, 14 | "X-KDE-PlasmaImageWallpaper-AccentColor": "#ce55cf" 15 | } 16 | -------------------------------------------------------------------------------- /wallpapers/MacSequoia/contents/images/3840x2160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/wallpapers/MacSequoia/contents/images/3840x2160.jpg -------------------------------------------------------------------------------- /wallpapers/MacSequoia/contents/images_dark/3840x2160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/MacSequoia-kde/e0440f20b6dde1c67961fc269e4bea21f3898188/wallpapers/MacSequoia/contents/images_dark/3840x2160.jpg -------------------------------------------------------------------------------- /wallpapers/MacSequoia/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MacSequoia 3 | Comment=MacOS Sequoia Wallpapers 4 | 5 | X-KDE-PluginInfo-Author=Vince Liuice 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-Name=MacSequoia 8 | X-KDE-PluginInfo-Version=1.0 9 | X-KDE-PluginInfo-Website=https://github.com/vinceliuice/MacSequoia-kde 10 | X-KDE-PluginInfo-Category= 11 | X-KDE-PluginInfo-Depends= 12 | X-KDE-PluginInfo-License=CC-BY-SA 13 | X-KDE-PluginInfo-EnabledByDefault=true 14 | X-Plasma-API=5.0 15 | 16 | [Settings] 17 | FallbackTheme=default 18 | 19 | [Wallpaper] 20 | defaultWallpaperTheme=MacSequoia 21 | defaultFileSuffix=.jpg 22 | defaultWidth=3840 23 | defaultHeight=3840 24 | 25 | [Branding] 26 | homepage=https://github.com/vinceliuice 27 | -------------------------------------------------------------------------------- /wallpapers/MacSequoia/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "KPackageStructure": "Plasma/Wallpaper", 3 | "KPlugin": { 4 | "Authors": [ 5 | { 6 | "Email": "vinceliuice@hotmail.com", 7 | "Name": "Vince Liuice" 8 | } 9 | ], 10 | "Id": "MacSequoia", 11 | "License": "CC-BY-SA-4.0", 12 | "Name": "MacSequoia" 13 | }, 14 | "X-KDE-PlasmaImageWallpaper-AccentColor": "#ce55cf" 15 | } 16 | --------------------------------------------------------------------------------