Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dd28075f3 |
@ -7,8 +7,13 @@ mkdir -pv "${destination}"/etc/skel
|
|||||||
cp -Rv "${SRC}"/packages/blobs/desktop/skel/. "${destination}"/etc/skel
|
cp -Rv "${SRC}"/packages/blobs/desktop/skel/. "${destination}"/etc/skel
|
||||||
|
|
||||||
# install wallpapers
|
# install wallpapers
|
||||||
mkdir -pv "${destination}"/usr/share/backgrounds/armbian/
|
mkdir -pv "${destination}"/usr/share/wallpapers/Armbian/contents/images
|
||||||
cp -v "${SRC}"/packages/blobs/desktop/desktop-wallpapers/*.jpg "${destination}"/usr/share/backgrounds/armbian
|
cp -v "${SRC}"/packages/blobs/desktop/desktop-wallpapers/armbian-dreox-minum-dark.png "${destination}"/usr/share/wallpapers/Armbian/contents/images
|
||||||
|
cp "${SRC}"/packages/blobs/desktop/kde-wallpaper-metadata.json "${destination}"/usr/share/wallpapers/Armbian/metadata.json
|
||||||
|
|
||||||
|
# install theme
|
||||||
|
mkdir -pv "${destination}"/usr/share/plasma/desktoptheme/armbian
|
||||||
|
cp -Rv "${SRC}"/packages/blobs/desktop/kde-plasma-theme/. "${destination}"/usr/share/plasma/desktoptheme/armbian
|
||||||
|
|
||||||
# install logo for login screen
|
# install logo for login screen
|
||||||
mkdir -pv "${destination}"/usr/share/pixmaps/armbian
|
mkdir -pv "${destination}"/usr/share/pixmaps/armbian
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
147
packages/blobs/desktop/kde-plasma-theme/colors
Normal file
147
packages/blobs/desktop/kde-plasma-theme/colors
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
[ColorEffects:Disabled]
|
||||||
|
Color=56,56,56
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=false
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=163,212,250
|
||||||
|
BackgroundNormal=247,247,247
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=27,30,32
|
||||||
|
BackgroundNormal=42,46,50
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=161,169,177
|
||||||
|
ForegroundLink=29,153,243
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=252,252,252
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Header]
|
||||||
|
BackgroundAlternate=239,240,241
|
||||||
|
BackgroundNormal=222,224,226
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Header][Inactive]
|
||||||
|
BackgroundAlternate=227,229,231
|
||||||
|
BackgroundNormal=239,240,241
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=163,212,250
|
||||||
|
BackgroundNormal=61,174,233
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=239,240,241
|
||||||
|
BackgroundNormal=247,247,247
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=247,247,247
|
||||||
|
BackgroundNormal=255,255,255
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=227,229,231
|
||||||
|
BackgroundNormal=239,240,241
|
||||||
|
DecorationFocus=61,174,233
|
||||||
|
DecorationHover=61,174,233
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=112,125,138
|
||||||
|
ForegroundLink=41,128,185
|
||||||
|
ForegroundNegative=218,68,83
|
||||||
|
ForegroundNeutral=246,116,0
|
||||||
|
ForegroundNormal=35,38,41
|
||||||
|
ForegroundPositive=39,174,96
|
||||||
|
ForegroundVisited=155,89,182
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorScheme=Armbian
|
||||||
|
Name=Armbian
|
||||||
|
shadeSortColumn=true
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
contrast=4
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=227,229,231
|
||||||
|
activeBlend=227,229,231
|
||||||
|
activeForeground=35,38,41
|
||||||
|
inactiveBackground=239,240,241
|
||||||
|
inactiveBlend=239,240,241
|
||||||
|
inactiveForeground=112,125,138
|
||||||
19
packages/blobs/desktop/kde-plasma-theme/metadata.json
Normal file
19
packages/blobs/desktop/kde-plasma-theme/metadata.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"KPlugin": {
|
||||||
|
"Authors": [
|
||||||
|
{
|
||||||
|
"Email": "info@armbian.com",
|
||||||
|
"Name": "Armbian",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Category": "",
|
||||||
|
"Description": "Armbian Theme",
|
||||||
|
"EnabledByDefault": true,
|
||||||
|
"Id": "default",
|
||||||
|
"License": "LGPL",
|
||||||
|
"Name": "Armbian",
|
||||||
|
"Version": "6.2.0",
|
||||||
|
"Website": "https://www.armbian.com/"
|
||||||
|
},
|
||||||
|
"X-Plasma-API": "5.0"
|
||||||
|
}
|
||||||
14
packages/blobs/desktop/kde-plasma-theme/plasmarc
Normal file
14
packages/blobs/desktop/kde-plasma-theme/plasmarc
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[Wallpaper]
|
||||||
|
defaultWallpaperTheme=Armbian
|
||||||
|
defaultFileSuffix=.png
|
||||||
|
defaultWidth=1920
|
||||||
|
defaultHeight=1080
|
||||||
|
|
||||||
|
[ContrastEffect]
|
||||||
|
enabled=true
|
||||||
|
contrast=0.17
|
||||||
|
intensity=1.25
|
||||||
|
saturation=9
|
||||||
|
|
||||||
|
[AdaptiveTransparency]
|
||||||
|
enabled=true
|
||||||
13
packages/blobs/desktop/kde-wallpaper-metadata.json
Normal file
13
packages/blobs/desktop/kde-wallpaper-metadata.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"KPlugin": {
|
||||||
|
"Authors": [
|
||||||
|
{
|
||||||
|
"Email": "info@armbian.com",
|
||||||
|
"Name": "armbian"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Id": "Armbian",
|
||||||
|
"License": "CC-BY-SA-4.0",
|
||||||
|
"Name": "Armbian default"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user