├── Kvantum ├── Materia │ ├── AUTHORS │ ├── LICENSE │ ├── Materia.kvconfig │ └── Materia.svg ├── MateriaDark │ ├── AUTHORS │ ├── LICENSE │ ├── MateriaDark.kvconfig │ └── MateriaDark.svg └── MateriaLight │ ├── AUTHORS │ ├── LICENSE │ ├── MateriaLight.kvconfig │ └── MateriaLight.svg ├── LICENSE ├── Makefile ├── README.md ├── aurorae └── themes │ ├── Materia-Dark │ ├── AUTHORS │ ├── LICENSE │ ├── Materia-Darkrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── help.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ └── minimize.svg │ ├── Materia-Light │ ├── AUTHORS │ ├── LICENSE │ ├── Materia-Lightrc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── help.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ └── minimize.svg │ └── Materia │ ├── AUTHORS │ ├── LICENSE │ ├── Materiarc │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── help.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ └── minimize.svg ├── color-schemes ├── MateriaDark.colors └── MateriaLight.colors ├── install.sh ├── konsole ├── Materia.colorscheme └── MateriaDark.colorscheme ├── logo.png ├── plasma ├── desktoptheme │ ├── Materia-Color │ │ ├── AUTHORS │ │ ├── LICENSE │ │ ├── dialogs │ │ │ └── background.svg │ │ ├── icons │ │ │ ├── TeamViewer.svg │ │ │ ├── accessories.svg │ │ │ ├── akonadi.svg │ │ │ ├── akregator.svg │ │ │ ├── amarok.svg │ │ │ ├── antimicro.svg │ │ │ ├── applications.svg │ │ │ ├── apport.svg │ │ │ ├── audacious.svg │ │ │ ├── audio.svg │ │ │ ├── battery.svg │ │ │ ├── bookmarks.svg │ │ │ ├── cadence.svg │ │ │ ├── cantata.svg │ │ │ ├── choqok.svg │ │ │ ├── choqok_offline.svg │ │ │ ├── computer.svg │ │ │ ├── configure.svg │ │ │ ├── device.svg │ │ │ ├── disk.svg │ │ │ ├── distribute.svg │ │ │ ├── document.svg │ │ │ ├── drive.svg │ │ │ ├── edit.svg │ │ │ ├── elisa.svg │ │ │ ├── emblem.svg │ │ │ ├── face.svg │ │ │ ├── fcitx.svg │ │ │ ├── go.svg │ │ │ ├── image.svg │ │ │ ├── input.svg │ │ │ ├── internet.svg │ │ │ ├── jami.svg │ │ │ ├── juk.svg │ │ │ ├── kaffeine.svg │ │ │ ├── kalarm.svg │ │ │ ├── kate.svg │ │ │ ├── kdeconnect.svg │ │ │ ├── kdf.svg │ │ │ ├── keyboard.svg │ │ │ ├── kget.svg │ │ │ ├── kgpg.svg │ │ │ ├── kleopatra.svg │ │ │ ├── klipper.svg │ │ │ ├── kmail.svg │ │ │ ├── knotes.svg │ │ │ ├── konv_message.svg │ │ │ ├── konversation.svg │ │ │ ├── kopete.svg │ │ │ ├── korgac.svg │ │ │ ├── krfb.svg │ │ │ ├── kruler.svg │ │ │ ├── krusader_root.svg │ │ │ ├── krusader_user.svg │ │ │ ├── kteatime.svg │ │ │ ├── ktorrent.svg │ │ │ ├── kup.svg │ │ │ ├── list.svg │ │ │ ├── lutris.svg │ │ │ ├── mail.svg │ │ │ ├── manjaro.svg │ │ │ ├── media.svg │ │ │ ├── mellowplayer.svg │ │ │ ├── nepomuk.svg │ │ │ ├── network.svg │ │ │ ├── notification.svg │ │ │ ├── notifications.svg │ │ │ ├── nulloy.svg │ │ │ ├── office.svg │ │ │ ├── offline.svg │ │ │ ├── onboard.svg │ │ │ ├── org.rnd2.cpupower_gui.svg │ │ │ ├── osd.svg │ │ │ ├── phone.svg │ │ │ ├── plasma.svg │ │ │ ├── plasmavault.svg │ │ │ ├── plasmavault_error.svg │ │ │ ├── preferences.svg │ │ │ ├── printer.svg │ │ │ ├── qbittorrent.svg │ │ │ ├── quassel.svg │ │ │ ├── quota.svg │ │ │ ├── ring.svg │ │ │ ├── sirikali.svg │ │ │ ├── slc.svg │ │ │ ├── start.svg │ │ │ ├── strawberry.svg │ │ │ ├── system.svg │ │ │ ├── thunderbird.svg │ │ │ ├── tools.svg │ │ │ ├── touchpad.svg │ │ │ ├── update.svg │ │ │ ├── user.svg │ │ │ ├── utilities.svg │ │ │ ├── veracrypt.svg │ │ │ ├── video.svg │ │ │ ├── view.svg │ │ │ ├── virt.svg │ │ │ ├── vlc.svg │ │ │ ├── wallet.svg │ │ │ ├── window.svg │ │ │ ├── yakuake.svg │ │ │ └── zoom.svg │ │ ├── metadata.desktop │ │ ├── opaque │ │ │ ├── dialogs │ │ │ │ └── background.svg │ │ │ └── widgets │ │ │ │ ├── panel-background.svg │ │ │ │ └── tooltip.svg │ │ ├── weather │ │ │ └── wind-arrows.svg │ │ └── widgets │ │ │ ├── action-overlays.svg │ │ │ ├── actionbutton.svg │ │ │ ├── arrows.svg │ │ │ ├── background.svg │ │ │ ├── bar_meter_horizontal.svg │ │ │ ├── bar_meter_vertical.svg │ │ │ ├── busywidget.svg │ │ │ ├── button.svg │ │ │ ├── calendar.svg │ │ │ ├── checkmarks.svg │ │ │ ├── clock.svg │ │ │ ├── configuration-icons.svg │ │ │ ├── containment-controls.svg │ │ │ ├── glowbar.svg │ │ │ ├── line.svg │ │ │ ├── lineedit.svg │ │ │ ├── listitem.svg │ │ │ ├── menubaritem.svg │ │ │ ├── notes.svg │ │ │ ├── pager.svg │ │ │ ├── panel-background.svg │ │ │ ├── plasmoidheading.svg │ │ │ ├── scrollbar.svg │ │ │ ├── scrollwidget.svg │ │ │ ├── slider.svg │ │ │ ├── switch.svg │ │ │ ├── tabbar.svg │ │ │ ├── tasks.svg │ │ │ ├── tooltip.svg │ │ │ └── viewitem.svg │ └── Materia │ │ ├── AUTHORS │ │ ├── LICENSE │ │ ├── colors │ │ ├── dialogs │ │ └── background.svg │ │ ├── icons │ │ ├── TeamViewer.svg │ │ ├── accessories.svg │ │ ├── akonadi.svg │ │ ├── akregator.svg │ │ ├── amarok.svg │ │ ├── antimicro.svg │ │ ├── applications.svg │ │ ├── apport.svg │ │ ├── audacious.svg │ │ ├── audio.svg │ │ ├── battery.svg │ │ ├── bookmarks.svg │ │ ├── cadence.svg │ │ ├── cantata.svg │ │ ├── choqok.svg │ │ ├── choqok_offline.svg │ │ ├── computer.svg │ │ ├── configure.svg │ │ ├── corectrl.svg │ │ ├── device.svg │ │ ├── disk.svg │ │ ├── distribute.svg │ │ ├── document.svg │ │ ├── drive.svg │ │ ├── edit.svg │ │ ├── elisa.svg │ │ ├── emblem.svg │ │ ├── face.svg │ │ ├── fcitx.svg │ │ ├── go.svg │ │ ├── image.svg │ │ ├── input.svg │ │ ├── internet.svg │ │ ├── jami.svg │ │ ├── juk.svg │ │ ├── kaffeine.svg │ │ ├── kalarm.svg │ │ ├── kate.svg │ │ ├── kdeconnect.svg │ │ ├── kdf.svg │ │ ├── keyboard.svg │ │ ├── kget.svg │ │ ├── kgpg.svg │ │ ├── kleopatra.svg │ │ ├── klipper.svg │ │ ├── kmail.svg │ │ ├── knotes.svg │ │ ├── konv_message.svg │ │ ├── konversation.svg │ │ ├── kopete.svg │ │ ├── korgac.svg │ │ ├── krfb.svg │ │ ├── kruler.svg │ │ ├── krusader_root.svg │ │ ├── krusader_user.svg │ │ ├── kteatime.svg │ │ ├── ktorrent.svg │ │ ├── kup.svg │ │ ├── list.svg │ │ ├── lutris.svg │ │ ├── mail.svg │ │ ├── manjaro.svg │ │ ├── media.svg │ │ ├── mellowplayer.svg │ │ ├── nepomuk.svg │ │ ├── network.svg │ │ ├── notification.svg │ │ ├── notifications.svg │ │ ├── nulloy.svg │ │ ├── office.svg │ │ ├── offline.svg │ │ ├── onboard.svg │ │ ├── org.rnd2.cpupower_gui.svg │ │ ├── osd.svg │ │ ├── phone.svg │ │ ├── plasma.svg │ │ ├── plasmavault.svg │ │ ├── plasmavault_error.svg │ │ ├── preferences.svg │ │ ├── printer.svg │ │ ├── qbittorrent.svg │ │ ├── quassel.svg │ │ ├── quota.svg │ │ ├── ring.svg │ │ ├── sirikali.svg │ │ ├── slc.svg │ │ ├── start.svg │ │ ├── strawberry.svg │ │ ├── system.svg │ │ ├── thunderbird.svg │ │ ├── tools.svg │ │ ├── touchpad.svg │ │ ├── update.svg │ │ ├── user.svg │ │ ├── utilities.svg │ │ ├── veracrypt.svg │ │ ├── video.svg │ │ ├── view.svg │ │ ├── virt.svg │ │ ├── vlc.svg │ │ ├── wallet.svg │ │ ├── window.svg │ │ ├── yakuake.svg │ │ └── zoom.svg │ │ ├── metadata.desktop │ │ ├── opaque │ │ ├── dialogs │ │ │ └── background.svg │ │ └── widgets │ │ │ ├── panel-background.svg │ │ │ └── tooltip.svg │ │ ├── weather │ │ └── wind-arrows.svg │ │ └── widgets │ │ ├── action-overlays.svg │ │ ├── actionbutton.svg │ │ ├── arrows.svg │ │ ├── background.svg │ │ ├── bar_meter_horizontal.svg │ │ ├── bar_meter_vertical.svg │ │ ├── busywidget.svg │ │ ├── button.svg │ │ ├── calendar.svg │ │ ├── checkmarks.svg │ │ ├── clock.svg │ │ ├── configuration-icons.svg │ │ ├── containment-controls.svg │ │ ├── glowbar.svg │ │ ├── line.svg │ │ ├── lineedit.svg │ │ ├── listitem.svg │ │ ├── menubaritem.svg │ │ ├── notes.svg │ │ ├── pager.svg │ │ ├── panel-background.svg │ │ ├── plasmoidheading.svg │ │ ├── scrollbar.svg │ │ ├── scrollwidget.svg │ │ ├── slider.svg │ │ ├── switch.svg │ │ ├── tabbar.svg │ │ ├── tasks.svg │ │ ├── tooltip.svg │ │ └── viewitem.svg └── look-and-feel │ ├── com.github.varlesh.materia-dark │ ├── AUTHORS │ ├── LICENSE │ ├── contents │ │ ├── components │ │ │ ├── Clock.qml │ │ │ ├── RebootToolTip.qml │ │ │ ├── SessionManagementScreen.qml │ │ │ ├── ShutdownToolTip.qml │ │ │ ├── UserDelegate.qml │ │ │ ├── UserList.qml │ │ │ ├── VirtualKeyboard.qml │ │ │ └── WallpaperFader.qml │ │ ├── defaults │ │ ├── lockscreen │ │ │ ├── LockScreen.qml │ │ │ ├── LockScreenUi.qml │ │ │ ├── MainBlock.qml │ │ │ ├── MediaControls.qml │ │ │ ├── PanelUI.qml │ │ │ ├── config.qml │ │ │ ├── config.xml │ │ │ └── images │ │ │ │ ├── system-reboot-hover.svg │ │ │ │ ├── system-reboot-pressed.svg │ │ │ │ ├── system-reboot.svg │ │ │ │ ├── system-shutdown-hover.svg │ │ │ │ ├── system-shutdown-pressed.svg │ │ │ │ └── system-shutdown.svg │ │ ├── previews │ │ │ ├── fullscreenpreview.jpg │ │ │ ├── preview.png │ │ │ └── splash.png │ │ └── splash │ │ │ ├── Splash.qml │ │ │ └── images │ │ │ ├── start-here-kde-animation.svg │ │ │ └── start-here-kde-logo.svg │ └── metadata.desktop │ ├── com.github.varlesh.materia-light │ ├── AUTHORS │ ├── LICENSE │ ├── contents │ │ ├── components │ │ │ ├── Clock.qml │ │ │ ├── RebootToolTip.qml │ │ │ ├── SessionManagementScreen.qml │ │ │ ├── ShutdownToolTip.qml │ │ │ ├── UserDelegate.qml │ │ │ ├── UserList.qml │ │ │ ├── VirtualKeyboard.qml │ │ │ └── WallpaperFader.qml │ │ ├── defaults │ │ ├── lockscreen │ │ │ ├── LockScreen.qml │ │ │ ├── LockScreenUi.qml │ │ │ ├── MainBlock.qml │ │ │ ├── MediaControls.qml │ │ │ ├── PanelUI.qml │ │ │ ├── config.qml │ │ │ ├── config.xml │ │ │ └── images │ │ │ │ ├── system-reboot-hover.svg │ │ │ │ ├── system-reboot-pressed.svg │ │ │ │ ├── system-reboot.svg │ │ │ │ ├── system-shutdown-hover.svg │ │ │ │ ├── system-shutdown-pressed.svg │ │ │ │ └── system-shutdown.svg │ │ ├── previews │ │ │ ├── fullscreenpreview.jpg │ │ │ ├── preview.png │ │ │ └── splash.png │ │ └── splash │ │ │ ├── Splash.qml │ │ │ └── images │ │ │ ├── start-here-kde-animation.svg │ │ │ └── start-here-kde-logo.svg │ └── metadata.desktop │ └── com.github.varlesh.materia │ ├── AUTHORS │ ├── LICENSE │ ├── contents │ ├── components │ │ ├── Clock.qml │ │ ├── RebootToolTip.qml │ │ ├── SessionManagementScreen.qml │ │ ├── ShutdownToolTip.qml │ │ ├── UserDelegate.qml │ │ ├── UserList.qml │ │ ├── VirtualKeyboard.qml │ │ └── WallpaperFader.qml │ ├── defaults │ ├── lockscreen │ │ ├── LockScreen.qml │ │ ├── LockScreenUi.qml │ │ ├── MainBlock.qml │ │ ├── MediaControls.qml │ │ ├── PanelUI.qml │ │ ├── config.qml │ │ ├── config.xml │ │ └── images │ │ │ ├── system-reboot-hover.svg │ │ │ ├── system-reboot-pressed.svg │ │ │ ├── system-reboot.svg │ │ │ ├── system-shutdown-hover.svg │ │ │ ├── system-shutdown-pressed.svg │ │ │ └── system-shutdown.svg │ └── previews │ │ ├── fullscreenpreview.jpg │ │ └── preview.png │ └── metadata.desktop ├── sddm └── themes │ ├── materia-dark │ ├── AUTHORS │ ├── LICENSE │ ├── Main.qml │ ├── components │ │ ├── RebootToolTip.qml │ │ ├── ShutdownToolTip.qml │ │ ├── TextConstants.qml │ │ └── VirtualKeyboard.qml │ ├── images │ │ ├── .face.icon │ │ ├── background.png │ │ ├── capslock.svg │ │ ├── login.svg │ │ ├── system-reboot-hover.svg │ │ ├── system-reboot-pressed.svg │ │ ├── system-reboot.svg │ │ ├── system-shutdown-hover.svg │ │ ├── system-shutdown-pressed.svg │ │ ├── system-shutdown.svg │ │ ├── system-suspend-hover.svg │ │ ├── system-suspend-pressed.svg │ │ └── system-suspend.svg │ ├── metadata.desktop │ ├── screenshot.png │ └── theme.conf │ ├── materia-light │ ├── AUTHORS │ ├── LICENSE │ ├── Main.qml │ ├── components │ │ ├── RebootToolTip.qml │ │ ├── ShutdownToolTip.qml │ │ ├── TextConstants.qml │ │ └── VirtualKeyboard.qml │ ├── images │ │ ├── .face.icon │ │ ├── background.png │ │ ├── capslock.svg │ │ ├── login.svg │ │ ├── system-reboot-hover.svg │ │ ├── system-reboot-pressed.svg │ │ ├── system-reboot.svg │ │ ├── system-shutdown-hover.svg │ │ ├── system-shutdown-pressed.svg │ │ ├── system-shutdown.svg │ │ ├── system-suspend-hover.svg │ │ ├── system-suspend-pressed.svg │ │ └── system-suspend.svg │ ├── metadata.desktop │ ├── screenshot.png │ └── theme.conf │ └── materia │ ├── AUTHORS │ ├── LICENSE │ ├── Main.qml │ ├── components │ ├── RebootToolTip.qml │ ├── ShutdownToolTip.qml │ ├── TextConstants.qml │ └── VirtualKeyboard.qml │ ├── images │ ├── .face.icon │ ├── background.png │ ├── capslock.svg │ ├── login.svg │ ├── system-reboot-hover.svg │ ├── system-reboot-pressed.svg │ ├── system-reboot.svg │ ├── system-shutdown-hover.svg │ ├── system-shutdown-pressed.svg │ ├── system-shutdown.svg │ ├── system-suspend-hover.svg │ ├── system-suspend-pressed.svg │ └── system-suspend.svg │ ├── metadata.desktop │ ├── screenshot.png │ └── theme.conf ├── wallpapers ├── Materia-Dark │ ├── contents │ │ ├── images │ │ │ └── 3840x2160.png │ │ └── screenshot.png │ └── metadata.desktop └── Materia │ ├── contents │ ├── images │ │ └── 3840x2160.png │ └── screenshot.png │ └── metadata.desktop └── yakuake └── skins ├── materia-dark ├── AUTHORS ├── LICENSE ├── logo.svg ├── tabs.skin ├── tabs │ ├── background_center.svg │ ├── background_left.svg │ ├── background_right.svg │ ├── lock.svg │ ├── minus_down.svg │ ├── minus_over.svg │ ├── minus_up.svg │ ├── plus_down.png │ ├── plus_down.svg │ ├── plus_over.png │ ├── plus_over.svg │ ├── plus_up.png │ ├── plus_up.svg │ ├── tab_selected.svg │ └── tab_unselected.svg ├── title.skin └── title │ ├── background_center.svg │ ├── background_left.svg │ ├── background_right.svg │ ├── config_down.svg │ ├── config_over.svg │ ├── config_up.svg │ ├── focus_down.svg │ ├── focus_over.svg │ ├── focus_up.svg │ ├── quit_down.svg │ ├── quit_over.svg │ └── quit_up.svg └── materia-light ├── AUTHORS ├── LICENSE ├── logo.svg ├── tabs.skin ├── tabs ├── background_center.svg ├── background_left.svg ├── background_right.svg ├── lock.svg ├── minus_down.svg ├── minus_over.svg ├── minus_up.svg ├── plus_down.png ├── plus_down.svg ├── plus_over.png ├── plus_over.svg ├── plus_up.png ├── plus_up.svg ├── tab_selected.svg └── tab_unselected.svg ├── title.skin └── title ├── background_center.svg ├── background_left.svg ├── background_right.svg ├── config_down.svg ├── config_over.svg ├── config_up.svg ├── focus_down.svg ├── focus_over.svg ├── focus_up.svg ├── quit_down.svg ├── quit_over.svg └── quit_up.svg /Kvantum/Materia/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA KVANTUM THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /Kvantum/MateriaDark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA DARK KVANTUM THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /Kvantum/MateriaLight/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA LIGHT KVANTUM THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Dark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA DARK AURORAE THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Dark/Materia-Darkrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=223,223,223 4 | ActiveTextShadowColor=255,255,255,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | Animation=0 7 | InactiveFocusedTabColor=120,120,120 8 | InactiveTextColor=139,139,139 9 | InactiveTextShadowColor=255,255,255,255 10 | InactiveUnfocusedTabColor=120,120,120 11 | LeftButtons=XIA 12 | RightButtons=AIX 13 | Shadow=false 14 | TextShadowOffsetX=1 15 | TextShadowOffsetY=1 16 | TitleAlignment=Center 17 | TitleVerticalAlignment=Center 18 | UseTextShadow=true 19 | 20 | [Layout] 21 | BorderBottom=0 22 | BorderLeft=0 23 | BorderRight=0 24 | ButtonHeight=24 25 | ButtonMarginTop=0 26 | ButtonSpacing=6 27 | ButtonWidth=24 28 | ExplicitButtonSpacer=0 29 | PaddingBottom=62 30 | PaddingLeft=30 31 | PaddingRight=30 32 | PaddingTop=10 33 | TitleBorderLeft=4 34 | TitleBorderRight=4 35 | TitleEdgeBottom=4 36 | TitleEdgeBottomMaximized=4 37 | TitleEdgeLeft=4 38 | TitleEdgeLeftMaximized=4 39 | TitleEdgeRight=4 40 | TitleEdgeRightMaximized=4 41 | TitleEdgeTop=4 42 | TitleEdgeTopMaximized=4 43 | TitleHeight=12 44 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Dark/alldesktops.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Materia Dark 3 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=varlesh@gmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Materia-Dark 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Dark/minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Light/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA LIGHT AURORAE THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Light/Materia-Lightrc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=103,103,103 4 | ActiveTextShadowColor=0,0,0,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | Animation=0 7 | InactiveFocusedTabColor=120,120,120 8 | InactiveTextColor=139,139,139 9 | InactiveTextShadowColor=0,0,0,255 10 | InactiveUnfocusedTabColor=120,120,120 11 | LeftButtons=XIA 12 | RightButtons=AIX 13 | Shadow=false 14 | TextShadowOffsetX=1 15 | TextShadowOffsetY=1 16 | TitleAlignment=Center 17 | TitleVerticalAlignment=Center 18 | UseTextShadow=true 19 | 20 | [Layout] 21 | BorderBottom=0 22 | BorderLeft=0 23 | BorderRight=0 24 | ButtonHeight=24 25 | ButtonMarginTop=0 26 | ButtonSpacing=6 27 | ButtonWidth=24 28 | ExplicitButtonSpacer=0 29 | PaddingBottom=62 30 | PaddingLeft=30 31 | PaddingRight=30 32 | PaddingTop=10 33 | TitleBorderLeft=4 34 | TitleBorderRight=4 35 | TitleEdgeBottom=4 36 | TitleEdgeBottomMaximized=4 37 | TitleEdgeLeft=4 38 | TitleEdgeLeftMaximized=4 39 | TitleEdgeRight=4 40 | TitleEdgeRightMaximized=4 41 | TitleEdgeTop=4 42 | TitleEdgeTopMaximized=4 43 | TitleHeight=12 44 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Light/alldesktops.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Materia Light 3 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=varlesh@gmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Materia-Light 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/themes/Materia-Light/minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /aurorae/themes/Materia/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA DARK AURORAE THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /aurorae/themes/Materia/Materiarc: -------------------------------------------------------------------------------- 1 | [General] 2 | ActiveFocusedTabColor=78,78,78 3 | ActiveTextColor=223,223,223 4 | ActiveTextShadowColor=255,255,255,255 5 | ActiveUnfocusedTabColor=120,120,120 6 | Animation=0 7 | InactiveFocusedTabColor=120,120,120 8 | InactiveTextColor=139,139,139 9 | InactiveTextShadowColor=255,255,255,255 10 | InactiveUnfocusedTabColor=120,120,120 11 | LeftButtons=XIA 12 | RightButtons=AIX 13 | Shadow=false 14 | TextShadowOffsetX=1 15 | TextShadowOffsetY=1 16 | TitleAlignment=Center 17 | TitleVerticalAlignment=Center 18 | UseTextShadow=true 19 | 20 | [Layout] 21 | BorderBottom=0 22 | BorderLeft=0 23 | BorderRight=0 24 | ButtonHeight=24 25 | ButtonMarginTop=0 26 | ButtonSpacing=6 27 | ButtonWidth=24 28 | ExplicitButtonSpacer=0 29 | PaddingBottom=62 30 | PaddingLeft=30 31 | PaddingRight=30 32 | PaddingTop=10 33 | TitleBorderLeft=4 34 | TitleBorderRight=4 35 | TitleEdgeBottom=4 36 | TitleEdgeBottomMaximized=4 37 | TitleEdgeLeft=4 38 | TitleEdgeLeftMaximized=4 39 | TitleEdgeRight=4 40 | TitleEdgeRightMaximized=4 41 | TitleEdgeTop=4 42 | TitleEdgeTopMaximized=4 43 | TitleHeight=12 44 | -------------------------------------------------------------------------------- /aurorae/themes/Materia/alldesktops.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /aurorae/themes/Materia/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Materia 3 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=varlesh@gmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Materia 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/themes/Materia/minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /konsole/Materia.colorscheme: -------------------------------------------------------------------------------- 1 | [Background] 2 | Color=249,249,249 3 | 4 | [BackgroundFaint] 5 | Color=249,249,249 6 | 7 | [BackgroundIntense] 8 | Color=249,249,249 9 | 10 | [Color0] 11 | Color=199,199,199 12 | 13 | [Color0Faint] 14 | Color=199,199,199 15 | 16 | [Color0Intense] 17 | Color=199,199,199 18 | 19 | [Color1] 20 | Color=244,67,54 21 | 22 | [Color1Faint] 23 | Color=244,67,54 24 | 25 | [Color1Intense] 26 | Color=244,67,54 27 | 28 | [Color2] 29 | Color=76,175,80 30 | 31 | [Color2Faint] 32 | Color=76,175,80 33 | 34 | [Color2Intense] 35 | Color=76,175,80 36 | 37 | [Color3] 38 | Color=255,152,0 39 | 40 | [Color3Faint] 41 | Color=255,152,0 42 | 43 | [Color3Intense] 44 | Color=255,152,0 45 | 46 | [Color4] 47 | Color=26,115,232 48 | 49 | [Color4Faint] 50 | Color=26,115,232 51 | 52 | [Color4Intense] 53 | Color=26,115,232 54 | 55 | [Color5] 56 | Color=156,39,176 57 | 58 | [Color5Faint] 59 | Color=156,39,176 60 | 61 | [Color5Intense] 62 | Color=156,39,176 63 | 64 | [Color6] 65 | Color=0,151,167 66 | 67 | [Color6Faint] 68 | Color=0,151,167 69 | 70 | [Color6Intense] 71 | Color=0,151,167 72 | 73 | [Color7] 74 | Color=36,36,36 75 | 76 | [Color7Faint] 77 | Color=36,36,36 78 | 79 | [Color7Intense] 80 | Color=36,36,36 81 | 82 | [Foreground] 83 | Color=68,68,68 84 | 85 | [ForegroundFaint] 86 | Color=68,68,68 87 | 88 | [ForegroundIntense] 89 | Color=36,36,36 90 | 91 | [General] 92 | Blur=false 93 | ColorRandomization=false 94 | Description=Materia 95 | Opacity=1 96 | Wallpaper= 97 | -------------------------------------------------------------------------------- /konsole/MateriaDark.colorscheme: -------------------------------------------------------------------------------- 1 | [Background] 2 | Color=18,18,18 3 | 4 | [BackgroundFaint] 5 | Color=18,18,18 6 | 7 | [BackgroundIntense] 8 | Color=18,18,18 9 | 10 | [Color0] 11 | Color=71,71,71 12 | 13 | [Color0Faint] 14 | Color=71,71,71 15 | 16 | [Color0Intense] 17 | Color=71,71,71 18 | 19 | [Color1] 20 | Color=244,67,54 21 | 22 | [Color1Faint] 23 | Color=244,67,54 24 | 25 | [Color1Intense] 26 | Color=244,67,54 27 | 28 | [Color2] 29 | Color=76,175,80 30 | 31 | [Color2Faint] 32 | Color=76,175,80 33 | 34 | [Color2Intense] 35 | Color=76,175,80 36 | 37 | [Color3] 38 | Color=255,152,0 39 | 40 | [Color3Faint] 41 | Color=255,152,0 42 | 43 | [Color3Intense] 44 | Color=255,152,0 45 | 46 | [Color4] 47 | Color=26,115,232 48 | 49 | [Color4Faint] 50 | Color=26,115,232 51 | 52 | [Color4Intense] 53 | Color=26,115,232 54 | 55 | [Color5] 56 | Color=156,39,176 57 | 58 | [Color5Faint] 59 | Color=156,39,176 60 | 61 | [Color5Intense] 62 | Color=156,39,176 63 | 64 | [Color6] 65 | Color=0,151,167 66 | 67 | [Color6Faint] 68 | Color=0,151,167 69 | 70 | [Color6Intense] 71 | Color=0,151,167 72 | 73 | [Color7] 74 | Color=255,255,255 75 | 76 | [Color7Faint] 77 | Color=255,255,255 78 | 79 | [Color7Intense] 80 | Color=255,255,255 81 | 82 | [Foreground] 83 | Color=223,223,223 84 | 85 | [ForegroundFaint] 86 | Color=223,223,223 87 | 88 | [ForegroundIntense] 89 | Color=255,255,255 90 | 91 | [General] 92 | Blur=false 93 | ColorRandomization=false 94 | Description=MateriaDark 95 | Opacity=1 96 | Wallpaper= 97 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/logo.png -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA COLOR PLASMA 5 THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/TeamViewer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/internet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/kdeconnect.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/kget.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/kmail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/knotes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/konversation.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/korgac.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/kruler.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/list.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/manjaro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/nepomuk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/notifications.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/plasmavault_error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/printer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/virt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/yakuake.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/icons/zoom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Materia Color 3 | 4 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 5 | X-KDE-PluginInfo-Email=varlesh@gmail.com 6 | X-KDE-PluginInfo-Name=Materia-Color 7 | X-KDE-PluginInfo-Version=20220823 8 | X-KDE-PluginInfo-Website= 9 | X-KDE-PluginInfo-Category= 10 | X-KDE-PluginInfo-Depends= 11 | X-KDE-PluginInfo-License=GPLv3 12 | X-KDE-PluginInfo-EnabledByDefault=true 13 | 14 | [ContrastEffect] 15 | enabled=false 16 | contrast=0.2 17 | intensity=0.4 18 | saturation=1.7 19 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/widgets/calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/widgets/line.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia-Color/widgets/scrollwidget.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA PLASMA 5 THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/icons/TeamViewer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/icons/bookmarks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/icons/image.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/icons/korgac.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/icons/manjaro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/icons/notifications.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/icons/plasmavault_error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Materia 3 | 4 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 5 | X-KDE-PluginInfo-Email=varlesh@gmail.com 6 | X-KDE-PluginInfo-Name=Materia 7 | X-KDE-PluginInfo-Version=20220823 8 | X-KDE-PluginInfo-Website= 9 | X-KDE-PluginInfo-Category= 10 | X-KDE-PluginInfo-Depends= 11 | X-KDE-PluginInfo-License=GPLv3 12 | X-KDE-PluginInfo-EnabledByDefault=true 13 | 14 | [ContrastEffect] 15 | enabled=false 16 | contrast=0.2 17 | intensity=0.4 18 | saturation=1.7 19 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/widgets/arrows.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/widgets/calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/widgets/line.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Materia/widgets/scrollwidget.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ LOOK AND FEEL MATERIA ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/components/Clock.qml: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2016 David Edmundson 3 | * 4 | * This program is free software; you can redistribute it and/or modify 5 | * it under the terms of the GNU Library General Public License as 6 | * published by the Free Software Foundation; either version 2 or 7 | * (at your option) any later version. 8 | * 9 | * This program is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details 13 | * 14 | * You should have received a copy of the GNU Library General Public 15 | * License along with this program; if not, write to the 16 | * Free Software Foundation, Inc., 17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 | */ 19 | 20 | import QtQuick 2.8 21 | import QtQuick.Layouts 1.1 22 | 23 | import org.kde.plasma.core 2.0 24 | import org.kde.plasma.components 2.0 25 | 26 | ColumnLayout { 27 | Label { 28 | text: Qt.formatTime(timeSource.data["Local"]["DateTime"]) 29 | font.pointSize: 44 30 | font.weight: Font.Light 31 | Layout.alignment: Qt.AlignHCenter 32 | renderType: Text.QtRendering 33 | } 34 | Label { 35 | text: Qt.formatDate(timeSource.data["Local"]["DateTime"], Qt.DefaultLocaleLongDate) 36 | font.pointSize: 20 37 | font.weight: Font.Light 38 | Layout.alignment: Qt.AlignHCenter 39 | } 40 | DataSource { 41 | id: timeSource 42 | engine: "time" 43 | connectedSources: ["Local"] 44 | interval: 1000 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/components/RebootToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color: "transparent" 6 | width: 130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize: 14 14 | text: "Reboot" 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/components/ShutdownToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color: "transparent" 6 | width: 130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize: 14 14 | text: "Shutdown" 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/components/VirtualKeyboard.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2017 Martin Gräßlin 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.VirtualKeyboard 2.1 21 | 22 | InputPanel { 23 | id: inputPanel 24 | property bool activated: false 25 | active: activated && Qt.inputMethod.visible 26 | visible: active 27 | } 28 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kdeglobals][KDE] 2 | widgetStyle=kvantum 3 | 4 | [kdeglobals][General] 5 | ColorScheme=MateriaDark 6 | 7 | [kdeglobals][MainToolbarIcons] 8 | Size=16 9 | 10 | [kdeglobals][ToolbarIcons] 11 | Size=16 12 | 13 | [kdeglobals][Toolbar style] 14 | ToolButtonStyle=NoText 15 | ToolButtonStyleOtherToolbars=NoText 16 | 17 | [kdeglobals][Icons] 18 | Theme=Papirus-Dark 19 | 20 | [plasmarc][Theme] 21 | name=Materia 22 | 23 | [kwinrc][org.kde.kdecoration2] 24 | library=org.kde.kwin.aurorae 25 | theme=__aurorae__svg__Materia-Dark 26 | BorderSize=None 27 | 28 | [kcminputrc][Mouse] 29 | cursorTheme=material_cursors 30 | 31 | [Wallpaper] 32 | Image=Materia-Dark 33 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/LockScreen.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2014 Aleix Pol Gonzalez 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.Controls 1.1 21 | import org.kde.plasma.core 2.0 as PlasmaCore 22 | import org.kde.plasma.private.sessions 2.0 23 | import "../components" 24 | 25 | Item { 26 | id: root 27 | property bool viewVisible: false 28 | property bool debug: false 29 | property string notification 30 | signal clearPassword() 31 | 32 | LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft 33 | LayoutMirroring.childrenInherit: true 34 | 35 | LockScreenUi { 36 | anchors.fill: parent 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/config.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.5 2 | import QtQuick.Controls 2.0 as QQC2 3 | import QtQuick.Layouts 1.1 4 | 5 | ColumnLayout { 6 | property alias cfg_alwaysShowClock: alwaysClock.checked 7 | property alias cfg_showMediaControls: showMediaControls.checked 8 | 9 | spacing: 0 10 | 11 | RowLayout { 12 | spacing: units.largeSpacing / 2 13 | 14 | QQC2.Label { 15 | Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... 16 | horizontalAlignment: Text.AlignRight 17 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Clock:") 18 | } 19 | QQC2.CheckBox { 20 | id: alwaysClock 21 | text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Always show") 22 | } 23 | Item { 24 | Layout.fillWidth: true 25 | } 26 | } 27 | 28 | RowLayout { 29 | spacing: units.largeSpacing / 2 30 | 31 | QQC2.Label { 32 | Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... 33 | horizontalAlignment: Text.AlignRight 34 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Media controls:") 35 | } 36 | QQC2.CheckBox { 37 | id: showMediaControls 38 | text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Show") 39 | } 40 | Item { 41 | Layout.fillWidth: true 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | true 12 | 13 | 14 | 15 | true 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/images/system-reboot-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/images/system-reboot-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/images/system-reboot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/images/system-shutdown-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/images/system-shutdown-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/lockscreen/images/system-shutdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/splash/Splash.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.5 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | id: root 6 | color: "#1e1e1e" 7 | 8 | property int stage 9 | 10 | property real size: units.gridUnit * 20 11 | 12 | onStageChanged: { 13 | if (stage == 1) { 14 | introAnimation.running = true 15 | } 16 | } 17 | 18 | Item { 19 | id: content 20 | anchors.fill: parent 21 | opacity: 0 22 | TextMetrics { 23 | id: units 24 | text: "M" 25 | property int gridUnit: boundingRect.height 26 | property int largeSpacing: units.gridUnit 27 | property int smallSpacing: Math.max(2, gridUnit/4) 28 | } 29 | 30 | Image { 31 | id: animation 32 | anchors.centerIn: parent 33 | source: "images/start-here-kde-animation.svg" 34 | sourceSize.height: size 35 | sourceSize.width: size 36 | RotationAnimator on rotation { 37 | id: rotationAnimator 38 | from: 0 39 | to: 360 40 | duration: 2000 41 | loops: Animation.Infinite 42 | } 43 | } 44 | } 45 | 46 | OpacityAnimator { 47 | id: introAnimation 48 | running: false 49 | target: content 50 | from: 0 51 | to: 1 52 | duration: 1000 53 | easing.type: Easing.InOutQuad 54 | } 55 | Image { 56 | id: logo 57 | anchors.centerIn: parent 58 | source: "images/start-here-kde-logo.svg" 59 | sourceSize.height: size 60 | sourceSize.width: size 61 | } 62 | } 63 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/contents/splash/images/start-here-kde-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Comment=Materia Dark 3 | 4 | Encoding=UTF-8 5 | Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; 6 | Name=Materia Dark 7 | 8 | Type=Service 9 | 10 | X-KDE-ServiceTypes=Plasma/LookAndFeel 11 | X-KDE-ParentApp= 12 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 13 | X-KDE-PluginInfo-Category= 14 | X-KDE-PluginInfo-Email= 15 | X-KDE-PluginInfo-License=GPLv3 16 | X-KDE-PluginInfo-Name=com.github.varlesh.materia-dark 17 | X-KDE-PluginInfo-Version=20220823 18 | X-KDE-PluginInfo-Website=https://github.com/PapirusDevelopmentTeam/materia-kde 19 | X-KDE-fallbackPackage=org.kde.breezedark.desktop 20 | X-Plasma-MainScript=defaults 21 | X-Plasma-APIVersion=2 22 | X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/1229140,kns://plasma-themes.knsrc/api.kde-look.org/1229134,kns://aurorae.knsrc/api.kde-look.org/1229137,kns://icons.knsrc/api.kde-look.org/1166289,kns://xcursor.knsrc/api.kde-look.org/1346778,kns://wallpaper.knsrc/api.kde-look.org/1476107,kns://sddmtheme.knsrc/api.kde-look.org/1476117 23 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ LOOK AND FEEL MATERIA ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/components/Clock.qml: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2016 David Edmundson 3 | * 4 | * This program is free software; you can redistribute it and/or modify 5 | * it under the terms of the GNU Library General Public License as 6 | * published by the Free Software Foundation; either version 2 or 7 | * (at your option) any later version. 8 | * 9 | * This program is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details 13 | * 14 | * You should have received a copy of the GNU Library General Public 15 | * License along with this program; if not, write to the 16 | * Free Software Foundation, Inc., 17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 | */ 19 | 20 | import QtQuick 2.8 21 | import QtQuick.Layouts 1.1 22 | 23 | import org.kde.plasma.core 2.0 24 | import org.kde.plasma.components 2.0 25 | 26 | ColumnLayout { 27 | Label { 28 | text: Qt.formatTime(timeSource.data["Local"]["DateTime"]) 29 | font.pointSize: 44 30 | font.weight: Font.Light 31 | Layout.alignment: Qt.AlignHCenter 32 | renderType: Text.QtRendering 33 | } 34 | Label { 35 | text: Qt.formatDate(timeSource.data["Local"]["DateTime"], Qt.DefaultLocaleLongDate) 36 | font.pointSize: 20 37 | font.weight: Font.Light 38 | Layout.alignment: Qt.AlignHCenter 39 | } 40 | DataSource { 41 | id: timeSource 42 | engine: "time" 43 | connectedSources: ["Local"] 44 | interval: 1000 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/components/RebootToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color: "transparent" 6 | width: 130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize: 14 14 | text: "Reboot" 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/components/ShutdownToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color: "transparent" 6 | width: 130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize: 14 14 | text: "Shutdown" 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/components/VirtualKeyboard.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2017 Martin Gräßlin 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.VirtualKeyboard 2.1 21 | 22 | InputPanel { 23 | id: inputPanel 24 | property bool activated: false 25 | active: activated && Qt.inputMethod.visible 26 | visible: active 27 | } 28 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kdeglobals][KDE] 2 | widgetStyle=kvantum 3 | 4 | [kdeglobals][General] 5 | ColorScheme=MateriaLight 6 | 7 | [kdeglobals][MainToolbarIcons] 8 | Size=16 9 | 10 | [kdeglobals][ToolbarIcons] 11 | Size=16 12 | 13 | [kdeglobals][Toolbar style] 14 | ToolButtonStyle=NoText 15 | ToolButtonStyleOtherToolbars=NoText 16 | 17 | [kdeglobals][Icons] 18 | Theme=Papirus-Light 19 | 20 | [plasmarc][Theme] 21 | name=Materia-Color 22 | 23 | [kwinrc][org.kde.kdecoration2] 24 | library=org.kde.kwin.aurorae 25 | theme=__aurorae__svg__Materia-Light 26 | BorderSize=None 27 | 28 | [kcminputrc][Mouse] 29 | cursorTheme=material_cursors 30 | 31 | [Wallpaper] 32 | Image=Materia 33 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/LockScreen.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2014 Aleix Pol Gonzalez 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.Controls 1.1 21 | import org.kde.plasma.core 2.0 as PlasmaCore 22 | import org.kde.plasma.private.sessions 2.0 23 | import "../components" 24 | 25 | Item { 26 | id: root 27 | property bool viewVisible: false 28 | property bool debug: false 29 | property string notification 30 | signal clearPassword() 31 | 32 | LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft 33 | LayoutMirroring.childrenInherit: true 34 | 35 | LockScreenUi { 36 | anchors.fill: parent 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/config.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.5 2 | import QtQuick.Controls 2.0 as QQC2 3 | import QtQuick.Layouts 1.1 4 | 5 | ColumnLayout { 6 | property alias cfg_alwaysShowClock: alwaysClock.checked 7 | property alias cfg_showMediaControls: showMediaControls.checked 8 | 9 | spacing: 0 10 | 11 | RowLayout { 12 | spacing: units.largeSpacing / 2 13 | 14 | QQC2.Label { 15 | Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... 16 | horizontalAlignment: Text.AlignRight 17 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Clock:") 18 | } 19 | QQC2.CheckBox { 20 | id: alwaysClock 21 | text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Always show") 22 | } 23 | Item { 24 | Layout.fillWidth: true 25 | } 26 | } 27 | 28 | RowLayout { 29 | spacing: units.largeSpacing / 2 30 | 31 | QQC2.Label { 32 | Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... 33 | horizontalAlignment: Text.AlignRight 34 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Media controls:") 35 | } 36 | QQC2.CheckBox { 37 | id: showMediaControls 38 | text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Show") 39 | } 40 | Item { 41 | Layout.fillWidth: true 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | true 12 | 13 | 14 | 15 | true 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/images/system-reboot-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/images/system-reboot-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/images/system-reboot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/images/system-shutdown-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/images/system-shutdown-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/lockscreen/images/system-shutdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.5 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | id: root 6 | color: "#f9f9f9" 7 | 8 | property int stage 9 | 10 | property real size: units.gridUnit * 20 11 | 12 | onStageChanged: { 13 | if (stage == 1) { 14 | introAnimation.running = true 15 | } 16 | } 17 | 18 | Item { 19 | id: content 20 | anchors.fill: parent 21 | opacity: 0 22 | TextMetrics { 23 | id: units 24 | text: "M" 25 | property int gridUnit: boundingRect.height 26 | property int largeSpacing: units.gridUnit 27 | property int smallSpacing: Math.max(2, gridUnit/4) 28 | } 29 | 30 | Image { 31 | id: animation 32 | anchors.centerIn: parent 33 | source: "images/start-here-kde-animation.svg" 34 | sourceSize.height: size 35 | sourceSize.width: size 36 | RotationAnimator on rotation { 37 | id: rotationAnimator 38 | from: 0 39 | to: 360 40 | duration: 2000 41 | loops: Animation.Infinite 42 | } 43 | } 44 | } 45 | 46 | OpacityAnimator { 47 | id: introAnimation 48 | running: false 49 | target: content 50 | from: 0 51 | to: 1 52 | duration: 1000 53 | easing.type: Easing.InOutQuad 54 | } 55 | Image { 56 | id: logo 57 | anchors.centerIn: parent 58 | source: "images/start-here-kde-logo.svg" 59 | sourceSize.height: size 60 | sourceSize.width: size 61 | } 62 | } 63 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/images/start-here-kde-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia-light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Comment=Materia Light 3 | 4 | Encoding=UTF-8 5 | Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; 6 | Name=Materia Light 7 | 8 | Type=Service 9 | 10 | X-KDE-ServiceTypes=Plasma/LookAndFeel 11 | X-KDE-ParentApp= 12 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 13 | X-KDE-PluginInfo-Category= 14 | X-KDE-PluginInfo-Email= 15 | X-KDE-PluginInfo-License=GPLv3 16 | X-KDE-PluginInfo-Name=com.github.varlesh.materia-light 17 | X-KDE-PluginInfo-Version=20220823 18 | X-KDE-PluginInfo-Website=https://github.com/PapirusDevelopmentTeam/materia-kde 19 | X-KDE-fallbackPackage=org.kde.breeze.desktop 20 | X-Plasma-MainScript=defaults 21 | X-Plasma-APIVersion=2 22 | X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/1462605,kns://plasma-themes.knsrc/api.kde-look.org/1462611,kns://aurorae.knsrc/api.kde-look.org/1462610,kns://icons.knsrc/api.kde-look.org/1166289,kns://xcursor.knsrc/api.kde-look.org/1346778,kns://wallpaper.knsrc/api.kde-look.org/1462613 23 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ LOOK AND FEEL MATERIA ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/components/Clock.qml: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2016 David Edmundson 3 | * 4 | * This program is free software; you can redistribute it and/or modify 5 | * it under the terms of the GNU Library General Public License as 6 | * published by the Free Software Foundation; either version 2 or 7 | * (at your option) any later version. 8 | * 9 | * This program is distributed in the hope that it will be useful, 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | * GNU General Public License for more details 13 | * 14 | * You should have received a copy of the GNU Library General Public 15 | * License along with this program; if not, write to the 16 | * Free Software Foundation, Inc., 17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 | */ 19 | 20 | import QtQuick 2.8 21 | import QtQuick.Layouts 1.1 22 | 23 | import org.kde.plasma.core 2.0 24 | import org.kde.plasma.components 2.0 25 | 26 | ColumnLayout { 27 | Label { 28 | text: Qt.formatTime(timeSource.data["Local"]["DateTime"]) 29 | font.pointSize: 44 30 | font.weight: Font.Light 31 | Layout.alignment: Qt.AlignHCenter 32 | renderType: Text.QtRendering 33 | } 34 | Label { 35 | text: Qt.formatDate(timeSource.data["Local"]["DateTime"], Qt.DefaultLocaleLongDate) 36 | font.pointSize: 20 37 | font.weight: Font.Light 38 | Layout.alignment: Qt.AlignHCenter 39 | } 40 | DataSource { 41 | id: timeSource 42 | engine: "time" 43 | connectedSources: ["Local"] 44 | interval: 1000 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/components/RebootToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color: "transparent" 6 | width: 130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize: 14 14 | text: "Reboot" 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/components/ShutdownToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color: "transparent" 6 | width: 130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize: 14 14 | text: "Shutdown" 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/components/VirtualKeyboard.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2017 Martin Gräßlin 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.VirtualKeyboard 2.1 21 | 22 | InputPanel { 23 | id: inputPanel 24 | property bool activated: false 25 | active: activated && Qt.inputMethod.visible 26 | visible: active 27 | } 28 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/defaults: -------------------------------------------------------------------------------- 1 | [kdeglobals][KDE] 2 | widgetStyle=kvantum 3 | 4 | [kdeglobals][General] 5 | ColorScheme=MateriaLight 6 | 7 | [kdeglobals][MainToolbarIcons] 8 | Size=16 9 | 10 | [kdeglobals][ToolbarIcons] 11 | Size=16 12 | 13 | [kdeglobals][Toolbar style] 14 | ToolButtonStyle=NoText 15 | ToolButtonStyleOtherToolbars=NoText 16 | 17 | [kdeglobals][Icons] 18 | Theme=Papirus 19 | 20 | [plasmarc][Theme] 21 | name=Materia 22 | 23 | [kwinrc][org.kde.kdecoration2] 24 | library=org.kde.kwin.aurorae 25 | theme=__aurorae__svg__Materia 26 | BorderSize=None 27 | 28 | [kcminputrc][Mouse] 29 | cursorTheme=material_cursors 30 | 31 | [Wallpaper] 32 | Image=Materia 33 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/LockScreen.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2014 Aleix Pol Gonzalez 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.Controls 1.1 21 | import org.kde.plasma.core 2.0 as PlasmaCore 22 | import org.kde.plasma.private.sessions 2.0 23 | import "../components" 24 | 25 | Item { 26 | id: root 27 | property bool viewVisible: false 28 | property bool debug: false 29 | property string notification 30 | signal clearPassword() 31 | 32 | LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft 33 | LayoutMirroring.childrenInherit: true 34 | 35 | LockScreenUi { 36 | anchors.fill: parent 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/config.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.5 2 | import QtQuick.Controls 2.0 as QQC2 3 | import QtQuick.Layouts 1.1 4 | 5 | ColumnLayout { 6 | property alias cfg_alwaysShowClock: alwaysClock.checked 7 | property alias cfg_showMediaControls: showMediaControls.checked 8 | 9 | spacing: 0 10 | 11 | RowLayout { 12 | spacing: units.largeSpacing / 2 13 | 14 | QQC2.Label { 15 | Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... 16 | horizontalAlignment: Text.AlignRight 17 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Clock:") 18 | } 19 | QQC2.CheckBox { 20 | id: alwaysClock 21 | text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Always show") 22 | } 23 | Item { 24 | Layout.fillWidth: true 25 | } 26 | } 27 | 28 | RowLayout { 29 | spacing: units.largeSpacing / 2 30 | 31 | QQC2.Label { 32 | Layout.minimumWidth: formAlignment - units.largeSpacing //to match wallpaper config... 33 | horizontalAlignment: Text.AlignRight 34 | text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Media controls:") 35 | } 36 | QQC2.CheckBox { 37 | id: showMediaControls 38 | text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "verb, to show something", "Show") 39 | } 40 | Item { 41 | Layout.fillWidth: true 42 | } 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/config.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | true 12 | 13 | 14 | 15 | true 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/images/system-reboot-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/images/system-reboot-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/images/system-reboot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/images/system-shutdown-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/images/system-shutdown-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/lockscreen/images/system-shutdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/plasma/look-and-feel/com.github.varlesh.materia/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.varlesh.materia/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Comment=Materia 3 | 4 | Encoding=UTF-8 5 | Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; 6 | Name=Materia 7 | 8 | Type=Service 9 | 10 | X-KDE-ServiceTypes=Plasma/LookAndFeel 11 | X-KDE-ParentApp= 12 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 13 | X-KDE-PluginInfo-Category= 14 | X-KDE-PluginInfo-Email= 15 | X-KDE-PluginInfo-License=GPLv3 16 | X-KDE-PluginInfo-Name=com.github.varlesh.materia 17 | X-KDE-PluginInfo-Version=20220823 18 | X-KDE-PluginInfo-Website=https://github.com/PapirusDevelopmentTeam/materia-kde 19 | X-KDE-fallbackPackage=org.kde.breeze.desktop 20 | X-Plasma-MainScript=defaults 21 | X-Plasma-APIVersion=2 22 | X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/1462605,kns://plasma-themes.knsrc/api.kde-look.org/1462611,kns://aurorae.knsrc/api.kde-look.org/1462620,kns://icons.knsrc/api.kde-look.org/1166289,kns://xcursor.knsrc/api.kde-look.org/1346778,kns://wallpaper.knsrc/api.kde-look.org/1462613,kns://sddmtheme.knsrc/api.kde-look.org/1476113 23 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA DARK SDDM THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | 4 | Used sources & ideas: 5 | 6 | - Joshua Krämer from https://github.com/joshuakraemer/sddm-theme-dialog 7 | - Suraj Mandal from https://github.com/surajmandalcell/Elegant-sddm 8 | - Breeze theme by KDE Visual Design Group 9 | - SDDM Team https://github.com/sddm/sddm 10 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2021, Alexey Varfolomeev 2 | 3 | Permission to use, copy, modify, and/or distribute this software for any 4 | purpose with or without fee is hereby granted, provided that the above 5 | copyright notice and this permission notice appear in all copies. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 8 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 9 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 10 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 11 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 12 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/components/RebootToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color:"transparent" 6 | width:130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#dfdfdf" 13 | font.pixelSize : 14 14 | text: textConstants.reboot 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/components/ShutdownToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color:"transparent" 6 | width:130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#dfdfdf" 13 | font.pixelSize : 14 14 | text: textConstants.shutdown 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/components/VirtualKeyboard.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2017 Martin Gräßlin 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.VirtualKeyboard 2.1 21 | 22 | InputPanel { 23 | id: inputPanel 24 | property bool activated: false 25 | active: activated && Qt.inputMethod.visible 26 | visible: active 27 | width: parent.width 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/.face.icon: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/sddm/themes/materia-dark/images/background.png -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/capslock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/login.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-reboot-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-reboot-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-reboot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-shutdown-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-shutdown-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-shutdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-suspend-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-suspend-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/images/system-suspend.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [SddmGreeterTheme] 2 | Name=Materia Dark 3 | Description=real material style 4 | Author=Alexey Varfolomeev 5 | Copyright=(c) 2021, Alexey Varfolomeev 6 | License=ISC 7 | Type=sddm-theme 8 | Version=0.1 9 | Website=https://github.com/PapirusDevelopmentTeam/materia-kde 10 | Screenshot=screenshot.png 11 | MainScript=Main.qml 12 | ConfigFile=theme.conf 13 | Theme-Id=materia-dark 14 | Theme-API=2.0 15 | -------------------------------------------------------------------------------- /sddm/themes/materia-dark/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/sddm/themes/materia-dark/screenshot.png -------------------------------------------------------------------------------- /sddm/themes/materia-dark/theme.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | InputMethod= 3 | style=Material 4 | background=images/background.png 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA LIGHT SDDM THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | 4 | Used sources & ideas: 5 | 6 | - Joshua Krämer from https://github.com/joshuakraemer/sddm-theme-dialog 7 | - Suraj Mandal from https://github.com/surajmandalcell/Elegant-sddm 8 | - Breeze theme by KDE Visual Design Group 9 | - SDDM Team https://github.com/sddm/sddm 10 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2021, Alexey Varfolomeev 2 | 3 | Permission to use, copy, modify, and/or distribute this software for any 4 | purpose with or without fee is hereby granted, provided that the above 5 | copyright notice and this permission notice appear in all copies. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 8 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 9 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 10 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 11 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 12 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/components/RebootToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color:"transparent" 6 | width:130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize : 14 14 | text: textConstants.reboot 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/components/ShutdownToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color:"transparent" 6 | width:130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize : 14 14 | text: textConstants.shutdown 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/components/VirtualKeyboard.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2017 Martin Gräßlin 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.VirtualKeyboard 2.1 21 | 22 | InputPanel { 23 | id: inputPanel 24 | property bool activated: false 25 | active: activated && Qt.inputMethod.visible 26 | visible: active 27 | width: parent.width 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/.face.icon: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/sddm/themes/materia-light/images/background.png -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/capslock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/login.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-reboot-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-reboot-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-reboot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-shutdown-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-shutdown-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-shutdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-suspend-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-suspend-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/images/system-suspend.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [SddmGreeterTheme] 2 | Name=Materia Light 3 | Description=real material style 4 | Author=Alexey Varfolomeev 5 | Copyright=(c) 2021, Alexey Varfolomeev 6 | License=ISC 7 | Type=sddm-theme 8 | Version=0.1 9 | Website=https://github.com/PapirusDevelopmentTeam/materia-kde 10 | Screenshot=screenshot.png 11 | MainScript=Main.qml 12 | ConfigFile=theme.conf 13 | Theme-Id=materia-light 14 | Theme-API=2.0 15 | -------------------------------------------------------------------------------- /sddm/themes/materia-light/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/sddm/themes/materia-light/screenshot.png -------------------------------------------------------------------------------- /sddm/themes/materia-light/theme.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | InputMethod= 3 | style=Material 4 | background=images/background.png 5 | -------------------------------------------------------------------------------- /sddm/themes/materia/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA SDDM THEME ------------------------ 2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 3 | 4 | Used sources & ideas: 5 | 6 | - Joshua Krämer from https://github.com/joshuakraemer/sddm-theme-dialog 7 | - Suraj Mandal from https://github.com/surajmandalcell/Elegant-sddm 8 | - Breeze theme by KDE Visual Design Group 9 | - SDDM Team https://github.com/sddm/sddm 10 | -------------------------------------------------------------------------------- /sddm/themes/materia/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2021, Alexey Varfolomeev 2 | 3 | Permission to use, copy, modify, and/or distribute this software for any 4 | purpose with or without fee is hereby granted, provided that the above 5 | copyright notice and this permission notice appear in all copies. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 8 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 9 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 10 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 11 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 12 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 | -------------------------------------------------------------------------------- /sddm/themes/materia/components/RebootToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color:"transparent" 6 | width:130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize : 14 14 | text: textConstants.reboot 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia/components/ShutdownToolTip.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.8 2 | import QtGraphicalEffects 1.0 3 | 4 | Rectangle { 5 | color:"transparent" 6 | width:130 7 | height: 32 8 | border.width: 0 9 | 10 | Text { 11 | id: text 12 | color: "#ffffff" 13 | font.pixelSize : 14 14 | text: textConstants.shutdown 15 | anchors.fill: parent 16 | verticalAlignment: Text.AlignVCenter 17 | horizontalAlignment: Text.AlignHCenter 18 | } 19 | DropShadow { 20 | anchors.fill: parent 21 | horizontalOffset: 1 22 | verticalOffset: 1 23 | radius: 2.0 24 | samples: 4 25 | color: "#60000000" 26 | source: text 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia/components/VirtualKeyboard.qml: -------------------------------------------------------------------------------- 1 | /******************************************************************** 2 | This file is part of the KDE project. 3 | 4 | Copyright (C) 2017 Martin Gräßlin 5 | 6 | This program is free software; you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation; either version 2 of the License, or 9 | (at your option) any later version. 10 | 11 | This program is distributed in the hope that it will be useful, 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | GNU General Public License for more details. 15 | 16 | You should have received a copy of the GNU General Public License 17 | along with this program. If not, see . 18 | *********************************************************************/ 19 | import QtQuick 2.5 20 | import QtQuick.VirtualKeyboard 2.1 21 | 22 | InputPanel { 23 | id: inputPanel 24 | property bool activated: false 25 | active: activated && Qt.inputMethod.visible 26 | visible: active 27 | width: parent.width 28 | } 29 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/.face.icon: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/sddm/themes/materia/images/background.png -------------------------------------------------------------------------------- /sddm/themes/materia/images/capslock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/login.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-reboot-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-reboot-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-reboot.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-shutdown-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-shutdown-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-shutdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-suspend-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-suspend-pressed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sddm/themes/materia/images/system-suspend.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /sddm/themes/materia/metadata.desktop: -------------------------------------------------------------------------------- 1 | [SddmGreeterTheme] 2 | Name=Materia 3 | Description=real material style 4 | Author=Alexey Varfolomeev 5 | Copyright=(c) 2021, Alexey Varfolomeev 6 | License=ISC 7 | Type=sddm-theme 8 | Version=0.1 9 | Website=https://github.com/PapirusDevelopmentTeam/materia-kde 10 | Screenshot=screenshot.png 11 | MainScript=Main.qml 12 | ConfigFile=theme.conf 13 | Theme-Id=materia 14 | Theme-API=2.0 15 | -------------------------------------------------------------------------------- /sddm/themes/materia/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/sddm/themes/materia/screenshot.png -------------------------------------------------------------------------------- /sddm/themes/materia/theme.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | InputMethod= 3 | style=Material 4 | background=images/background.png 5 | -------------------------------------------------------------------------------- /wallpapers/Materia-Dark/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/wallpapers/Materia-Dark/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpapers/Materia-Dark/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/wallpapers/Materia-Dark/contents/screenshot.png -------------------------------------------------------------------------------- /wallpapers/Materia-Dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Materia Dark 3 | X-KDE-PluginInfo-Name=Materia-Dark 4 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 5 | X-KDE-PluginInfo-Email=varlesh@gmail.com 6 | -------------------------------------------------------------------------------- /wallpapers/Materia/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/wallpapers/Materia/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpapers/Materia/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/wallpapers/Materia/contents/screenshot.png -------------------------------------------------------------------------------- /wallpapers/Materia/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Materia 3 | X-KDE-PluginInfo-Name=Materia 4 | X-KDE-PluginInfo-Author=Alexey Varfolomeev 5 | X-KDE-PluginInfo-Email=varlesh@gmail.com 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA DARK YAKUAKE SKIN ------------------------ 2 | 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs.skin: -------------------------------------------------------------------------------- 1 | [Description] 2 | Skin=Materia Dark 3 | Author=Alexey Varfolomeev 4 | Email=varlesh@gmail.com 5 | Web=https://github.com/PapirusDevelopmentTeam/materia-kde 6 | Icon=/logo.svg 7 | 8 | [Tabs] 9 | x=36 10 | y=0 11 | red=223 12 | green=223 13 | blue=223 14 | selected_background=/tabs/tab_selected.svg 15 | unselected_background=/tabs/tab_unselected.svg 16 | prevent_closing_image=/tabs/lock.svg 17 | prevent_closing_image_x=0 18 | prevent_closing_image_y=9 19 | 20 | [Background] 21 | back_image=/tabs/background_center.svg 22 | left_corner=/tabs/background_left.svg 23 | right_corner=/tabs/background_right.svg 24 | 25 | [PlusButton] 26 | x=2 27 | y=7 28 | up_image=/tabs/plus_up.png 29 | over_image=/tabs/plus_over.png 30 | down_image=/tabs/plus_down.png 31 | 32 | [MinusButton] 33 | x=22 34 | y=7 35 | up_image=/tabs/minus_up.svg 36 | over_image=/tabs/minus_over.svg 37 | down_image=/tabs/minus_down.svg 38 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/background_center.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/background_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/background_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/lock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/minus_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/minus_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/minus_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/plus_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/yakuake/skins/materia-dark/tabs/plus_down.png -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/plus_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/plus_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/yakuake/skins/materia-dark/tabs/plus_over.png -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/plus_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/plus_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/yakuake/skins/materia-dark/tabs/plus_up.png -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/plus_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/tab_selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/tabs/tab_unselected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title.skin: -------------------------------------------------------------------------------- 1 | [Description] 2 | Skin=Materia Dark 3 | Author=Alexey Varfolomeev 4 | Email=varlesh@gmail.com 5 | Web=https://github.com/PapirusDevelopmentTeam/materia-kde 6 | Icon=/logo.svg 7 | 8 | [Border] 9 | red=0 10 | green=0 11 | blue=0 12 | width=0 13 | 14 | [Text] 15 | x=14 16 | y=20 17 | red=223 18 | green=223 19 | blue=223 20 | text= 21 | bold=true 22 | 23 | [Background] 24 | back_image=/title/background_center.svg 25 | left_corner=/title/background_left.svg 26 | right_corner=/title/background_right.svg 27 | 28 | [FocusButton] 29 | x=88 30 | y=4 31 | up_image=/title/focus_up.svg 32 | over_image=/title/focus_over.svg 33 | down_image=/title/focus_down.svg 34 | 35 | [ConfigButton] 36 | x=58 37 | y=4 38 | up_image=/title/config_up.svg 39 | over_image=/title/config_over.svg 40 | down_image=/title/config_down.svg 41 | 42 | [QuitButton] 43 | x=28 44 | y=4 45 | up_image=/title/quit_up.svg 46 | over_image=/title/quit_over.svg 47 | down_image=/title/quit_down.svg 48 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/background_center.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/background_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/background_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/config_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/config_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/config_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/focus_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/focus_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/focus_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/quit_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/quit_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-dark/title/quit_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ MATERIA LIGHT YAKUAKE SKIN ------------------------ 2 | 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | Marcel Kapfer - https://github.com/PapirusDevelopmentTeam/materia-kde 5 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs.skin: -------------------------------------------------------------------------------- 1 | [Description] 2 | Skin=Materia Light 3 | Author=Marcel Kapfer & Alexey Varfolomeev 4 | Email=opensource@mmk2410.org & varlesh@gmail.com 5 | Web=https://github.com/PapirusDevelopmentTeam/materia-kde 6 | Icon=/logo.svg 7 | 8 | [Tabs] 9 | x=36 10 | y=0 11 | red=103 12 | green=103 13 | blue=103 14 | selected_background=/tabs/tab_selected.svg 15 | unselected_background=/tabs/tab_unselected.svg 16 | prevent_closing_image=/tabs/lock.svg 17 | prevent_closing_image_x=0 18 | prevent_closing_image_y=9 19 | 20 | [Background] 21 | back_image=/tabs/background_center.svg 22 | left_corner=/tabs/background_left.svg 23 | right_corner=/tabs/background_right.svg 24 | 25 | [PlusButton] 26 | x=2 27 | y=9 28 | up_image=/tabs/plus_up.png 29 | over_image=/tabs/plus_over.png 30 | down_image=/tabs/plus_down.png 31 | 32 | [MinusButton] 33 | x=22 34 | y=9 35 | up_image=/tabs/minus_up.svg 36 | over_image=/tabs/minus_over.svg 37 | down_image=/tabs/minus_down.svg 38 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/background_center.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/background_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/background_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/lock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/minus_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/minus_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/minus_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/plus_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/yakuake/skins/materia-light/tabs/plus_down.png -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/plus_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/plus_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/yakuake/skins/materia-light/tabs/plus_over.png -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/plus_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/plus_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PapirusDevelopmentTeam/materia-kde/6cc4c1867c78b62f01254f6e369ee71dce167a15/yakuake/skins/materia-light/tabs/plus_up.png -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/plus_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/tab_selected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/tabs/tab_unselected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title.skin: -------------------------------------------------------------------------------- 1 | [Description] 2 | Skin=Materia Light 3 | Author=Marcel Kapfer & Alexey Varfolomeev 4 | Email=opensource@mmk2410.org & varlesh@gmail.com 5 | Web=https://github.com/PapirusDevelopmentTeam/materia-kde 6 | Icon=/logo.svg 7 | 8 | [Border] 9 | red=0 10 | green=0 11 | blue=0 12 | width=0 13 | 14 | [Text] 15 | x=14 16 | y=17 17 | red=103 18 | green=103 19 | blue=103 20 | text= 21 | bold=true 22 | 23 | [Background] 24 | back_image=/title/background_center.svg 25 | left_corner=/title/background_left.svg 26 | right_corner=/title/background_right.svg 27 | 28 | [FocusButton] 29 | x=88 30 | y=0 31 | up_image=/title/focus_up.svg 32 | over_image=/title/focus_over.svg 33 | down_image=/title/focus_down.svg 34 | 35 | [ConfigButton] 36 | x=58 37 | y=0 38 | up_image=/title/config_up.svg 39 | over_image=/title/config_over.svg 40 | down_image=/title/config_down.svg 41 | 42 | [QuitButton] 43 | x=28 44 | y=0 45 | up_image=/title/quit_up.svg 46 | over_image=/title/quit_over.svg 47 | down_image=/title/quit_down.svg 48 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/background_center.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/background_left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/background_right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/config_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/config_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/config_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/focus_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/focus_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/focus_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/quit_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/quit_over.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /yakuake/skins/materia-light/title/quit_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | --------------------------------------------------------------------------------