Add antergos-next-desktop-settings with blue color scheme
This commit is contained in:
@@ -4,4 +4,5 @@ packages:
|
||||
- downgrade
|
||||
- antergos-next-keyring
|
||||
- antergos-next-mirrorlist
|
||||
- antergos-next-desktop-settings
|
||||
- cnchi
|
||||
@@ -0,0 +1,112 @@
|
||||
[Color Effects:Disabled]
|
||||
Color=int(0,0,0)
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
Contrast=0
|
||||
ContrastAmount=0
|
||||
Intensity=0
|
||||
IntensityAmount=0
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=darken
|
||||
Color=int(0,0,0)
|
||||
ColorAmount=0.2
|
||||
ColorEffect=0
|
||||
Contrast=0.25
|
||||
ContrastAmount=0.1
|
||||
Intensity=0
|
||||
IntensityAmount=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=42,46,56
|
||||
BackgroundNormal=35,38,47
|
||||
DecorationFocus=46,163,242
|
||||
DecorationHover=46,163,242
|
||||
ForegroundActive=46,163,242
|
||||
ForegroundInactive=149,155,174
|
||||
ForegroundLink=46,163,242
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=230,181,61
|
||||
ForegroundNormal=207,210,220
|
||||
ForegroundPositive=73,195,137
|
||||
ForegroundVisited=46,163,242
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundNormal=35,38,47
|
||||
DecorationFocus=46,163,242
|
||||
DecorationHover=46,163,242
|
||||
ForegroundNormal=207,210,220
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=42,46,56
|
||||
BackgroundNormal=31,34,42
|
||||
DecorationFocus=46,163,242
|
||||
DecorationHover=46,163,242
|
||||
ForegroundActive=46,163,242
|
||||
ForegroundInactive=149,155,174
|
||||
ForegroundLink=46,163,242
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=230,181,61
|
||||
ForegroundNormal=207,210,220
|
||||
ForegroundPositive=73,195,137
|
||||
ForegroundVisited=46,163,242
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=46,163,242
|
||||
BackgroundNormal=46,163,242
|
||||
DecorationFocus=46,163,242
|
||||
DecorationHover=46,163,242
|
||||
ForegroundActive=255,255,255
|
||||
ForegroundInactive=207,210,220
|
||||
ForegroundLink=46,163,242
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=230,181,61
|
||||
ForegroundNormal=255,255,255
|
||||
ForegroundPositive=73,195,137
|
||||
ForegroundVisited=46,163,242
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=42,46,56
|
||||
BackgroundNormal=35,38,47
|
||||
DecorationFocus=46,163,242
|
||||
DecorationHover=46,163,242
|
||||
ForegroundActive=46,163,242
|
||||
ForegroundInactive=149,155,174
|
||||
ForegroundLink=46,163,242
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=230,181,61
|
||||
ForegroundNormal=207,210,220
|
||||
ForegroundPositive=73,195,137
|
||||
ForegroundVisited=46,163,242
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=42,46,56
|
||||
BackgroundNormal=31,34,42
|
||||
DecorationFocus=46,163,242
|
||||
DecorationHover=46,163,242
|
||||
ForegroundActive=46,163,242
|
||||
ForegroundInactive=149,155,174
|
||||
ForegroundLink=46,163,242
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=230,181,61
|
||||
ForegroundNormal=207,210,220
|
||||
ForegroundPositive=73,195,137
|
||||
ForegroundVisited=46,163,242
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=42,46,56
|
||||
BackgroundNormal=35,38,47
|
||||
DecorationFocus=46,163,242
|
||||
DecorationHover=46,163,242
|
||||
ForegroundActive=46,163,242
|
||||
ForegroundInactive=149,155,174
|
||||
ForegroundLink=46,163,242
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=230,181,61
|
||||
ForegroundNormal=207,210,220
|
||||
ForegroundPositive=73,195,137
|
||||
ForegroundVisited=46,163,242
|
||||
|
||||
[General]
|
||||
Name=Antergos NeXT
|
||||
Description=Antergos NeXT Blue Accent Color Scheme
|
||||
@@ -0,0 +1,31 @@
|
||||
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
|
||||
|
||||
pkgname=antergos-next-desktop-settings
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgdesc="Antergos NeXT desktop settings and color scheme"
|
||||
arch=('any')
|
||||
url="https://github.com/Antergos-NeXT/antergos-pkgs"
|
||||
license=('GPL3')
|
||||
source=(
|
||||
"AntergosNeXT.colors"
|
||||
"plasma-override"
|
||||
)
|
||||
sha256sums=('SKIP' 'SKIP')
|
||||
|
||||
package() {
|
||||
# Color scheme
|
||||
install -dm755 "${pkgdir}/usr/share/color-schemes"
|
||||
install -m644 "${srcdir}/AntergosNeXT.colors" "${pkgdir}/usr/share/color-schemes/"
|
||||
|
||||
# Plasma theme default override
|
||||
install -dm755 "${pkgdir}/etc/xdg/plasma-workspace/env"
|
||||
install -m644 "${srcdir}/plasma-override" "${pkgdir}/etc/xdg/plasma-workspace/env/"
|
||||
|
||||
# Set as default for new users via /etc/skel
|
||||
install -dm755 "${pkgdir}/etc/skel/.config"
|
||||
cat > "${pkgdir}/etc/skel/.config/kdeglobals" << 'EOF'
|
||||
[General]
|
||||
ColorScheme=Antergos NeXT
|
||||
EOF
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
[Theme]
|
||||
name=Antergos NeXT
|
||||
Reference in New Issue
Block a user