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 (80)
aarch64-windowsriscv32-nones390-nonex86_64-linuxi686-nonearmv6l-nonei686-genodex86_64-darwin
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