Skip to content

Commit 0f17cfe

Browse files
committed
add kpackage json metadata files
1 parent 6cc4c18 commit 0f17cfe

File tree

13 files changed

+203
-0
lines changed

13 files changed

+203
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"KPlugin": {
3+
"Authors": [
4+
{
5+
"Email": "varlesh@gmail.com",
6+
"Name": "Alexey Varfolomeev"
7+
}
8+
],
9+
"Category": "",
10+
"Dependencies": [],
11+
"EnabledByDefault": true,
12+
"Id": "Materia-Dark",
13+
"License": "GPLv3",
14+
"Name": "Materia Dark",
15+
"Version": "1.0"
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"KPlugin": {
3+
"Authors": [
4+
{
5+
"Email": "varlesh@gmail.com",
6+
"Name": "Alexey Varfolomeev"
7+
}
8+
],
9+
"Category": "",
10+
"Dependencies": [],
11+
"EnabledByDefault": true,
12+
"Id": "Materia-Light",
13+
"License": "GPLv3",
14+
"Name": "Materia Light",
15+
"Version": "1.0"
16+
}
17+
}

aurorae/themes/Materia/metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"KPlugin": {
3+
"Authors": [
4+
{
5+
"Email": "varlesh@gmail.com",
6+
"Name": "Alexey Varfolomeev"
7+
}
8+
],
9+
"Category": "",
10+
"Dependencies": [],
11+
"EnabledByDefault": true,
12+
"Id": "Materia",
13+
"License": "GPLv3",
14+
"Name": "Materia",
15+
"Version": "1.0"
16+
}
17+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"KPlugin": {
3+
"Authors": [
4+
{
5+
"Email": "varlesh@gmail.com",
6+
"Name": "Alexey Varfolomeev"
7+
}
8+
],
9+
"Category": "",
10+
"Description": "Materia KDE customization",
11+
"EnabledByDefault": true,
12+
"Id": "Materia-Color",
13+
"License": "GPLv3",
14+
"Name": "Materia Color",
15+
"Version": "20220823",
16+
"Website": "https://github.com/PapirusDevelopmentTeam/materia-kde"
17+
},
18+
"X-Plasma-APIVersion": "2"
19+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[ContrastEffect]
2+
enabled=false
3+
contrast=0.2
4+
intensity=0.4
5+
saturation=1.7
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"KPlugin": {
3+
"Authors": [
4+
{
5+
"Email": "varlesh@gmail.com",
6+
"Name": "Alexey Varfolomeev"
7+
}
8+
],
9+
"Category": "",
10+
"Description": "Materia KDE customization",
11+
"EnabledByDefault": true,
12+
"Id": "Materia",
13+
"License": "GPLv3",
14+
"Name": "Materia",
15+
"Version": "20220823",
16+
"Website": "https://github.com/PapirusDevelopmentTeam/materia-kde"
17+
},
18+
"X-Plasma-APIVersion": "2"
19+
}

plasma/desktoptheme/Materia/plasmarc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[ContrastEffect]
2+
enabled=false
3+
contrast=0.2
4+
intensity=0.4
5+
saturation=1.7
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"KPackageStructure": "Plasma/LookAndFeel",
3+
"KPlugin": {
4+
"Authors": [
5+
{
6+
"Email": "varlesh@gmail.com",
7+
"Name": "Alexey Varfolomeev"
8+
}
9+
],
10+
"Name": "Materia KDE Dark",
11+
"Description": "Materia KDE customization",
12+
"Id": "com.github.varlesh.materia-dark",
13+
"Version": "20220823",
14+
"Category": "",
15+
"EnabledByDefault": true,
16+
"License": "GPLv3",
17+
"ServiceTypes": [
18+
"Plasma/LookAndFeel"
19+
],
20+
"Website": "https://github.com/PapirusDevelopmentTeam/materia-kde"
21+
},
22+
"Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;",
23+
"X-Plasma-APIVersion": "2",
24+
"X-KPackage-Dependencies": [
25+
"kns://colorschemes.knsrc/api.kde-look.org/1229140",
26+
"kns://plasma-themes.knsrc/api.kde-look.org/1229134",
27+
"kns://aurorae.knsrc/api.kde-look.org/1229137",
28+
"kns://icons.knsrc/api.kde-look.org/1166289",
29+
"kns://xcursor.knsrc/api.kde-look.org/1346778",
30+
"kns://wallpaper.knsrc/api.kde-look.org/1476107",
31+
"kns://sddmtheme.knsrc/api.kde-look.org/1476117"
32+
]
33+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[Settings]
2+
FallbackTheme=breeze
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"KPackageStructure": "Plasma/LookAndFeel",
3+
"KPlugin": {
4+
"Authors": [
5+
{
6+
"Email": "varlesh@gmail.com",
7+
"Name": "Alexey Varfolomeev"
8+
}
9+
],
10+
"Name": "Materia KDE Light",
11+
"Description": "Materia KDE customization",
12+
"Id": "com.github.varlesh.materia-light",
13+
"Version": "20220823",
14+
"Category": "",
15+
"EnabledByDefault": true,
16+
"License": "GPLv3",
17+
"ServiceTypes": [
18+
"Plasma/LookAndFeel"
19+
],
20+
"Website": "https://github.com/PapirusDevelopmentTeam/materia-kde"
21+
},
22+
"Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;",
23+
"X-Plasma-APIVersion": "2",
24+
"X-KPackage-Dependencies": [
25+
"kns://colorschemes.knsrc/api.kde-look.org/1462605",
26+
"kns://plasma-themes.knsrc/api.kde-look.org/1462611",
27+
"kns://aurorae.knsrc/api.kde-look.org/1462610",
28+
"kns://icons.knsrc/api.kde-look.org/1166289",
29+
"kns://xcursor.knsrc/api.kde-look.org/1346778",
30+
"kns://wallpaper.knsrc/api.kde-look.org/1462613"
31+
]
32+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[Settings]
2+
FallbackTheme=breeze
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"KPackageStructure": "Plasma/LookAndFeel",
3+
"KPlugin": {
4+
"Authors": [
5+
{
6+
"Email": "varlesh@gmail.com",
7+
"Name": "Alexey Varfolomeev"
8+
}
9+
],
10+
"Name": "Materia KDE",
11+
"Description": "Materia KDE customization",
12+
"Id": "com.github.varlesh.materia",
13+
"Version": "20220823",
14+
"Category": "",
15+
"EnabledByDefault": true,
16+
"License": "GPLv3",
17+
"ServiceTypes": [
18+
"Plasma/LookAndFeel"
19+
],
20+
"Website": "https://github.com/PapirusDevelopmentTeam/materia-kde"
21+
},
22+
"Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;",
23+
"X-Plasma-APIVersion": "2",
24+
"X-KPackage-Dependencies": [
25+
"kns://colorschemes.knsrc/api.kde-look.org/1462605",
26+
"kns://plasma-themes.knsrc/api.kde-look.org/1462611",
27+
"kns://aurorae.knsrc/api.kde-look.org/1462620",
28+
"kns://icons.knsrc/api.kde-look.org/1166289",
29+
"kns://xcursor.knsrc/api.kde-look.org/1346778",
30+
"kns://wallpaper.knsrc/api.kde-look.org/1462613",
31+
"kns://sddmtheme.knsrc/api.kde-look.org/1476113"
32+
]
33+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[Settings]
2+
FallbackTheme=breeze

0 commit comments

Comments
 (0)