* [bug#44461] [PATCH] gnu: Add emacs-nord-theme
@ 2020-11-05 2:47 Noah Landis
2020-11-05 20:22 ` bug#44461: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Noah Landis @ 2020-11-05 2:47 UTC (permalink / raw)
To: 44461
From 7a8e08df3753dc6326fa7664d564cee246979b4c Mon Sep 17 00:00:00 2001
From: Noah Landis <noahlandis@posteo.net>
Date: Wed, 4 Nov 2020 19:39:13 -0700
Subject: [PATCH] gnu: Add emacs-nord-theme
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6caf50858a..77dd5642c2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -84,6 +84,7 @@
;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2020 Adam Kandur <rndd@tuta.io>
;;; Copyright © 2020 Tim Howes <timhowes@lavabit.com>
+;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -25281,3 +25282,25 @@ the TypeScript implementation.")
(description "This package provides an Emacs client for the Rocket.chat
service.")
(license license:expat))))
+
+(define-public emacs-nord-theme
+ (package
+ (name "emacs-nord-theme")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arcticicestudio/nord-emacs")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "096f8cik4jz89bvkifwp3gm9iraqrd75ljy2q9js724v7yj88711"))))
+ (build-system emacs-build-system)
+ (home-page "https://www.nordtheme.com/")
+ (synopsis "Low contrast arctic color theme for Emacs")
+ (description
+ "Nord is an arctic, north-bluish color scheme created for a clean and
+uncluttered design pattern to achieve optimal focus and readability for code
+syntax highlighting and UI components.")
+ (license license:expat)))
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44461: [PATCH] gnu: Add emacs-nord-theme
2020-11-05 2:47 [bug#44461] [PATCH] gnu: Add emacs-nord-theme Noah Landis
@ 2020-11-05 20:22 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-11-05 20:22 UTC (permalink / raw)
To: Noah Landis; +Cc: 44461-done
Hello,
Noah Landis <noahlandis@posteo.net> writes:
> Subject: [PATCH] gnu: Add emacs-nord-theme
I "fixed" the commit message and applied your patch. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-05 20:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 2:47 [bug#44461] [PATCH] gnu: Add emacs-nord-theme Noah Landis
2020-11-05 20:22 ` bug#44461: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).