GNU bug report logs - #44461
[PATCH] gnu: Add emacs-nord-theme

Previous Next

Package: guix-patches;

Reported by: Noah Landis <noahlandis <at> posteo.net>

Date: Thu, 5 Nov 2020 04:42:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44461 in the body.
You can then email your comments to 44461 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44461; Package guix-patches. (Thu, 05 Nov 2020 04:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Noah Landis <noahlandis <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 05 Nov 2020 04:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Noah Landis <noahlandis <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-nord-theme
Date: Wed, 4 Nov 2020 19:47:27 -0700
From 7a8e08df3753dc6326fa7664d564cee246979b4c Mon Sep 17 00:00:00 2001
From: Noah Landis <noahlandis <at> 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 <at> 163.com>
 ;;; Copyright © 2020 Adam Kandur <rndd <at> tuta.io>
 ;;; Copyright © 2020 Tim Howes <timhowes <at> lavabit.com>
+;;; Copyright © 2020 Noah Landis <noahlandis <at> 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





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 05 Nov 2020 20:24:02 GMT) Full text and rfc822 format available.

Notification sent to Noah Landis <noahlandis <at> posteo.net>:
bug acknowledged by developer. (Thu, 05 Nov 2020 20:24:02 GMT) Full text and rfc822 format available.

Message #10 received at 44461-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Noah Landis <noahlandis <at> posteo.net>
Cc: 44461-done <at> debbugs.gnu.org
Subject: Re: [bug#44461] [PATCH] gnu: Add emacs-nord-theme
Date: Thu, 05 Nov 2020 21:22:55 +0100
Hello,

Noah Landis <noahlandis <at> posteo.net> writes:

> Subject: [PATCH] gnu: Add emacs-nord-theme

I "fixed" the commit message and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 04 Dec 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.