fix: dark Calamares theme, add branding packages to netinstall groups
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=calamares-branding-antergos-next
|
pkgname=calamares-branding-antergos-next
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=20
|
pkgrel=22
|
||||||
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
|
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/Antergos-NeXT"
|
url="https://github.com/Antergos-NeXT"
|
||||||
|
|||||||
@@ -41,6 +41,9 @@
|
|||||||
- spectacle
|
- spectacle
|
||||||
- xdg-desktop-portal-kde
|
- xdg-desktop-portal-kde
|
||||||
- xsettingsd
|
- xsettingsd
|
||||||
|
- antergos-plasma-theme
|
||||||
|
- antergos-sddm-theme
|
||||||
|
- antergos-next-desktop-settings
|
||||||
- name: "Xfce"
|
- name: "Xfce"
|
||||||
description: "Fast and lightweight classic desktop"
|
description: "Fast and lightweight classic desktop"
|
||||||
selected: false
|
selected: false
|
||||||
@@ -215,6 +218,11 @@
|
|||||||
- yay
|
- yay
|
||||||
- calamares
|
- calamares
|
||||||
- calamares-branding-antergos-next
|
- calamares-branding-antergos-next
|
||||||
|
- antergos-next-keyring
|
||||||
|
- antergos-next-mirrorlist
|
||||||
|
- antergos-release
|
||||||
|
- antergos-lsb-release
|
||||||
|
- antergos-grub-theme
|
||||||
- firefox
|
- firefox
|
||||||
- name: "Hardware Support"
|
- name: "Hardware Support"
|
||||||
description: "Additional hardware drivers and firmware"
|
description: "Additional hardware drivers and firmware"
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
/* Antergos NeXT Calamares theme */
|
/* Antergos NeXT Calamares theme — dark */
|
||||||
QWidget {
|
QWidget {
|
||||||
font-family: "Noto Sans", "DejaVu Sans", sans-serif;
|
font-family: "Noto Sans", "DejaVu Sans", sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #2C3E50;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
QMainWindow {
|
QMainWindow {
|
||||||
background-color: #FAFBFC;
|
background-color: #20252B;
|
||||||
}
|
}
|
||||||
QLabel#titleLabel {
|
QLabel#titleLabel {
|
||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
@@ -14,7 +14,7 @@ QLabel#titleLabel {
|
|||||||
}
|
}
|
||||||
QLabel#subtitleLabel {
|
QLabel#subtitleLabel {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
color: #7F8C8D;
|
color: #C8D6E5;
|
||||||
}
|
}
|
||||||
QPushButton {
|
QPushButton {
|
||||||
background-color: #4A9EFF;
|
background-color: #4A9EFF;
|
||||||
@@ -32,27 +32,30 @@ QPushButton:pressed {
|
|||||||
background-color: #2D7BD4;
|
background-color: #2D7BD4;
|
||||||
}
|
}
|
||||||
QPushButton:disabled {
|
QPushButton:disabled {
|
||||||
background-color: #BDC3C7;
|
background-color: #3A3F47;
|
||||||
color: #95A5A6;
|
color: #7F8C8D;
|
||||||
}
|
}
|
||||||
QComboBox {
|
QComboBox {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border: 1px solid #D5D8DC;
|
border: 1px solid #3A3F47;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: white;
|
background: #2C3138;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
QLineEdit {
|
QLineEdit {
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
border: 1px solid #D5D8DC;
|
border: 1px solid #3A3F47;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: white;
|
background: #2C3138;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
QProgressBar {
|
QProgressBar {
|
||||||
border: 1px solid #D5D8DC;
|
border: 1px solid #3A3F47;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #ECF0F1;
|
background: #2C3138;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
QProgressBar::chunk {
|
QProgressBar::chunk {
|
||||||
background: qlineargradient(x1:0, y1:0, x2:1, y2:0,
|
background: qlineargradient(x1:0, y1:0, x2:1, y2:0,
|
||||||
|
|||||||
Reference in New Issue
Block a user