adapta-kde-theme

adapta-kde-theme 20180828

Port of the Adapta theme for Plasma

https://github.com/PapirusDevelopmentTeam/adapta-kde
GNU General Public License v3.0
programs: -
Platforms (79)
s390-linuxmicroblazeel-nones390x-nonearmv6l-nonex86_64-linuxriscv64-netbsdarmv5tel-linuxx86_64-uefi
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adapta-kde-theme
];
Ad-hoc shell
nix-shell -p adapta-kde-theme
Flake (nix run)
nix run nixpkgs#adapta-kde-theme