├── AUTHORS ├── Kvantum ├── Fluent-green │ ├── Fluent-green.kvconfig │ ├── Fluent-green.svg │ ├── Fluent-greenDark.kvconfig │ └── Fluent-greenDark.svg ├── Fluent-grey │ ├── Fluent-grey.kvconfig │ ├── Fluent-grey.svg │ ├── Fluent-greyDark.kvconfig │ └── Fluent-greyDark.svg ├── Fluent-orange │ ├── Fluent-orange.kvconfig │ ├── Fluent-orange.svg │ ├── Fluent-orangeDark.kvconfig │ └── Fluent-orangeDark.svg ├── Fluent-pink │ ├── Fluent-pink.kvconfig │ ├── Fluent-pink.svg │ ├── Fluent-pinkDark.kvconfig │ └── Fluent-pinkDark.svg ├── Fluent-purple │ ├── Fluent-purple.kvconfig │ ├── Fluent-purple.svg │ ├── Fluent-purpleDark.kvconfig │ └── Fluent-purpleDark.svg ├── Fluent-red │ ├── Fluent-red.kvconfig │ ├── Fluent-red.svg │ ├── Fluent-redDark.kvconfig │ └── Fluent-redDark.svg ├── Fluent-round-solid │ ├── Fluent-round-solid.kvconfig │ ├── Fluent-round-solid.svg │ ├── Fluent-round-solidDark.kvconfig │ └── Fluent-round-solidDark.svg ├── Fluent-round │ ├── Fluent-round.kvconfig │ ├── Fluent-round.svg │ ├── Fluent-roundDark.kvconfig │ └── Fluent-roundDark.svg ├── Fluent-solid │ ├── Fluent.kvconfig │ ├── Fluent.svg │ ├── FluentDark.kvconfig │ └── FluentDark.svg ├── Fluent-teal │ ├── Fluent-teal.kvconfig │ ├── Fluent-teal.svg │ ├── Fluent-tealDark.kvconfig │ └── Fluent-tealDark.svg ├── Fluent-yellow │ ├── Fluent-yellow.kvconfig │ ├── Fluent-yellow.svg │ ├── Fluent-yellowDark.kvconfig │ └── Fluent-yellowDark.svg ├── Fluent │ ├── Fluent.kvconfig │ ├── Fluent.svg │ ├── FluentDark.kvconfig │ └── FluentDark.svg └── dark_header_version │ ├── Fluent-green │ ├── Fluent-green.kvconfig │ └── Fluent-green.svg │ ├── Fluent-grey │ ├── Fluent-grey.kvconfig │ └── Fluent-grey.svg │ ├── Fluent-orange │ ├── Fluent-orange.kvconfig │ └── Fluent-orange.svg │ ├── Fluent-pink │ ├── Fluent-pink.kvconfig │ └── Fluent-pink.svg │ ├── Fluent-purple │ ├── Fluent-purple.kvconfig │ └── Fluent-purple.svg │ ├── Fluent-red │ ├── Fluent-red.kvconfig │ └── Fluent-red.svg │ ├── Fluent-yellow │ ├── Fluent-yellow.kvconfig │ └── Fluent-yellow.svg │ └── Fluent │ ├── Fluent.kvconfig │ └── Fluent.svg ├── LICENSE ├── README.md ├── aurorae ├── Fluent-dark │ ├── AUTHORS │ ├── Fluent-darkrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-light │ ├── AUTHORS │ ├── Fluent-lightrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-dark-normal │ ├── AUTHORS │ ├── Fluent-round-dark-normalrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-dark-solid │ ├── AUTHORS │ ├── Fluent-round-dark-solidrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-dark │ ├── AUTHORS │ ├── Fluent-round-darkrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-light-normal │ ├── AUTHORS │ ├── Fluent-round-light-normalrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-light-solid │ ├── AUTHORS │ ├── Fluent-round-light-solidrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-light │ ├── AUTHORS │ ├── Fluent-round-lightrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-normal │ ├── AUTHORS │ ├── Fluent-round-normalrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round-solid │ ├── AUTHORS │ ├── Fluent-round-solidrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── Fluent-round │ ├── AUTHORS │ ├── Fluent-roundrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg └── Fluent │ ├── AUTHORS │ ├── Fluentrc │ ├── LICENSE │ ├── alldesktops.svg │ ├── close.svg │ ├── decoration.svg │ ├── keepabove.svg │ ├── keepbelow.svg │ ├── maximize.svg │ ├── metadata.desktop │ ├── minimize.svg │ └── restore.svg ├── color-schemes ├── FluentDark.colors ├── FluentGreenDark.colors ├── FluentGreenLight.colors ├── FluentGreyDark.colors ├── FluentGreyLight.colors ├── FluentLight.colors ├── FluentOrangeDark.colors ├── FluentOrangeLight.colors ├── FluentPinkDark.colors ├── FluentPinkLight.colors ├── FluentPurpleDark.colors ├── FluentPurpleLight.colors ├── FluentRedDark.colors ├── FluentRedLight.colors ├── FluentTealDark.colors ├── FluentTealLight.colors ├── FluentYellowDark.colors └── FluentYellowLight.colors ├── configs └── Xresources ├── install.sh ├── plasma ├── desktoptheme │ ├── Fluent-light-solid │ │ ├── dialogs │ │ │ └── background.svgz │ │ └── widgets │ │ │ ├── background.svgz │ │ │ ├── clock.svgz │ │ │ ├── panel-background.svgz │ │ │ └── tooltip.svgz │ ├── Fluent-light │ │ ├── dialogs │ │ │ └── background.svgz │ │ └── widgets │ │ │ ├── tabbar.svgz │ │ │ ├── tasks.svgz │ │ │ └── viewitem.svgz │ ├── Fluent-round-light-solid │ │ ├── dialogs │ │ │ └── background.svgz │ │ └── widgets │ │ │ ├── background.svgz │ │ │ ├── clock.svgz │ │ │ ├── panel-background.svgz │ │ │ └── tooltip.svgz │ ├── Fluent-round-light │ │ ├── dialogs │ │ │ └── background.svgz │ │ ├── translucent │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ └── plasmoidheading.svgz │ │ └── widgets │ │ │ ├── button.svgz │ │ │ ├── menubaritem.svgz │ │ │ ├── plasmoidheading.svgz │ │ │ ├── tabbar.svgz │ │ │ ├── tasks.svgz │ │ │ └── viewitem.svgz │ ├── Fluent-round-solid │ │ ├── dialogs │ │ │ └── background.svgz │ │ └── widgets │ │ │ ├── background.svgz │ │ │ ├── clock.svgz │ │ │ ├── panel-background.svgz │ │ │ └── tooltip.svgz │ ├── Fluent-round │ │ ├── dialogs │ │ │ └── background.svgz │ │ ├── icons │ │ │ ├── akonadi.svgz │ │ │ ├── akregator.svgz │ │ │ ├── amarok.svgz │ │ │ ├── applications.svgz │ │ │ ├── apport.svgz │ │ │ ├── audio.svgz │ │ │ ├── battery.svgz │ │ │ ├── bookmarks.svgz │ │ │ ├── cantata.svgz │ │ │ ├── computer.svgz │ │ │ ├── configure.svgz │ │ │ ├── device.svgz │ │ │ ├── disk.svgz │ │ │ ├── distribute.svgz │ │ │ ├── document.svgz │ │ │ ├── drive.svgz │ │ │ ├── edit.svgz │ │ │ ├── fcitx.svgz │ │ │ ├── go.svgz │ │ │ ├── ime.svgz │ │ │ ├── input.svgz │ │ │ ├── kalarm.svgz │ │ │ ├── kdeconnect.svgz │ │ │ ├── keyboard.svgz │ │ │ ├── kget.svgz │ │ │ ├── kgpg.svgz │ │ │ ├── kleopatra.svgz │ │ │ ├── klipper.svgz │ │ │ ├── kmail.svgz │ │ │ ├── knotes.svgz │ │ │ ├── konv_message.svgz │ │ │ ├── konversation.svgz │ │ │ ├── kopete.svgz │ │ │ ├── korgac.svgz │ │ │ ├── kpackagekit.svgz │ │ │ ├── kruler.svgz │ │ │ ├── kteatime.svgz │ │ │ ├── ktorrent.svgz │ │ │ ├── kup.svgz │ │ │ ├── list.svgz │ │ │ ├── mail.svgz │ │ │ ├── manjaro.svgz │ │ │ ├── media.svgz │ │ │ ├── mobile.svgz │ │ │ ├── nepomuk.svgz │ │ │ ├── network.svgz │ │ │ ├── notification.svgz │ │ │ ├── osd.svgz │ │ │ ├── phone.svgz │ │ │ ├── plasmavault.svgz │ │ │ ├── plasmavault_error.svgz │ │ │ ├── preferences.svgz │ │ │ ├── printer.svgz │ │ │ ├── quassel.svgz │ │ │ ├── quota.svgz │ │ │ ├── search.svgz │ │ │ ├── slc.svgz │ │ │ ├── software.svgz │ │ │ ├── start.svgz │ │ │ ├── system.svgz │ │ │ ├── touchpad.svgz │ │ │ ├── update.svgz │ │ │ ├── user.svgz │ │ │ ├── video-card.svgz │ │ │ ├── video.svgz │ │ │ ├── view.svgz │ │ │ ├── vlc.svgz │ │ │ ├── wallet.svgz │ │ │ ├── window.svgz │ │ │ ├── yakuake.svgz │ │ │ └── zoom.svgz │ │ ├── metadata.desktop │ │ ├── solid │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── panel-background.svgz │ │ │ │ ├── plasmoidheading.svgz │ │ │ │ └── tooltip.svgz │ │ ├── translucent │ │ │ ├── dialogs │ │ │ │ └── background.svgz │ │ │ └── widgets │ │ │ │ ├── background.svgz │ │ │ │ ├── panel-background.svgz │ │ │ │ ├── plasmoidheading.svgz │ │ │ │ └── tooltip.svgz │ │ └── widgets │ │ │ ├── action-overlays.svgz │ │ │ ├── actionbutton.svgz │ │ │ ├── analog_meter.svgz │ │ │ ├── arrows.svgz │ │ │ ├── background.svgz │ │ │ ├── bar_meter_horizontal.svgz │ │ │ ├── bar_meter_vertical.svgz │ │ │ ├── branding.svgz │ │ │ ├── busywidget.svgz │ │ │ ├── button.svgz │ │ │ ├── calendar.svgz │ │ │ ├── checkmarks.svgz │ │ │ ├── clock.svgz │ │ │ ├── configuration-icons.svgz │ │ │ ├── containment-controls.svgz │ │ │ ├── dragger.svgz │ │ │ ├── frame.svgz │ │ │ ├── glowbar.svgz │ │ │ ├── line.svgz │ │ │ ├── lineedit.svgz │ │ │ ├── listitem.svgz │ │ │ ├── margins-highlight.svgz │ │ │ ├── media-delegate.svgz │ │ │ ├── menubaritem.svgz │ │ │ ├── monitor.svgz │ │ │ ├── notes.svgz │ │ │ ├── pager.svgz │ │ │ ├── panel-background.svgz │ │ │ ├── picker.svgz │ │ │ ├── plasmoidheading.svgz │ │ │ ├── plot-background.svgz │ │ │ ├── scrollbar.svgz │ │ │ ├── scrollwidget.svgz │ │ │ ├── slider.svgz │ │ │ ├── tabbar.svgz │ │ │ ├── tasks.svgz │ │ │ ├── timer.svgz │ │ │ ├── toolbar.svgz │ │ │ ├── tooltip.svgz │ │ │ ├── translucentbackground.svgz │ │ │ └── viewitem.svgz │ ├── Fluent-solid │ │ ├── dialogs │ │ │ └── background.svgz │ │ └── widgets │ │ │ ├── background.svgz │ │ │ ├── clock.svgz │ │ │ ├── panel-background.svgz │ │ │ └── tooltip.svgz │ └── Fluent │ │ ├── dialogs │ │ └── background.svgz │ │ ├── icons │ │ ├── akonadi.svgz │ │ ├── akregator.svgz │ │ ├── amarok.svgz │ │ ├── applications.svgz │ │ ├── apport.svgz │ │ ├── audio.svgz │ │ ├── battery.svgz │ │ ├── bookmarks.svgz │ │ ├── cantata.svgz │ │ ├── computer.svgz │ │ ├── configure.svgz │ │ ├── device.svgz │ │ ├── disk.svgz │ │ ├── distribute.svgz │ │ ├── document.svgz │ │ ├── drive.svgz │ │ ├── edit.svgz │ │ ├── fcitx.svgz │ │ ├── go.svgz │ │ ├── ime.svgz │ │ ├── input.svgz │ │ ├── kalarm.svgz │ │ ├── kdeconnect.svgz │ │ ├── keyboard.svgz │ │ ├── kget.svgz │ │ ├── kgpg.svgz │ │ ├── kleopatra.svgz │ │ ├── klipper.svgz │ │ ├── kmail.svgz │ │ ├── knotes.svgz │ │ ├── konv_message.svgz │ │ ├── konversation.svgz │ │ ├── kopete.svgz │ │ ├── korgac.svgz │ │ ├── kpackagekit.svgz │ │ ├── kruler.svgz │ │ ├── kteatime.svgz │ │ ├── ktorrent.svgz │ │ ├── kup.svgz │ │ ├── list.svgz │ │ ├── mail.svgz │ │ ├── manjaro.svgz │ │ ├── media.svgz │ │ ├── mobile.svgz │ │ ├── nepomuk.svgz │ │ ├── network.svgz │ │ ├── notification.svgz │ │ ├── osd.svgz │ │ ├── phone.svgz │ │ ├── plasmavault.svgz │ │ ├── plasmavault_error.svgz │ │ ├── preferences.svgz │ │ ├── printer.svgz │ │ ├── quassel.svgz │ │ ├── quota.svgz │ │ ├── search.svgz │ │ ├── slc.svgz │ │ ├── software.svgz │ │ ├── start.svgz │ │ ├── system.svgz │ │ ├── touchpad.svgz │ │ ├── update.svgz │ │ ├── user.svgz │ │ ├── video-card.svgz │ │ ├── video.svgz │ │ ├── view.svgz │ │ ├── vlc.svgz │ │ ├── wallet.svgz │ │ ├── window.svgz │ │ └── zoom.svgz │ │ ├── metadata.desktop │ │ ├── solid │ │ ├── dialogs │ │ │ └── background.svgz │ │ └── widgets │ │ │ ├── background.svgz │ │ │ ├── panel-background.svgz │ │ │ └── tooltip.svgz │ │ ├── translucent │ │ ├── dialogs │ │ │ └── background.svgz │ │ └── widgets │ │ │ ├── background.svgz │ │ │ ├── panel-background.svgz │ │ │ └── tooltip.svgz │ │ └── widgets │ │ ├── action-overlays.svgz │ │ ├── actionbutton.svgz │ │ ├── analog_meter.svgz │ │ ├── arrows.svgz │ │ ├── background.svgz │ │ ├── bar_meter_horizontal.svgz │ │ ├── bar_meter_vertical.svgz │ │ ├── branding.svgz │ │ ├── busywidget.svgz │ │ ├── button.svgz │ │ ├── calendar.svgz │ │ ├── checkmarks.svgz │ │ ├── clock.svgz │ │ ├── configuration-icons.svgz │ │ ├── containment-controls.svgz │ │ ├── dragger.svgz │ │ ├── frame.svgz │ │ ├── glowbar.svgz │ │ ├── line.svgz │ │ ├── lineedit.svgz │ │ ├── listitem.svgz │ │ ├── margins-highlight.svgz │ │ ├── media-delegate.svgz │ │ ├── menubaritem.svgz │ │ ├── monitor.svgz │ │ ├── notes.svgz │ │ ├── pager.svgz │ │ ├── panel-background.svgz │ │ ├── picker.svgz │ │ ├── plasmoidheading.svgz │ │ ├── plot-background.svgz │ │ ├── scrollbar.svgz │ │ ├── scrollwidget.svgz │ │ ├── slider.svgz │ │ ├── tabbar.svgz │ │ ├── tasks.svgz │ │ ├── timer.svgz │ │ ├── toolbar.svgz │ │ ├── tooltip.svgz │ │ ├── translucentbackground.svgz │ │ └── viewitem.svgz ├── layout-templates │ └── org.github.desktop.FluentPanel │ │ ├── contents │ │ └── layout.js │ │ └── metadata.desktop ├── look-and-feel │ ├── Fluent-lnf.svg │ ├── backgrounds-blur.svg │ ├── backgrounds │ │ ├── background-default.png │ │ ├── background-green.png │ │ ├── background-grey.png │ │ ├── background-light.png │ │ ├── background-orange.png │ │ ├── background-pink.png │ │ ├── background-purple.png │ │ ├── background-red.png │ │ ├── background-teal.png │ │ └── background-yellow.png │ ├── com.github.vinceliuice.Fluent-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ ├── metadata.desktop │ │ └── metadata.json │ ├── com.github.vinceliuice.Fluent-green-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-green-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-grey-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-grey-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ ├── metadata.desktop │ │ └── metadata.json │ ├── com.github.vinceliuice.Fluent-orange-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-orange-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-pink-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-pink-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-purple-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-purple-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-red-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-red-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ ├── metadata.desktop │ │ └── metadata.json │ ├── com.github.vinceliuice.Fluent-round-green-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-green-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-grey-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-grey-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ ├── metadata.desktop │ │ └── metadata.json │ ├── com.github.vinceliuice.Fluent-round-orange-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-orange-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-pink-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-pink-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-purple-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-purple-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-red-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-red-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-teal-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-teal-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-yellow-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round-yellow-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-round │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ ├── metadata.desktop │ │ └── metadata.json │ ├── com.github.vinceliuice.Fluent-teal-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-teal-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-yellow-dark │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent-yellow-light │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ └── metadata.desktop │ ├── com.github.vinceliuice.Fluent │ │ ├── contents │ │ │ ├── defaults │ │ │ ├── layouts │ │ │ │ └── org.kde.plasma.desktop-layout.js │ │ │ ├── previews │ │ │ │ ├── fullscreenpreview.jpg │ │ │ │ ├── preview.png │ │ │ │ └── splash.png │ │ │ └── splash │ │ │ │ ├── Splash.qml │ │ │ │ └── images │ │ │ │ ├── background.png │ │ │ │ ├── kde.svg │ │ │ │ └── rectangle.svg │ │ ├── metadata.desktop │ │ └── metadata.json │ ├── render-lnf.sh │ └── render-wallpapers.sh └── plasmoids │ ├── org.kde.plasma.splitdigitalclock │ ├── contents │ │ ├── config │ │ │ ├── config.qml │ │ │ └── main.xml │ │ └── ui │ │ │ ├── CalendarView.qml │ │ │ ├── DigitalClock.qml │ │ │ ├── MonthMenu.qml │ │ │ ├── Tooltip.qml │ │ │ ├── configAppearance.qml │ │ │ ├── configCalendar.qml │ │ │ ├── configTimeZones.qml │ │ │ └── main.qml │ ├── metadata.desktop │ └── metadata.json │ └── org.kde.plasma.win7showdesktop │ ├── contents │ ├── config │ │ ├── config.qml │ │ └── main.xml │ └── ui │ │ ├── AppletConfig.qml │ │ ├── CommandController.qml │ │ ├── Controller.qml │ │ ├── MinimizeAllController.qml │ │ ├── PanelMargins.qml │ │ ├── PeekController.qml │ │ ├── config │ │ └── ConfigGeneral.qml │ │ ├── libconfig │ │ ├── Alert.qml │ │ ├── CheckBox.qml │ │ ├── ColorField.qml │ │ ├── FormKCM.qml │ │ ├── Heading.qml │ │ ├── RadioButtonGroup.qml │ │ └── SpinBox.qml │ │ └── main.qml │ ├── metadata.json │ └── translate │ ├── ReadMe.md │ ├── ar.po │ ├── es.po │ ├── fr.po │ ├── nl.po │ ├── pt_BR.po │ └── template.pot ├── sddm ├── Fluent │ ├── Background.qml │ ├── BreezeMenuStyle.qml │ ├── KeyboardButton.qml │ ├── Login.qml │ ├── Main.qml │ ├── SessionButton.qml │ ├── assets │ │ ├── login.svgz │ │ ├── logout_primary.svgz │ │ ├── restart_primary.svgz │ │ ├── shutdown_primary.svgz │ │ ├── suspend_primary.svgz │ │ └── switch_primary.svgz │ ├── components │ │ ├── ActionButton.qml │ │ ├── Battery.qml │ │ ├── Clock.qml │ │ ├── KeyboardLayoutButton.qml │ │ ├── SessionManagementScreen.qml │ │ ├── UserDelegate.qml │ │ ├── UserList.qml │ │ ├── VirtualKeyboard.qml │ │ └── WallpaperFader.qml │ ├── faces │ │ └── .face.icon │ ├── metadata.desktop │ ├── preview.png │ ├── theme.conf │ └── theme.conf.user ├── README.md ├── backgrounds │ ├── background-green.png │ ├── background-grey.png │ ├── background-light.png │ ├── background-orange.png │ ├── background-pink.png │ ├── background-purple.png │ ├── background-red.png │ ├── background-round.png │ ├── background-yellow.png │ └── background.png └── install.sh └── wallpaper ├── Fluent-green ├── contents │ ├── images │ │ ├── 1920x1080.png │ │ ├── 2560x1440.png │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-grey ├── contents │ ├── images │ │ ├── 1920x1080.png │ │ ├── 2560x1440.png │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-orange ├── contents │ ├── images │ │ ├── 1920x1080.png │ │ ├── 2560x1440.png │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-pink ├── contents │ ├── images │ │ ├── 1920x1080.png │ │ ├── 2560x1440.png │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-purple ├── contents │ ├── images │ │ ├── 1920x1080.png │ │ ├── 2560x1440.png │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-red ├── contents │ ├── images │ │ ├── 1920x1080.png │ │ ├── 2560x1440.png │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-round-dark ├── contents │ ├── images │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-round-light ├── contents │ ├── images │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-round ├── contents │ ├── images │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop ├── Fluent-yellow ├── contents │ ├── images │ │ ├── 1920x1080.png │ │ ├── 2560x1440.png │ │ └── 3840x2160.png │ └── screenshot.png └── metadata.desktop └── Fluent ├── contents ├── images │ ├── 1920x1080.png │ ├── 2560x1440.png │ └── 3840x2160.png └── screenshot.png └── metadata.desktop /AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ FLUENT KDE THEME ------------------------ 2 | 3 | Vince Liuice - https://github.com/vinceliuice/Fluent-kde 4 | 5 | ------------------------ FLUENT KDE THEME ------------------------ 6 | -------------------------------------------------------------------------------- /aurorae/Fluent-dark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-dark 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-dark 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-light/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-light 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-light 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-dark-normal/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-dark-normal/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-dark-normal 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-dark-normal 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-dark-solid/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-dark-solid/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-dark-solid 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-dark-solid 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-dark/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-dark 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-dark 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-light-normal/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-light-normal/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-light-normal 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-light-normal 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-light-solid/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-light-solid/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-light-solid 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-light-solid 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-light/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-light 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-light 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-normal/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-normal/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-normal 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-normal 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-solid/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round-solid/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-solid 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round-solid 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent-round/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent-round/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent-round 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /aurorae/Fluent/AUTHORS: -------------------------------------------------------------------------------- 1 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 2 | SOURCES: 3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/materia-kde 4 | 5 | CUSTOMIZER: 6 | Vince Liuice - https://github.com/vinceliuice/ChromeOS-kde 7 | ------------------------ CHROMEOS AURORAE THEME ------------------------ 8 | -------------------------------------------------------------------------------- /aurorae/Fluent/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent 3 | X-KDE-PluginInfo-Author=Vince Liuice 4 | X-KDE-PluginInfo-Category= 5 | X-KDE-PluginInfo-Depends= 6 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 7 | X-KDE-PluginInfo-EnabledByDefault=true 8 | X-KDE-PluginInfo-License=GPL v3 9 | X-KDE-PluginInfo-Name=Fluent 10 | X-KDE-PluginInfo-Version=1.0 11 | -------------------------------------------------------------------------------- /configs/Xresources: -------------------------------------------------------------------------------- 1 | Xft.dpi: 96 2 | Xft.antialias: true 3 | Xft.hinting: true 4 | Xft.autohint: false 5 | Xft.hintstyle: hintslight 6 | Xft.lcdfilter: lcddefault 7 | Xft.rgba: rgb 8 | -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light-solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light-solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light-solid/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light-solid/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light-solid/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light-solid/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light-solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light-solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light-solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light-solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light/widgets/tabbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light/widgets/tasks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-light/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-light/widgets/viewitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light-solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light-solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light-solid/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light-solid/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light-solid/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light-solid/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light-solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light-solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light-solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light-solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/translucent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/translucent/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/translucent/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/translucent/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/widgets/button.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/widgets/button.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/widgets/menubaritem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/widgets/menubaritem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/widgets/tabbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/widgets/tasks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-light/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-light/widgets/viewitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-solid/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-solid/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-solid/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-solid/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round-solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round-solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/akonadi.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/akonadi.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/akregator.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/akregator.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/amarok.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/amarok.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/applications.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/applications.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/apport.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/apport.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/audio.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/audio.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/battery.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/battery.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/bookmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/bookmarks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/cantata.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/cantata.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/computer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/computer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/configure.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/configure.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/device.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/device.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/disk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/disk.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/distribute.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/distribute.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/document.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/document.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/drive.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/drive.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/edit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/edit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/fcitx.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/fcitx.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/go.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/go.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/ime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/ime.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/input.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/input.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kalarm.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kalarm.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kdeconnect.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kdeconnect.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/keyboard.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/keyboard.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kgpg.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kgpg.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kleopatra.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kleopatra.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/klipper.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/klipper.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kmail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kmail.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/knotes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/knotes.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/konv_message.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/konv_message.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/konversation.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/konversation.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kopete.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kopete.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/korgac.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/korgac.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kpackagekit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kpackagekit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kruler.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kruler.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kteatime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kteatime.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/ktorrent.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/ktorrent.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/kup.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/kup.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/list.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/list.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/mail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/mail.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/manjaro.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/manjaro.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/media.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/media.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/mobile.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/mobile.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/nepomuk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/nepomuk.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/network.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/network.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/notification.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/notification.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/osd.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/osd.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/phone.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/phone.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/plasmavault.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/plasmavault.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/plasmavault_error.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/plasmavault_error.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/preferences.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/preferences.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/printer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/printer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/quassel.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/quassel.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/quota.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/quota.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/search.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/search.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/slc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/slc.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/software.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/software.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/start.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/start.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/system.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/system.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/touchpad.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/touchpad.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/update.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/update.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/user.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/user.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/video-card.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/video-card.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/video.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/video.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/view.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/view.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/vlc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/vlc.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/wallet.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/wallet.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/window.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/window.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/yakuake.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/yakuake.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/icons/zoom.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/icons/zoom.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/solid/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/solid/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/translucent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/translucent/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/translucent/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/translucent/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/translucent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/translucent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/translucent/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/translucent/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/translucent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/translucent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/action-overlays.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/action-overlays.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/actionbutton.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/actionbutton.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/analog_meter.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/analog_meter.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/arrows.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/arrows.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/bar_meter_horizontal.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/bar_meter_horizontal.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/bar_meter_vertical.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/bar_meter_vertical.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/branding.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/branding.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/busywidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/busywidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/button.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/button.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/calendar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/calendar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/checkmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/checkmarks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/configuration-icons.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/configuration-icons.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/containment-controls.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/containment-controls.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/dragger.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/dragger.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/frame.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/frame.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/glowbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/glowbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/line.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/line.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/lineedit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/lineedit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/listitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/listitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/margins-highlight.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/margins-highlight.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/media-delegate.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/media-delegate.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/menubaritem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/menubaritem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/monitor.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/monitor.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/notes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/notes.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/pager.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/pager.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/picker.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/picker.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/plot-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/plot-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/scrollbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/scrollbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/scrollwidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/scrollwidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/slider.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/slider.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/tabbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/tasks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/timer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/timer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/toolbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/toolbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/translucentbackground.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/translucentbackground.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-round/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-round/widgets/viewitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-solid/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-solid/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-solid/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-solid/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent-solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent-solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/akonadi.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/akonadi.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/akregator.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/akregator.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/amarok.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/amarok.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/applications.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/applications.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/apport.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/apport.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/audio.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/audio.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/battery.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/battery.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/bookmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/bookmarks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/cantata.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/cantata.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/computer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/computer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/configure.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/configure.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/device.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/device.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/disk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/disk.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/distribute.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/distribute.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/document.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/document.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/drive.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/drive.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/edit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/edit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/fcitx.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/fcitx.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/go.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/go.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/ime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/ime.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/input.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/input.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kalarm.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kalarm.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kdeconnect.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kdeconnect.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/keyboard.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/keyboard.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kgpg.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kgpg.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kleopatra.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kleopatra.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/klipper.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/klipper.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kmail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kmail.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/knotes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/knotes.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/konv_message.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/konv_message.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/konversation.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/konversation.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kopete.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kopete.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/korgac.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/korgac.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kpackagekit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kpackagekit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kruler.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kruler.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kteatime.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kteatime.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/ktorrent.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/ktorrent.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/kup.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/kup.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/list.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/list.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/mail.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/mail.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/manjaro.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/manjaro.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/media.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/media.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/mobile.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/mobile.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/nepomuk.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/nepomuk.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/network.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/network.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/notification.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/notification.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/osd.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/osd.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/phone.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/phone.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/plasmavault.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/plasmavault.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/plasmavault_error.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/plasmavault_error.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/preferences.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/preferences.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/printer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/printer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/quassel.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/quassel.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/quota.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/quota.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/search.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/search.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/slc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/slc.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/software.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/software.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/start.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/start.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/system.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/system.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/touchpad.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/touchpad.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/update.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/update.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/user.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/user.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/video-card.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/video-card.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/video.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/video.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/view.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/view.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/vlc.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/vlc.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/wallet.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/wallet.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/window.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/window.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/icons/zoom.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/icons/zoom.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/solid/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/solid/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/solid/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/solid/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/solid/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/solid/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/solid/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/solid/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/translucent/dialogs/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/translucent/dialogs/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/translucent/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/translucent/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/translucent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/translucent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/translucent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/translucent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/action-overlays.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/action-overlays.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/actionbutton.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/actionbutton.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/analog_meter.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/analog_meter.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/arrows.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/arrows.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/bar_meter_horizontal.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/bar_meter_horizontal.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/bar_meter_vertical.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/bar_meter_vertical.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/branding.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/branding.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/busywidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/busywidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/button.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/button.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/calendar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/calendar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/checkmarks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/checkmarks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/clock.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/clock.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/configuration-icons.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/configuration-icons.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/containment-controls.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/containment-controls.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/dragger.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/dragger.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/frame.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/frame.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/glowbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/glowbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/line.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/line.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/lineedit.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/lineedit.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/listitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/listitem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/margins-highlight.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/margins-highlight.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/media-delegate.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/media-delegate.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/menubaritem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/menubaritem.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/monitor.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/monitor.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/notes.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/notes.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/pager.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/pager.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/panel-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/panel-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/picker.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/picker.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/plasmoidheading.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/plasmoidheading.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/plot-background.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/plot-background.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/scrollbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/scrollbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/scrollwidget.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/scrollwidget.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/slider.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/slider.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/tabbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/tabbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/tasks.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/tasks.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/timer.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/timer.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/toolbar.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/toolbar.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/tooltip.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/tooltip.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/translucentbackground.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/translucentbackground.svgz -------------------------------------------------------------------------------- /plasma/desktoptheme/Fluent/widgets/viewitem.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/desktoptheme/Fluent/widgets/viewitem.svgz -------------------------------------------------------------------------------- /plasma/layout-templates/org.github.desktop.FluentPanel/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Name=Fluent Panel 4 | Name[zh_CN]=Fluent 面板 5 | Type=Service 6 | ServiceTypes=Plasma/LayoutTemplate 7 | X-Plasma-Shell=plasmashell 8 | X-Plasma-ContainmentCategories=panel 9 | X-KDE-PluginInfo-Author=vince liuice 10 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 11 | X-KDE-PluginInfo-Name=org.github.desktop.FluentPanel 12 | X-KDE-PluginInfo-Version=1.0 13 | X-KDE-PluginInfo-Website= 14 | X-KDE-PluginInfo-Category= 15 | X-KDE-PluginInfo-Depends= 16 | X-KDE-PluginInfo-License=GPL 3.0 17 | X-KDE-PluginInfo-EnabledByDefault=true 18 | -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-default.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-green.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-grey.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-light.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-orange.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-pink.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-purple.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-red.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-teal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-teal.png -------------------------------------------------------------------------------- /plasma/look-and-feel/backgrounds/background-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/backgrounds/background-yellow.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-dark-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum-dark 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-dark 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-dark 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentGreenLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-green 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-green-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-green-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-dark-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentGreyDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-grey-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum-dark 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-dark 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-grey-dark 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentGreyLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-grey 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-grey-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-grey-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentOrangeLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-orange 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-orange-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-orange-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-dark-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentPinkDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-pink-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum-dark 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-dark 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-pink-dark 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentPinkLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-pink 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-pink-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-pink-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentPurpleLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-purple 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-purple-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-purple-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-dark-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentRedDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-red-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum-dark 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-dark 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-red-dark 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentRedLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-red 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-red-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-red-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-dark-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum-dark 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-round-dark 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-round-dark 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-green-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-grey-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-round-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-round-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-orange-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-pink-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-purple-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentRedLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-red 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-round-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-round-red-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-red-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-teal-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round-yellow-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=Breeze 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.breeze 23 | theme=Breeze 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-round 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-round/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-dark-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentTealDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-teal-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum-dark 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-dark 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-teal-dark 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentTealLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-teal 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-teal-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-teal-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-dark/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentYellowLight 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-yellow 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=kvantum 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.kwin.aurorae 23 | theme=__aurorae__svg__Fluent-light 24 | 25 | [plasmarc][Theme] 26 | name=Fluent-yellow-light 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent-yellow-light/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/defaults: -------------------------------------------------------------------------------- 1 | [kcminputrc][Mouse] 2 | cursorTheme=Fluent-cursors 3 | 4 | [kdeglobals][General] 5 | ColorScheme=FluentDark 6 | 7 | [kdeglobals][Icons] 8 | Theme=Fluent-dark 9 | 10 | [kdeglobals][KDE] 11 | widgetStyle=Breeze 12 | 13 | [kwinrc][DesktopSwitcher] 14 | LayoutName=org.kde.breeze.desktop 15 | 16 | [kwinrc][WindowSwitcher] 17 | LayoutName=org.kde.breeze.desktop 18 | 19 | [kwinrc][org.kde.kdecoration2] 20 | ButtonsOnLeft= 21 | ButtonsOnRight=IAX 22 | library=org.kde.breeze 23 | theme=Breeze 24 | 25 | [plasmarc][Theme] 26 | name=Fluent 27 | -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/previews/fullscreenpreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/previews/fullscreenpreview.jpg -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/previews/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/previews/preview.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/previews/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/previews/splash.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/splash/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/splash/images/background.png -------------------------------------------------------------------------------- /plasma/look-and-feel/com.github.vinceliuice.Fluent/contents/splash/images/rectangle.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma/plasmoids/org.kde.plasma.win7showdesktop/contents/config/config.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.15 2 | import org.kde.plasma.configuration 3 | 4 | ConfigModel { 5 | ConfigCategory { 6 | name: i18n("General") 7 | icon: "preferences-desktop-color" 8 | source: "config/ConfigGeneral.qml" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /plasma/plasmoids/org.kde.plasma.win7showdesktop/contents/ui/libconfig/CheckBox.qml: -------------------------------------------------------------------------------- 1 | // Version 5 2 | 3 | import QtQuick 4 | import QtQuick.Controls as QQC2 5 | 6 | QQC2.CheckBox { 7 | id: configCheckBox 8 | 9 | property string configKey: '' 10 | checked: plasmoid.configuration[configKey] 11 | onClicked: plasmoid.configuration[configKey] = !plasmoid.configuration[configKey] 12 | } 13 | -------------------------------------------------------------------------------- /sddm/Fluent/assets/login.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/Fluent/assets/login.svgz -------------------------------------------------------------------------------- /sddm/Fluent/assets/logout_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/Fluent/assets/logout_primary.svgz -------------------------------------------------------------------------------- /sddm/Fluent/assets/restart_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/Fluent/assets/restart_primary.svgz -------------------------------------------------------------------------------- /sddm/Fluent/assets/shutdown_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/Fluent/assets/shutdown_primary.svgz -------------------------------------------------------------------------------- /sddm/Fluent/assets/suspend_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/Fluent/assets/suspend_primary.svgz -------------------------------------------------------------------------------- /sddm/Fluent/assets/switch_primary.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/Fluent/assets/switch_primary.svgz -------------------------------------------------------------------------------- /sddm/Fluent/metadata.desktop: -------------------------------------------------------------------------------- 1 | [SddmGreeterTheme] 2 | Name=Fluent 3 | Description=Fluent SDDM Theme 4 | Author=Vince Liuice 5 | Copyright=(c) 2020, Vince Liuice 6 | License=CC-BY-SA 7 | Type=sddm-theme 8 | Version=0.1.0 9 | Website=https://github.com/vinceliuice/Fluent-kde 10 | Screenshot=preview.png 11 | MainScript=Main.qml 12 | ConfigFile=theme.conf 13 | TranslationsDirectory=translations 14 | Email=vinceliuice@hotmail.com 15 | Theme-Id=Fluent 16 | Theme-API=2.0 17 | -------------------------------------------------------------------------------- /sddm/Fluent/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/Fluent/preview.png -------------------------------------------------------------------------------- /sddm/Fluent/theme.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | type=image 3 | color=#0078D4 4 | fontSize=10 5 | background=background.png 6 | -------------------------------------------------------------------------------- /sddm/Fluent/theme.conf.user: -------------------------------------------------------------------------------- 1 | [General] 2 | type=image 3 | -------------------------------------------------------------------------------- /sddm/README.md: -------------------------------------------------------------------------------- 1 | 2 | Fluent sddm theme for KDE Plasma desktop. 3 | 4 | ## Installation 5 | 6 | sudo ./install.sh 7 | 8 | 9 | -------------------------------------------------------------------------------- /sddm/backgrounds/background-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-green.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-grey.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-light.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-orange.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-pink.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-purple.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-red.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-round.png -------------------------------------------------------------------------------- /sddm/backgrounds/background-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background-yellow.png -------------------------------------------------------------------------------- /sddm/backgrounds/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/sddm/backgrounds/background.png -------------------------------------------------------------------------------- /wallpaper/Fluent-green/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-green/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent-green/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-green/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent-green/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-green/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-green/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-green/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-green/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-green 3 | X-KDE-PluginInfo-Name=Fluent-green 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-grey/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-grey/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent-grey/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-grey/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent-grey/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-grey/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-grey/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-grey/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-grey/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-grey 3 | X-KDE-PluginInfo-Name=Fluent-grey 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-orange/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-orange/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent-orange/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-orange/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent-orange/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-orange/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-orange/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-orange/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-orange/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-orange 3 | X-KDE-PluginInfo-Name=Fluent-orange 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-pink/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-pink/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent-pink/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-pink/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent-pink/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-pink/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-pink/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-pink/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-pink/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-pink 3 | X-KDE-PluginInfo-Name=Fluent-pink 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-purple/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-purple/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent-purple/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-purple/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent-purple/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-purple/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-purple/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-purple/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-purple/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-purple 3 | X-KDE-PluginInfo-Name=Fluent-purple 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-red/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-red/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent-red/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-red/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent-red/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-red/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-red/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-red/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-red/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-red 3 | X-KDE-PluginInfo-Name=Fluent-red 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-round-dark/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-round-dark/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-round-dark/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-round-dark/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-round-dark/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-dark 3 | X-KDE-PluginInfo-Name=Fluent-round-dark 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-round-light/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-round-light/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-round-light/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-round-light/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-round-light/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round-light 3 | X-KDE-PluginInfo-Name=Fluent-round-light 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-round/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-round/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-round/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-round/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-round/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-round 3 | X-KDE-PluginInfo-Name=Fluent-round 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent-yellow/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-yellow/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent-yellow/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-yellow/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent-yellow/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-yellow/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent-yellow/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent-yellow/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent-yellow/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent-yellow 3 | X-KDE-PluginInfo-Name=Fluent-yellow 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | -------------------------------------------------------------------------------- /wallpaper/Fluent/contents/images/1920x1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent/contents/images/1920x1080.png -------------------------------------------------------------------------------- /wallpaper/Fluent/contents/images/2560x1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent/contents/images/2560x1440.png -------------------------------------------------------------------------------- /wallpaper/Fluent/contents/images/3840x2160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent/contents/images/3840x2160.png -------------------------------------------------------------------------------- /wallpaper/Fluent/contents/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinceliuice/Fluent-kde/315251f3e0099fc7afa7ab183880141a478f584e/wallpaper/Fluent/contents/screenshot.png -------------------------------------------------------------------------------- /wallpaper/Fluent/metadata.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Fluent 3 | X-KDE-PluginInfo-Name=Fluent 4 | X-KDE-PluginInfo-Author=Vince Liuice 5 | X-KDE-PluginInfo-Email=vinceliuice@hotmail.com 6 | X-KDE-PluginInfo-License=GPLv3 7 | --------------------------------------------------------------------------------