Install this version:
emerge -a =x11-themes/kvantum-black-0.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-themes/kvantum-black-0.2.0
Or alternatively:
emerge --autounmask-write -a =x11-themes/kvantum-black-0.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Black Catppuccin themes for Kvantum"
HOMEPAGE="https://github.com/vitaly-zdanevich/kvantum-black"
SRC_URI="https://github.com/vitaly-zdanevich/kvantum-black/releases/download/v${PV}/${P}.tar.gz"
S="${WORKDIR}/kvantum-black-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="x11-themes/kvantum"
src_install() {
insinto /usr/share/Kvantum
doins -r themes/*
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | kvantum-black-0.2.0.tar.gz | 1215176 bytes | https://github.com/vitaly-zdanevich/kvantum-black/releases/download/v0.2.0/kvantum-black-0.2.0.tar.gz |