summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2021-05-27 09:05:33 -0300
committerJosé Romildo <malaquias@gmail.com>2021-05-27 09:05:33 -0300
commitc9373da859ffc673079ec02eded595addf10480c (patch)
treea975de5f23eb6a187a1692610391aaf3e24e8fa1 /pkgs/data/themes
parent8a671970cb5d13ad45e7b96ea6ca9690b5861bba (diff)
downloadnixpkgs-c9373da859ffc673079ec02eded595addf10480c.tar
nixpkgs-c9373da859ffc673079ec02eded595addf10480c.tar.gz
nixpkgs-c9373da859ffc673079ec02eded595addf10480c.tar.bz2
nixpkgs-c9373da859ffc673079ec02eded595addf10480c.tar.lz
nixpkgs-c9373da859ffc673079ec02eded595addf10480c.tar.xz
nixpkgs-c9373da859ffc673079ec02eded595addf10480c.tar.zst
nixpkgs-c9373da859ffc673079ec02eded595addf10480c.zip
nordic: add the Nordic-Polar themes
Nordic-Polar is the light version of the Nordic themes. Although the
author keeps it in a separate git repository, they are organized in
the very same way. They are also distributed together in
https://www.pling.com/p/1267246/, the primary site used by the author
for distribution.

Adding Nordic-Polar to the nordic package makes maintainance easier.
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/nordic/default.nix18
1 files changed, 17 insertions, 1 deletions
diff --git a/pkgs/data/themes/nordic/default.nix b/pkgs/data/themes/nordic/default.nix
index dcda14977a7..c12f9e2ba78 100644
--- a/pkgs/data/themes/nordic/default.nix
+++ b/pkgs/data/themes/nordic/default.nix
@@ -52,6 +52,22 @@ stdenv.mkDerivation rec {
       sha256 = "09s9y7waygrx3p6c0c4py0ywg2ihpdmx73xhw5f92rr5nhsvish7";
       name = "Nordic-bluish-accent-standard-buttons";
     })
+
+    (fetchFromGitHub {
+      owner = "EliverLara";
+      repo = "${pname}-polar";
+      rev = "69652db56e1721ac183cd57d21a801a09655a811";
+      sha256 = "0zjd4np11mjwmc1kh2n1ig77g4wq88s2yrmnga0gvw1lf44n3qn2";
+      name = "Nordic-Polar";
+    })
+
+    (fetchFromGitHub {
+      owner = "EliverLara";
+      repo = "${pname}-polar";
+      rev = "3a67c1a2308ba3e9ec5d82f4a3416f85b6085b08";
+      sha256 = "0gpg2izh4ay78j79vjp4svmi3qy9qaw0n6ai8zwm7p25dwm56fjy";
+      name = "Nordic-Polar-standard-buttons";
+    })
   ];
 
   sourceRoot = ".";
@@ -78,7 +94,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "Dark Gtk theme using the Nord color pallete";
+    description = "Gtk themes using the Nord color pallete";
     homepage = "https://github.com/EliverLara/Nordic";
     license = licenses.gpl3Only;
     platforms = platforms.all;