emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44461: closed ([PATCH] gnu: Add emacs-nord-theme)


From: GNU bug Tracking System
Subject: bug#44461: closed ([PATCH] gnu: Add emacs-nord-theme)
Date: Thu, 05 Nov 2020 20:24:02 +0000

Your message dated Thu, 05 Nov 2020 21:22:55 +0100
with message-id <87imajlfj4.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#44461] [PATCH] gnu: Add emacs-nord-theme
has caused the debbugs.gnu.org bug report #44461,
regarding [PATCH] gnu: Add emacs-nord-theme
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44461: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44461
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44461] [PATCH] gnu: Add emacs-nord-theme Date: Thu, 05 Nov 2020 21:22:55 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]