├── preview.png
├── yakuake
└── skins
│ ├── adapta
│ ├── icon.png
│ ├── tabs
│ │ ├── back_tr.png
│ │ ├── left_tr.png
│ │ ├── right_tr.png
│ │ ├── active_tab.png
│ │ ├── inactive_tab.png
│ │ ├── minus_up_tr.png
│ │ ├── plus_down_tr.png
│ │ ├── plus_over_tr.png
│ │ ├── plus_up_tr.png
│ │ ├── separator_tr.png
│ │ ├── minus_down_tr.png
│ │ └── minus_over_tr.png
│ ├── title
│ │ ├── back_tr.png
│ │ ├── focus_up.png
│ │ ├── left_tr.png
│ │ ├── quit_up.png
│ │ ├── right_tr.png
│ │ ├── config_down.png
│ │ ├── config_over.png
│ │ ├── config_up.png
│ │ ├── focus_down.png
│ │ ├── focus_over.png
│ │ ├── quit_down.png
│ │ └── quit_over.png
│ ├── AUTHORS
│ ├── tabs.skin
│ └── title.skin
│ └── adapta-nokto
│ ├── icon.png
│ ├── tabs
│ ├── back_tr.png
│ ├── left_tr.png
│ ├── right_tr.png
│ ├── active_tab.png
│ ├── minus_up_tr.png
│ ├── plus_up_tr.png
│ ├── inactive_tab.png
│ ├── minus_down_tr.png
│ ├── minus_over_tr.png
│ ├── plus_down_tr.png
│ ├── plus_over_tr.png
│ └── separator_tr.png
│ ├── title
│ ├── back_tr.png
│ ├── left_tr.png
│ ├── quit_up.png
│ ├── config_up.png
│ ├── focus_down.png
│ ├── focus_over.png
│ ├── focus_up.png
│ ├── quit_down.png
│ ├── quit_over.png
│ ├── right_tr.png
│ ├── config_down.png
│ └── config_over.png
│ ├── AUTHORS
│ ├── tabs.skin
│ └── title.skin
├── wallpapers
└── Adapta
│ ├── contents
│ ├── screenshot.jpg
│ └── images
│ │ ├── 3840x2160.png
│ │ └── 3840x2400.png
│ ├── AUTHORS
│ └── metadata.desktop
├── plasma
├── desktoptheme
│ └── Adapta
│ │ ├── AUTHORS
│ │ ├── widgets
│ │ ├── calendar.svg
│ │ ├── checkmarks.svg
│ │ ├── arrows.svg
│ │ ├── bar_meter_horizontal.svg
│ │ ├── bar_meter_vertical.svg
│ │ ├── scrollwidget.svg
│ │ └── glowbar.svg
│ │ ├── metadata.desktop
│ │ ├── icons
│ │ ├── applications.svg
│ │ ├── image.svg
│ │ ├── device.svg
│ │ ├── TeamViewer.svg
│ │ ├── ktorrent.svg
│ │ ├── manjaro.svg
│ │ ├── kruler.svg
│ │ ├── korgac.svg
│ │ ├── edit.svg
│ │ ├── plasmavault-error.svg
│ │ ├── internet.svg
│ │ ├── bookmarks.svg
│ │ ├── emblem.svg
│ │ ├── apport.svg
│ │ ├── akonadi.svg
│ │ ├── tools.svg
│ │ ├── face.svg
│ │ ├── drive.svg
│ │ ├── kdf.svg
│ │ ├── kget.svg
│ │ ├── utilities.svg
│ │ ├── kate.svg
│ │ ├── klipper.svg
│ │ ├── nepomuk.svg
│ │ ├── plasmavault.svg
│ │ ├── start.svg
│ │ ├── cantata.svg
│ │ ├── kmail.svg
│ │ ├── juk.svg
│ │ ├── akregator.svg
│ │ ├── printer.svg
│ │ ├── knotes.svg
│ │ ├── kgpg.svg
│ │ ├── ring.svg
│ │ ├── distribute.svg
│ │ ├── view.svg
│ │ ├── notification.svg
│ │ ├── kaffeine.svg
│ │ ├── kteatime.svg
│ │ ├── krfb.svg
│ │ ├── audacious.svg
│ │ ├── krusader_user.svg
│ │ ├── krusader_root.svg
│ │ ├── vlc.svg
│ │ ├── qbittorrent.svg
│ │ ├── kup.svg
│ │ ├── phone.svg
│ │ ├── list.svg
│ │ └── mellowplayer.svg
│ │ └── colors
└── look-and-feel
│ └── com.github.varlesh.adapta
│ ├── AUTHORS
│ ├── contents
│ ├── previews
│ │ ├── preview.png
│ │ └── splash.png
│ ├── defaults
│ └── splash
│ │ ├── Splash.qml
│ │ └── images
│ │ ├── start-here-kde-logo.svg
│ │ └── start-here-kde-animation.svg
│ └── metadata.desktop
├── aurorae
└── themes
│ └── Adapta
│ ├── AUTHORS
│ ├── metadata.desktop
│ ├── Adaptarc
│ ├── alldesktops.svg
│ ├── minimize.svg
│ ├── keepabove.svg
│ ├── keepbelow.svg
│ └── maximize.svg
├── Kvantum
├── Adapta
│ └── AUTHORS
└── AdaptaNokto
│ └── AUTHORS
├── konsole
├── Adapta.colorscheme
└── AdaptaNokto.colorscheme
├── Makefile
├── install.sh
└── color-schemes
├── Adapta.colors
└── AdaptaNokto.colors
/preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/preview.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/icon.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/icon.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/back_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/back_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/left_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/left_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/right_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/right_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/back_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/back_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/focus_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/focus_up.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/left_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/left_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/quit_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/quit_up.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/right_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/right_tr.png
--------------------------------------------------------------------------------
/wallpapers/Adapta/contents/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/wallpapers/Adapta/contents/screenshot.jpg
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/active_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/active_tab.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/inactive_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/inactive_tab.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/minus_up_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/minus_up_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/plus_down_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/plus_down_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/plus_over_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/plus_over_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/plus_up_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/plus_up_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/separator_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/separator_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/config_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/config_down.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/config_over.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/config_over.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/config_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/config_up.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/focus_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/focus_down.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/focus_over.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/focus_over.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/quit_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/quit_down.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title/quit_over.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/title/quit_over.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/back_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/back_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/left_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/left_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/right_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/right_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/back_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/back_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/left_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/left_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/quit_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/quit_up.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/minus_down_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/minus_down_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs/minus_over_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta/tabs/minus_over_tr.png
--------------------------------------------------------------------------------
/wallpapers/Adapta/contents/images/3840x2160.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/wallpapers/Adapta/contents/images/3840x2160.png
--------------------------------------------------------------------------------
/wallpapers/Adapta/contents/images/3840x2400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/wallpapers/Adapta/contents/images/3840x2400.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/active_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/active_tab.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/minus_up_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/minus_up_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/plus_up_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/plus_up_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/config_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/config_up.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/focus_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/focus_down.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/focus_over.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/focus_over.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/focus_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/focus_up.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/quit_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/quit_down.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/quit_over.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/quit_over.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/right_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/right_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/inactive_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/inactive_tab.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/minus_down_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/minus_down_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/minus_over_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/minus_over_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/plus_down_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/plus_down_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/plus_over_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/plus_over_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs/separator_tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/tabs/separator_tr.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/config_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/config_down.png
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title/config_over.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/yakuake/skins/adapta-nokto/title/config_over.png
--------------------------------------------------------------------------------
/wallpapers/Adapta/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ Adapta wallpaper ------------------------
2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
3 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ PLASMA 5 THEME ------------------------
2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
3 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ Adapta aurorae for KDE ------------------------
2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
3 |
--------------------------------------------------------------------------------
/yakuake/skins/adapta/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ Adapta Yakuake Skin ------------------------
2 |
3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
4 |
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ Adapta Yakuake Skin ------------------------
2 |
3 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
4 |
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ Adapta Look and Feel ------------------------
2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
3 |
4 |
5 |
--------------------------------------------------------------------------------
/wallpapers/Adapta/metadata.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=Adapta
3 | X-KDE-PluginInfo-Name=Adapta
4 | X-KDE-PluginInfo-Author=Alexey Varfolomeev
5 | X-KDE-PluginInfo-Website=
6 | X-KDE-PluginInfo-License=GPL v3
7 |
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/contents/previews/preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/plasma/look-and-feel/com.github.varlesh.adapta/contents/previews/preview.png
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/contents/previews/splash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/PapirusDevelopmentTeam/adapta-kde/HEAD/plasma/look-and-feel/com.github.varlesh.adapta/contents/previews/splash.png
--------------------------------------------------------------------------------
/Kvantum/Adapta/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ Adapta Kvantum Theme ------------------------
2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
3 |
4 | Based on KvAdapta by Tsu Jan - https://github.com/tsujan/Kvantum/tree/master/Kvantum/themes/kvthemes/KvAdapta
5 |
--------------------------------------------------------------------------------
/Kvantum/AdaptaNokto/AUTHORS:
--------------------------------------------------------------------------------
1 | ------------------------ Adapta Nokto Kvantum Theme ------------------------
2 | Alexey Varfolomeev - https://github.com/PapirusDevelopmentTeam/adapta-kde
3 |
4 | Based on KvAdaptaDark by Tsu Jan - https://github.com/tsujan/Kvantum/tree/master/Kvantum/themes/kvthemes/KvAdaptaDark
5 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/widgets/calendar.svg:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/metadata.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=Adapta
3 | X-KDE-PluginInfo-Author=varlesh
4 | X-KDE-PluginInfo-Category=
5 | X-KDE-PluginInfo-Depends=
6 | X-KDE-PluginInfo-Email=varlesh@gmail.com
7 | X-KDE-PluginInfo-EnabledByDefault=true
8 | X-KDE-PluginInfo-License=GPL v3
9 | X-KDE-PluginInfo-Name=Adapta
10 | X-KDE-PluginInfo-Version=1.0
11 |
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/contents/defaults:
--------------------------------------------------------------------------------
1 | [kdeglobals][KDE]
2 | widgetStyle=kvantum
3 |
4 | [kdeglobals][General]
5 | ColorScheme=Adapta
6 |
7 | [kdeglobals][Icons]
8 | Theme=Papirus-Adapta
9 |
10 | [plasmarc][Theme]
11 | name=Adapta
12 |
13 | [kwinrc][org.kde.kdecoration2]
14 | theme=__aurorae__svg__Adapta
15 |
16 | [kcminputrc][Mouse]
17 | cursorTheme=breeze_cursors
18 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/metadata.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=Adapta
3 |
4 | X-KDE-PluginInfo-Author=Alexey Varfolomeev
5 | X-KDE-PluginInfo-Email=varlesh@gmail.com
6 | X-KDE-PluginInfo-Name=Adapta
7 | X-KDE-PluginInfo-Version=
8 | X-KDE-PluginInfo-Website=
9 | X-KDE-PluginInfo-Category=
10 | X-KDE-PluginInfo-Depends=
11 | X-KDE-PluginInfo-License=CCPL:by-sa
12 | X-KDE-PluginInfo-EnabledByDefault=true
13 |
14 | [ContrastEffect]
15 | enabled=false
16 | contrast=0.2
17 | intensity=0.4
18 | saturation=1.7
19 |
--------------------------------------------------------------------------------
/yakuake/skins/adapta/tabs.skin:
--------------------------------------------------------------------------------
1 | [Description]
2 | Skin=Adapta
3 | Author=Alexey Varfolomeev
4 | Email=varlesh@gmail.com
5 | Web=https://github.com/PapirusDevelopmentTeam/adapta-kde
6 | Icon=/icon.png
7 |
8 | [Tabs]
9 | x=19
10 | y=0
11 | red=65
12 | green=76
13 | blue=82
14 | selected_background=/tabs/active_tab.png
15 | unselected_background=/tabs/inactive_tab.png
16 |
17 | [Background]
18 | back_image=/tabs/back_tr.png
19 | left_corner=/tabs/left_tr.png
20 | right_corner=/tabs/right_tr.png
21 |
22 | [PlusButton]
23 | x=3
24 | y=3
25 | up_image=/tabs/plus_up_tr.png
26 | over_image=/tabs/plus_over_tr.png
27 | down_image=/tabs/plus_down_tr.png
28 |
29 | [MinusButton]
30 | x=19
31 | y=3
32 | up_image=/tabs/minus_up_tr.png
33 | over_image=/tabs/minus_over_tr.png
34 | down_image=/tabs/minus_down_tr.png
35 |
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/tabs.skin:
--------------------------------------------------------------------------------
1 | [Description]
2 | Skin=Adapta Nokto
3 | Author=Alexey Varfolomeev
4 | Email=varlesh@gmail.com
5 | Web=https://github.com/PapirusDevelopmentTeam/adapta-kde
6 | Icon=/icon.png
7 |
8 | [Tabs]
9 | x=19
10 | y=0
11 | red=207
12 | green=216
13 | blue=220
14 | selected_background=/tabs/active_tab.png
15 | unselected_background=/tabs/inactive_tab.png
16 |
17 | [Background]
18 | back_image=/tabs/back_tr.png
19 | left_corner=/tabs/left_tr.png
20 | right_corner=/tabs/right_tr.png
21 |
22 | [PlusButton]
23 | x=3
24 | y=3
25 | up_image=/tabs/plus_up_tr.png
26 | over_image=/tabs/plus_over_tr.png
27 | down_image=/tabs/plus_down_tr.png
28 |
29 | [MinusButton]
30 | x=19
31 | y=3
32 | up_image=/tabs/minus_up_tr.png
33 | over_image=/tabs/minus_over_tr.png
34 | down_image=/tabs/minus_down_tr.png
35 |
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/metadata.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Comment=Adapta Style
3 |
4 | Encoding=UTF-8
5 | Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;
6 | Name=Adapta
7 |
8 | Type=Service
9 |
10 | X-KDE-ServiceTypes=Plasma/LookAndFeel
11 | X-KDE-ParentApp=
12 | X-KDE-PluginInfo-Author=Alexey Varfolomeev
13 | X-KDE-PluginInfo-Category=
14 | X-KDE-PluginInfo-Email=
15 | X-KDE-PluginInfo-License=GPLv3
16 | X-KDE-PluginInfo-Name=com.github.varlesh.adapta
17 | X-KDE-PluginInfo-Version=
18 | X-KDE-PluginInfo-Website=https://github.com/PapirusDevelopmentTeam/adapta-kde
19 | X-KDE-fallbackPackage=org.kde.breeze.desktop
20 | X-Plasma-MainScript=defaults
21 | X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/1191689,kns://plasma-themes.knsrc/api.kde-look.org/1191695,kns://aurorae.knsrc/api.kde-look.org/1191690,kns://icons.knsrc/api.kde-look.org/1166289
22 |
--------------------------------------------------------------------------------
/yakuake/skins/adapta/title.skin:
--------------------------------------------------------------------------------
1 | [Description]
2 | Skin=Adapta
3 | Author=Alexey Varfolomeev
4 | Email=varlesh@gmail.com
5 | Web=https://github.com/PapirusDevelopmentTeam/adapta-kde
6 | Icon=/icon.png
7 |
8 | [Border]
9 | red=46
10 | green=51
11 | blue=64
12 | width=0
13 |
14 | [Text]
15 | x=3
16 | y=18
17 | red=207
18 | green=216
19 | blue=220
20 | text=
21 | bold=true
22 |
23 | [Background]
24 | back_image=/title/back_tr.png
25 | left_corner=/title/left_tr.png
26 | right_corner=/title/right_tr.png
27 |
28 | [FocusButton]
29 | x=71
30 | y=4
31 | up_image=/title/focus_up.png
32 | over_image=/title/focus_over.png
33 | down_image=/title/focus_down.png
34 |
35 | [ConfigButton]
36 | x=47
37 | y=4
38 | up_image=/title/config_up.png
39 | over_image=/title/config_over.png
40 | down_image=/title/config_down.png
41 |
42 | [QuitButton]
43 | x=23
44 | y=4
45 | up_image=/title/quit_up.png
46 | over_image=/title/quit_over.png
47 | down_image=/title/quit_down.png
48 |
--------------------------------------------------------------------------------
/yakuake/skins/adapta-nokto/title.skin:
--------------------------------------------------------------------------------
1 | [Description]
2 | Skin=Adapta Nokto
3 | Author=Alexey Varfolomeev
4 | Email=varlesh@gmail.com
5 | Web=https://github.com/PapirusDevelopmentTeam/adapta-kde
6 | Icon=/icon.png
7 |
8 | [Border]
9 | red=46
10 | green=51
11 | blue=64
12 | width=0
13 |
14 | [Text]
15 | x=3
16 | y=18
17 | red=207
18 | green=216
19 | blue=220
20 | text=
21 | bold=true
22 |
23 | [Background]
24 | back_image=/title/back_tr.png
25 | left_corner=/title/left_tr.png
26 | right_corner=/title/right_tr.png
27 |
28 | [FocusButton]
29 | x=71
30 | y=4
31 | up_image=/title/focus_up.png
32 | over_image=/title/focus_over.png
33 | down_image=/title/focus_down.png
34 |
35 | [ConfigButton]
36 | x=47
37 | y=4
38 | up_image=/title/config_up.png
39 | over_image=/title/config_over.png
40 | down_image=/title/config_down.png
41 |
42 | [QuitButton]
43 | x=23
44 | y=4
45 | up_image=/title/quit_up.png
46 | over_image=/title/quit_over.png
47 | down_image=/title/quit_down.png
48 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/Adaptarc:
--------------------------------------------------------------------------------
1 | [General]
2 | ActiveFocusedTabColor=78,78,78
3 | ActiveTextColor=207,216,220
4 | ActiveTextShadowColor=255,255,255,255
5 | ActiveUnfocusedTabColor=120,120,120
6 | Animation=0
7 | InactiveFocusedTabColor=120,120,120
8 | InactiveTextColor=102,113,118
9 | InactiveTextShadowColor=255,255,255,255
10 | InactiveUnfocusedTabColor=120,120,120
11 | LeftButtons=XIA
12 | RightButtons=
13 | Shadow=false
14 | TextShadowOffsetX=1
15 | TextShadowOffsetY=1
16 | TitleAlignment=Center
17 | TitleVerticalAlignment=Center
18 | UseTextShadow=true
19 |
20 | [Layout]
21 | BorderBottom=1
22 | BorderLeft=1
23 | BorderRight=1
24 | ButtonHeight=22
25 | ButtonMarginTop=0
26 | ButtonSpacing=5
27 | ButtonWidth=22
28 | ExplicitButtonSpacer=0
29 | PaddingBottom=14
30 | PaddingLeft=5
31 | PaddingRight=5
32 | PaddingTop=2
33 | TitleBorderLeft=50
34 | TitleBorderRight=50
35 | TitleEdgeBottom=5
36 | TitleEdgeBottomMaximized=4
37 | TitleEdgeLeft=10
38 | TitleEdgeLeftMaximized=4
39 | TitleEdgeRight=10
40 | TitleEdgeRightMaximized=10
41 | TitleEdgeTop=4
42 | TitleEdgeTopMaximized=4
43 | TitleHeight=15
44 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/applications.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/konsole/Adapta.colorscheme:
--------------------------------------------------------------------------------
1 | [Background]
2 | Color=250,251,252
3 |
4 | [BackgroundFaint]
5 | Color=250,251,252
6 |
7 | [BackgroundIntense]
8 | Color=250,251,252
9 |
10 | [Color0]
11 | Color=66,66,72
12 |
13 | [Color0Faint]
14 | Color=78,78,88
15 |
16 | [Color0Intense]
17 | Color=162,166,176
18 |
19 | [Color1]
20 | Color=225,66,69
21 |
22 | [Color1Faint]
23 | Color=120,50,40
24 |
25 | [Color1Intense]
26 | Color=225,111,126
27 |
28 | [Color2]
29 | Color=119,163,68
30 |
31 | [Color2Faint]
32 | Color=84,130,44
33 |
34 | [Color2Intense]
35 | Color=124,191,83
36 |
37 | [Color3]
38 | Color=246,159,59
39 |
40 | [Color3Faint]
41 | Color=182,86,25
42 |
43 | [Color3Intense]
44 | Color=253,179,87
45 |
46 | [Color4]
47 | Color=72,119,177
48 |
49 | [Color4Faint]
50 | Color=43,72,107
51 |
52 | [Color4Intense]
53 | Color=108,152,191
54 |
55 | [Color5]
56 | Color=140,92,161
57 |
58 | [Color5Faint]
59 | Color=85,65,102
60 |
61 | [Color5Intense]
62 | Color=184,147,208
63 |
64 | [Color6]
65 | Color=0,188,211
66 |
67 | [Color6Faint]
68 | Color=27,102,143
69 |
70 | [Color6Intense]
71 | Color=134,202,226
72 |
73 | [Color7]
74 | Color=197,198,213
75 |
76 | [Color7Faint]
77 | Color=78,78,88
78 |
79 | [Color7Intense]
80 | Color=255,255,255
81 |
82 | [Foreground]
83 | Color=65,76,82
84 |
85 | [ForegroundFaint]
86 | Color=65,76,82
87 |
88 | [ForegroundIntense]
89 | Color=77,80,95
90 |
91 | [General]
92 | Description=Adapta
93 | Opacity=1
94 | Wallpaper=
95 |
--------------------------------------------------------------------------------
/konsole/AdaptaNokto.colorscheme:
--------------------------------------------------------------------------------
1 | [Background]
2 | Color=38,50,56
3 |
4 | [BackgroundFaint]
5 | Color=38,50,56
6 |
7 | [BackgroundIntense]
8 | Color=38,50,56
9 |
10 | [Color0]
11 | Color=34,45,50
12 |
13 | [Color0Faint]
14 | Color=39,49,58
15 |
16 | [Color0Intense]
17 | Color=85,96,100
18 |
19 | [Color1]
20 | Color=225,66,69
21 |
22 | [Color1Faint]
23 | Color=120,50,40
24 |
25 | [Color1Intense]
26 | Color=225,111,126
27 |
28 | [Color2]
29 | Color=92,167,91
30 |
31 | [Color2Faint]
32 | Color=75,124,22
33 |
34 | [Color2Intense]
35 | Color=173,212,136
36 |
37 | [Color3]
38 | Color=246,171,50
39 |
40 | [Color3Faint]
41 | Color=182,86,25
42 |
43 | [Color3Intense]
44 | Color=253,195,95
45 |
46 | [Color4]
47 | Color=72,119,177
48 |
49 | [Color4Faint]
50 | Color=43,72,107
51 |
52 | [Color4Intense]
53 | Color=140,169,191
54 |
55 | [Color5]
56 | Color=166,96,195
57 |
58 | [Color5Faint]
59 | Color=97,74,115
60 |
61 | [Color5Intense]
62 | Color=226,175,236
63 |
64 | [Color6]
65 | Color=0,188,212
66 |
67 | [Color6Faint]
68 | Color=27,102,143
69 |
70 | [Color6Intense]
71 | Color=115,197,226
72 |
73 | [Color7]
74 | Color=169,169,170
75 |
76 | [Color7Faint]
77 | Color=99,104,109
78 |
79 | [Color7Intense]
80 | Color=252,252,252
81 |
82 | [Foreground]
83 | Color=211,218,227
84 |
85 | [ForegroundFaint]
86 | Color=211,218,227
87 |
88 | [ForegroundIntense]
89 | Color=252,252,252
90 |
91 | [General]
92 | Description=Adapta Nokto
93 | Opacity=1
94 | Wallpaper=
95 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/image.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/device.svg:
--------------------------------------------------------------------------------
1 |
23 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/TeamViewer.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/contents/splash/Splash.qml:
--------------------------------------------------------------------------------
1 | import QtQuick 2.5
2 | import QtGraphicalEffects 1.0
3 |
4 | Rectangle {
5 | id: root
6 | color: "#00bcd4"
7 |
8 | property int stage
9 |
10 | onStageChanged: {
11 | if (stage == 1) {
12 | introAnimation.running = true
13 | }
14 | }
15 |
16 | Item {
17 | id: content
18 | anchors.fill: parent
19 | opacity: 0
20 | TextMetrics {
21 | id: units
22 | text: "M"
23 | property int gridUnit: boundingRect.height
24 | property int largeSpacing: units.gridUnit
25 | property int smallSpacing: Math.max(2, gridUnit/4)
26 | }
27 |
28 | Image {
29 | id: animation
30 | anchors.centerIn: parent
31 | source: "images/start-here-kde-animation.svg"
32 | sourceSize.height: size
33 | sourceSize.width: size
34 | RotationAnimator on rotation {
35 | id: rotationAnimator
36 | from: 0
37 | to: 360
38 | duration: 2000
39 | loops: Animation.Infinite
40 | }
41 | }
42 | }
43 |
44 | OpacityAnimator {
45 | id: introAnimation
46 | running: false
47 | target: content
48 | from: 0
49 | to: 1
50 | duration: 1000
51 | easing.type: Easing.InOutQuad
52 | }
53 | Image {
54 | id: logo
55 | anchors.centerIn: parent
56 | source: "images/start-here-kde-logo.svg"
57 | sourceSize.height: size
58 | sourceSize.width: size
59 | }
60 | }
61 |
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/contents/splash/images/start-here-kde-logo.svg:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/ktorrent.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/manjaro.svg:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kruler.svg:
--------------------------------------------------------------------------------
1 |
24 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/korgac.svg:
--------------------------------------------------------------------------------
1 |
21 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/edit.svg:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/plasmavault-error.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | # GNU make is required to run this file. To install on *BSD, run:
2 | # gmake PREFIX=/usr/local install
3 |
4 | PREFIX ?= /usr
5 | IGNORE ?=
6 | THEMES ?= aurorae color-schemes konsole Kvantum plasma wallpapers yakuake
7 |
8 | # excludes IGNORE from THEMES list
9 | THEMES := $(filter-out $(IGNORE), $(THEMES))
10 |
11 | all:
12 |
13 | install:
14 | mkdir -p $(DESTDIR)$(PREFIX)/share
15 | cp -R $(THEMES) $(DESTDIR)$(PREFIX)/share
16 |
17 | uninstall:
18 | -rm -rf $(DESTDIR)$(PREFIX)/share/aurorae/themes/Adapta
19 | -rm -r $(DESTDIR)$(PREFIX)/share/color-schemes/Adapta.colors
20 | -rm -r $(DESTDIR)$(PREFIX)/share/color-schemes/AdaptaNokto.colors
21 | -rm -r $(DESTDIR)$(PREFIX)/share/konsole/Adapta.colorscheme
22 | -rm -r $(DESTDIR)$(PREFIX)/share/konsole/AdaptaNokto.colorscheme
23 | -rm -rf $(DESTDIR)$(PREFIX)/share/Kvantum/Adapta
24 | -rm -rf $(DESTDIR)$(PREFIX)/share/Kvantum/AdaptaNokto
25 | -rm -rf $(DESTDIR)$(PREFIX)/share/plasma/desktoptheme/Adapta
26 | -rm -rf $(DESTDIR)$(PREFIX)/share/plasma/look-and-feel/com.github.varlesh.adapta
27 | -rm -rf $(DESTDIR)$(PREFIX)/share/wallpapers/Adapta
28 | -rm -rf $(DESTDIR)$(PREFIX)/share/yakuake/skins/adapta
29 | -rm -rf $(DESTDIR)$(PREFIX)/share/yakuake/skins/adapta-nokto
30 |
31 | _get_version:
32 | $(eval VERSION := $(shell git show -s --format=%cd --date=format:%Y%m%d HEAD))
33 | @echo $(VERSION)
34 |
35 | dist: _get_version
36 | git archive --format=tar.gz -o $(notdir $(CURDIR))-$(VERSION).tar.gz master -- $(THEMES)
37 |
38 | release: _get_version
39 | git tag -f $(VERSION)
40 | git push origin
41 | git push origin --tags
42 |
43 | undo_release: _get_version
44 | -git tag -d $(VERSION)
45 | -git push --delete origin $(VERSION)
46 |
47 |
48 | .PHONY: all install uninstall _get_version dist release undo_release
49 |
50 | # .BEGIN is ignored by GNU make so we can use it as a guard
51 | .BEGIN:
52 | @head -3 Makefile
53 | @false
54 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/internet.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/bookmarks.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/emblem.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/apport.svg:
--------------------------------------------------------------------------------
1 |
21 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/akonadi.svg:
--------------------------------------------------------------------------------
1 |
15 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/tools.svg:
--------------------------------------------------------------------------------
1 |
21 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/widgets/checkmarks.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/plasma/look-and-feel/com.github.varlesh.adapta/contents/splash/images/start-here-kde-animation.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/face.svg:
--------------------------------------------------------------------------------
1 |
20 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/drive.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kdf.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kget.svg:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/utilities.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kate.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/klipper.svg:
--------------------------------------------------------------------------------
1 |
33 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/nepomuk.svg:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/plasmavault.svg:
--------------------------------------------------------------------------------
1 |
21 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/start.svg:
--------------------------------------------------------------------------------
1 |
23 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/cantata.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kmail.svg:
--------------------------------------------------------------------------------
1 |
24 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/widgets/arrows.svg:
--------------------------------------------------------------------------------
1 |
21 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/juk.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/akregator.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/widgets/bar_meter_horizontal.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/widgets/bar_meter_vertical.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/printer.svg:
--------------------------------------------------------------------------------
1 |
31 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/knotes.svg:
--------------------------------------------------------------------------------
1 |
28 |
--------------------------------------------------------------------------------
/install.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | set -e
4 |
5 | gh_repo="adapta-kde"
6 | gh_desc="Adapta KDE"
7 |
8 | cat <<- EOF
9 |
10 |
11 |
12 | aaa dd tt
13 | aa aa ddddd aaaaa ppppp ttttttt aaaaa
14 | aaaaaaa dd dd aa aa pp pp tt aa aa
15 | aa aa dd dd aa aa pp pp tt aa aa
16 | aa aa ddddd aaaaa ppppp ttt aaaaa
17 | pp
18 | kk kk ddddd eeeeeee pp
19 | kk kk dd dd ee
20 | kkk dd dd eeeee
21 | kk kk dd dd ee
22 | kk kk ddddd eeeeeee
23 |
24 |
25 |
26 | $gh_desc
27 | https://github.com/PapirusDevelopmentTeam/$gh_repo
28 |
29 |
30 | EOF
31 |
32 | : "${PREFIX:=/usr}"
33 | : "${TAG:=master}"
34 | : "${uninstall:=false}"
35 |
36 | _msg() {
37 | echo "=>" "$@" >&2
38 | }
39 |
40 | _rm() {
41 | # removes parent directories if empty
42 | sudo rm -rf "$1"
43 | sudo rmdir -p "$(dirname "$1")" 2>/dev/null || true
44 | }
45 |
46 | _download() {
47 | _msg "Getting the latest version from GitHub ..."
48 | wget -O "$temp_file" \
49 | "https://github.com/PapirusDevelopmentTeam/$gh_repo/archive/$TAG.tar.gz"
50 | _msg "Unpacking archive ..."
51 | tar -xzf "$temp_file" -C "$temp_dir"
52 | }
53 |
54 | _uninstall() {
55 | _msg "Deleting $gh_desc ..."
56 | _rm "$PREFIX/share/aurorae/themes/Adapta"
57 | _rm "$PREFIX/share/color-schemes/Adapta.colors"
58 | _rm "$PREFIX/share/color-schemes/AdaptaNokto.colors"
59 | _rm "$PREFIX/share/konsole/Adapta.colorscheme"
60 | _rm "$PREFIX/share/konsole/AdaptaNokto.colorscheme"
61 | _rm "$PREFIX/share/Kvantum/Adapta"
62 | _rm "$PREFIX/share/Kvantum/AdaptaNokto"
63 | _rm "$PREFIX/share/plasma/desktoptheme/Adapta"
64 | _rm "$PREFIX/share/plasma/look-and-feel/com.github.varlesh.adapta"
65 | _rm "$PREFIX/share/wallpapers/Adapta"
66 | _rm "$PREFIX/share/yakuake/skins/adapta"
67 | _rm "$PREFIX/share/yakuake/skins/adapta-nokto"
68 | }
69 |
70 | _install() {
71 | _msg "Installing ..."
72 | sudo cp -R \
73 | "$temp_dir/$gh_repo-$TAG/aurorae" \
74 | "$temp_dir/$gh_repo-$TAG/color-schemes" \
75 | "$temp_dir/$gh_repo-$TAG/konsole" \
76 | "$temp_dir/$gh_repo-$TAG/Kvantum" \
77 | "$temp_dir/$gh_repo-$TAG/plasma" \
78 | "$temp_dir/$gh_repo-$TAG/wallpapers" \
79 | "$temp_dir/$gh_repo-$TAG/yakuake" \
80 | "$PREFIX/share"
81 | }
82 |
83 | _cleanup() {
84 | _msg "Clearing cache ..."
85 | rm -rf "$temp_file" "$temp_dir" \
86 | ~/.cache/plasma-svgelements-Adapta* \
87 | ~/.cache/plasma_theme_Adapta*.kcache
88 | _msg "Done!"
89 | }
90 |
91 | trap _cleanup EXIT HUP INT TERM
92 |
93 | temp_file="$(mktemp -u)"
94 | temp_dir="$(mktemp -d)"
95 |
96 | if [ "$uninstall" = "false" ]; then
97 | _download
98 | _uninstall
99 | _install
100 | else
101 | _uninstall
102 | fi
103 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/widgets/scrollwidget.svg:
--------------------------------------------------------------------------------
1 |
26 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kgpg.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/ring.svg:
--------------------------------------------------------------------------------
1 |
23 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/colors:
--------------------------------------------------------------------------------
1 | [ColorEffects:Disabled]
2 | Color=56,56,56
3 | ColorAmount=0
4 | ColorEffect=0
5 | ContrastAmount=0.65
6 | ContrastEffect=1
7 | IntensityAmount=0.1
8 | IntensityEffect=2
9 |
10 | [ColorEffects:Inactive]
11 | ChangeSelectionColor=true
12 | Color=112,111,110
13 | ColorAmount=0.025
14 | ColorEffect=2
15 | ContrastAmount=0.1
16 | ContrastEffect=2
17 | Enable=false
18 | IntensityAmount=0
19 | IntensityEffect=0
20 |
21 | [Colors:Button]
22 | BackgroundAlternate=77,77,77
23 | BackgroundNormal=34,45,50
24 | DecorationFocus=0,188,212
25 | DecorationHover=0,188,212
26 | ForegroundActive=61,174,233
27 | ForegroundInactive=102,113,118
28 | ForegroundLink=0,188,212
29 | ForegroundNegative=218,68,83
30 | ForegroundNeutral=246,116,0
31 | ForegroundNormal=255,255,255
32 | ForegroundPositive=0,150,136
33 | ForegroundVisited=0,188,212
34 |
35 | [Colors:Complementary]
36 | BackgroundAlternate=59,64,69
37 | BackgroundNormal=49,54,59
38 | DecorationFocus=30,146,255
39 | DecorationHover=61,174,230
40 | ForegroundActive=246,116,0
41 | ForegroundInactive=175,176,179
42 | ForegroundLink=61,174,230
43 | ForegroundNegative=237,21,21
44 | ForegroundNeutral=201,206,59
45 | ForegroundNormal=239,240,241
46 | ForegroundPositive=17,209,22
47 | ForegroundVisited=61,174,230
48 |
49 | [Colors:Selection]
50 | BackgroundAlternate=29,153,243
51 | BackgroundNormal=0,188,212
52 | DecorationFocus=0,188,212
53 | DecorationHover=0,188,212
54 | ForegroundActive=252,252,252
55 | ForegroundInactive=255,255,255
56 | ForegroundLink=253,188,75
57 | ForegroundNegative=218,68,83
58 | ForegroundNeutral=246,116,0
59 | ForegroundNormal=255,255,255
60 | ForegroundPositive=0,150,136
61 | ForegroundVisited=189,195,199
62 |
63 | [Colors:Tooltip]
64 | BackgroundAlternate=77,77,77
65 | BackgroundNormal=34,45,50
66 | DecorationFocus=0,188,212
67 | DecorationHover=0,188,212
68 | ForegroundActive=61,174,233
69 | ForegroundInactive=102,113,118
70 | ForegroundLink=0,188,212
71 | ForegroundNegative=218,68,83
72 | ForegroundNeutral=246,116,0
73 | ForegroundNormal=207,216,220
74 | ForegroundPositive=0,150,136
75 | ForegroundVisited=0,188,212
76 |
77 | [Colors:View]
78 | BackgroundAlternate=49,54,59
79 | BackgroundNormal=34,45,50
80 | DecorationFocus=0,188,212
81 | DecorationHover=0,188,212
82 | ForegroundActive=61,174,233
83 | ForegroundInactive=102,113,118
84 | ForegroundLink=0,188,212
85 | ForegroundNegative=218,68,83
86 | ForegroundNeutral=246,116,0
87 | ForegroundNormal=207,216,220
88 | ForegroundPositive=0,150,136
89 | ForegroundVisited=0,188,212
90 |
91 | [Colors:Window]
92 | BackgroundAlternate=77,77,77
93 | BackgroundNormal=38,50,56
94 | DecorationFocus=0,188,212
95 | DecorationHover=0,188,212
96 | ForegroundActive=61,174,233
97 | ForegroundInactive=102,113,118
98 | ForegroundLink=0,188,212
99 | ForegroundNegative=218,68,83
100 | ForegroundNeutral=246,116,0
101 | ForegroundNormal=207,216,220
102 | ForegroundPositive=0,150,136
103 | ForegroundVisited=0,188,212
104 |
105 | [General]
106 | ColorScheme=Breeze Dark
107 | Name=Adapta
108 | shadeSortColumn=true
109 |
110 | [KDE]
111 | contrast=4
112 |
113 | [WM]
114 | activeBackground=34,45,50
115 | activeBlend=34,45,50
116 | activeForeground=207,216,220
117 | inactiveBackground=34,45,50
118 | inactiveBlend=34,45,50
119 | inactiveForeground=102,113,118
120 |
--------------------------------------------------------------------------------
/color-schemes/Adapta.colors:
--------------------------------------------------------------------------------
1 | [ColorEffects:Disabled]
2 | Color=56,56,56
3 | ColorAmount=0
4 | ColorEffect=0
5 | ContrastAmount=0.65
6 | ContrastEffect=1
7 | IntensityAmount=0.1
8 | IntensityEffect=2
9 |
10 | [ColorEffects:Inactive]
11 | ChangeSelectionColor=true
12 | Color=112,111,110
13 | ColorAmount=0.025
14 | ColorEffect=2
15 | ContrastAmount=0.1
16 | ContrastEffect=2
17 | Enable=false
18 | IntensityAmount=0
19 | IntensityEffect=0
20 |
21 | [Colors:Button]
22 | BackgroundAlternate=189,195,199
23 | BackgroundNormal=250,251,252
24 | DecorationFocus=0,188,212
25 | DecorationHover=0,188,212
26 | ForegroundActive=61,174,233
27 | ForegroundInactive=102,113,118
28 | ForegroundLink=41,128,185
29 | ForegroundNegative=218,68,83
30 | ForegroundNeutral=246,116,0
31 | ForegroundNormal=49,54,59
32 | ForegroundPositive=0,150,136
33 | ForegroundVisited=127,140,141
34 |
35 | [Colors:Complementary]
36 | BackgroundAlternate=59,64,69
37 | BackgroundNormal=49,54,59
38 | DecorationFocus=30,146,255
39 | DecorationHover=61,174,230
40 | ForegroundActive=246,116,0
41 | ForegroundInactive=175,176,179
42 | ForegroundLink=61,174,230
43 | ForegroundNegative=237,21,21
44 | ForegroundNeutral=201,206,59
45 | ForegroundNormal=239,240,241
46 | ForegroundPositive=17,209,22
47 | ForegroundVisited=61,174,230
48 |
49 | [Colors:Selection]
50 | BackgroundAlternate=29,153,243
51 | BackgroundNormal=0,188,212
52 | DecorationFocus=0,188,212
53 | DecorationHover=0,188,212
54 | ForegroundActive=252,252,252
55 | ForegroundInactive=255,255,255
56 | ForegroundLink=253,188,75
57 | ForegroundNegative=218,68,83
58 | ForegroundNeutral=246,116,0
59 | ForegroundNormal=255,255,255
60 | ForegroundPositive=0,150,136
61 | ForegroundVisited=189,195,199
62 |
63 | [Colors:Tooltip]
64 | BackgroundAlternate=77,77,77
65 | BackgroundNormal=34,45,50
66 | DecorationFocus=0,188,212
67 | DecorationHover=0,188,212
68 | ForegroundActive=61,174,233
69 | ForegroundInactive=102,113,118
70 | ForegroundLink=41,128,185
71 | ForegroundNegative=218,68,83
72 | ForegroundNeutral=246,116,0
73 | ForegroundNormal=163,172,172
74 | ForegroundPositive=0,150,136
75 | ForegroundVisited=127,140,141
76 |
77 | [Colors:View]
78 | BackgroundAlternate=239,240,241
79 | BackgroundNormal=255,255,255
80 | DecorationFocus=0,188,212
81 | DecorationHover=0,188,212
82 | ForegroundActive=61,174,233
83 | ForegroundInactive=102,113,118
84 | ForegroundLink=41,128,185
85 | ForegroundNegative=218,68,83
86 | ForegroundNeutral=246,116,0
87 | ForegroundNormal=65,76,82
88 | ForegroundPositive=0,150,136
89 | ForegroundVisited=127,140,141
90 |
91 | [Colors:Window]
92 | BackgroundAlternate=189,195,199
93 | BackgroundNormal=250,251,252
94 | DecorationFocus=0,188,212
95 | DecorationHover=0,188,212
96 | ForegroundActive=61,174,233
97 | ForegroundInactive=102,113,118
98 | ForegroundLink=41,128,185
99 | ForegroundNegative=218,68,83
100 | ForegroundNeutral=246,116,0
101 | ForegroundNormal=65,76,82
102 | ForegroundPositive=0,150,136
103 | ForegroundVisited=127,140,141
104 |
105 | [General]
106 | ColorScheme=Breeze
107 | Name=Adapta
108 | shadeSortColumn=true
109 |
110 | [KDE]
111 | contrast=4
112 |
113 | [WM]
114 | activeBackground=34,45,50
115 | activeBlend=34,45,50
116 | activeForeground=163,172,172
117 | inactiveBackground=34,45,50
118 | inactiveBlend=34,45,50
119 | inactiveForeground=102,113,118
120 |
--------------------------------------------------------------------------------
/color-schemes/AdaptaNokto.colors:
--------------------------------------------------------------------------------
1 | [ColorEffects:Disabled]
2 | Color=56,56,56
3 | ColorAmount=0
4 | ColorEffect=0
5 | ContrastAmount=0.65
6 | ContrastEffect=1
7 | IntensityAmount=0.1
8 | IntensityEffect=2
9 |
10 | [ColorEffects:Inactive]
11 | ChangeSelectionColor=true
12 | Color=112,111,110
13 | ColorAmount=0.025
14 | ColorEffect=2
15 | ContrastAmount=0.1
16 | ContrastEffect=2
17 | Enable=false
18 | IntensityAmount=0
19 | IntensityEffect=0
20 |
21 | [Colors:Button]
22 | BackgroundAlternate=77,77,77
23 | BackgroundNormal=34,45,50
24 | DecorationFocus=0,188,212
25 | DecorationHover=0,188,212
26 | ForegroundActive=61,174,233
27 | ForegroundInactive=102,113,118
28 | ForegroundLink=0,188,212
29 | ForegroundNegative=218,68,83
30 | ForegroundNeutral=246,116,0
31 | ForegroundNormal=255,255,255
32 | ForegroundPositive=0,150,136
33 | ForegroundVisited=0,188,212
34 |
35 | [Colors:Complementary]
36 | BackgroundAlternate=59,64,69
37 | BackgroundNormal=49,54,59
38 | DecorationFocus=30,146,255
39 | DecorationHover=61,174,230
40 | ForegroundActive=246,116,0
41 | ForegroundInactive=175,176,179
42 | ForegroundLink=61,174,230
43 | ForegroundNegative=237,21,21
44 | ForegroundNeutral=201,206,59
45 | ForegroundNormal=239,240,241
46 | ForegroundPositive=17,209,22
47 | ForegroundVisited=61,174,230
48 |
49 | [Colors:Selection]
50 | BackgroundAlternate=29,153,243
51 | BackgroundNormal=0,188,212
52 | DecorationFocus=0,188,212
53 | DecorationHover=0,188,212
54 | ForegroundActive=252,252,252
55 | ForegroundInactive=255,255,255
56 | ForegroundLink=253,188,75
57 | ForegroundNegative=218,68,83
58 | ForegroundNeutral=246,116,0
59 | ForegroundNormal=255,255,255
60 | ForegroundPositive=0,150,136
61 | ForegroundVisited=189,195,199
62 |
63 | [Colors:Tooltip]
64 | BackgroundAlternate=77,77,77
65 | BackgroundNormal=34,45,50
66 | DecorationFocus=0,188,212
67 | DecorationHover=0,188,212
68 | ForegroundActive=61,174,233
69 | ForegroundInactive=102,113,118
70 | ForegroundLink=0,188,212
71 | ForegroundNegative=218,68,83
72 | ForegroundNeutral=246,116,0
73 | ForegroundNormal=207,216,220
74 | ForegroundPositive=0,150,136
75 | ForegroundVisited=0,188,212
76 |
77 | [Colors:View]
78 | BackgroundAlternate=49,54,59
79 | BackgroundNormal=34,45,50
80 | DecorationFocus=0,188,212
81 | DecorationHover=0,188,212
82 | ForegroundActive=61,174,233
83 | ForegroundInactive=102,113,118
84 | ForegroundLink=0,188,212
85 | ForegroundNegative=218,68,83
86 | ForegroundNeutral=246,116,0
87 | ForegroundNormal=207,216,220
88 | ForegroundPositive=0,150,136
89 | ForegroundVisited=0,188,212
90 |
91 | [Colors:Window]
92 | BackgroundAlternate=77,77,77
93 | BackgroundNormal=38,50,56
94 | DecorationFocus=0,188,212
95 | DecorationHover=0,188,212
96 | ForegroundActive=61,174,233
97 | ForegroundInactive=102,113,118
98 | ForegroundLink=0,188,212
99 | ForegroundNegative=218,68,83
100 | ForegroundNeutral=246,116,0
101 | ForegroundNormal=207,216,220
102 | ForegroundPositive=0,150,136
103 | ForegroundVisited=0,188,212
104 |
105 | [General]
106 | ColorScheme=Adapta Nokto
107 | Name=Adapta Nokto
108 | shadeSortColumn=true
109 |
110 | [KDE]
111 | contrast=4
112 |
113 | [WM]
114 | activeBackground=34,45,50
115 | activeBlend=34,45,50
116 | activeForeground=207,216,220
117 | inactiveBackground=34,45,50
118 | inactiveBlend=34,45,50
119 | inactiveForeground=102,113,118
120 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/distribute.svg:
--------------------------------------------------------------------------------
1 |
29 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/alldesktops.svg:
--------------------------------------------------------------------------------
1 |
29 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/view.svg:
--------------------------------------------------------------------------------
1 |
33 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/notification.svg:
--------------------------------------------------------------------------------
1 |
41 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kaffeine.svg:
--------------------------------------------------------------------------------
1 |
31 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kteatime.svg:
--------------------------------------------------------------------------------
1 |
16 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/krfb.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/audacious.svg:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/krusader_user.svg:
--------------------------------------------------------------------------------
1 |
20 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/widgets/glowbar.svg:
--------------------------------------------------------------------------------
1 |
28 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/krusader_root.svg:
--------------------------------------------------------------------------------
1 |
20 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/vlc.svg:
--------------------------------------------------------------------------------
1 |
18 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/minimize.svg:
--------------------------------------------------------------------------------
1 |
33 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/qbittorrent.svg:
--------------------------------------------------------------------------------
1 |
27 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/kup.svg:
--------------------------------------------------------------------------------
1 |
19 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/phone.svg:
--------------------------------------------------------------------------------
1 |
48 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/keepabove.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/keepbelow.svg:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/list.svg:
--------------------------------------------------------------------------------
1 |
53 |
--------------------------------------------------------------------------------
/aurorae/themes/Adapta/maximize.svg:
--------------------------------------------------------------------------------
1 |
33 |
--------------------------------------------------------------------------------
/plasma/desktoptheme/Adapta/icons/mellowplayer.svg:
--------------------------------------------------------------------------------
1 |
24 |
--------------------------------------------------------------------------------