Skip to content

Commit

Permalink
Merge pull request #21 from purcell/patch-1
Browse files Browse the repository at this point in the history
Packaging fixes
  • Loading branch information
arcticicestudio committed Mar 26, 2017
2 parents 6dc23cb + a393730 commit 70a3ee2
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions nord-theme.el
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
;;; nord-theme.el --- An arctic, north-bluish clean and elegant Emacs theme.

;; title: Nord Emacs
;; project: nord-emacs
;; version: 0.1.1
;; repository: https://github.com/arcticicestudio/nord-emacs
;; author: Arctic Ice Studio
;; email: development@arcticicestudio.com
;; copyright: Copyright (C) 2017
;;
;; [References]
;;; nord-theme.el --- An arctic, north-bluish clean and elegant theme

;; Copyright (C) 2017 by Arctic Ice Studio

;; Title: Nord Theme
;; Project: nord-emacs
;; Version: 0.1.1
;; URL: https://github.com/arcticicestudio/nord-emacs
;; Author: Arctic Ice Studio <development@arcticicestudio.com>
;; Package-Requires: ((emacs "24"))

;;; Commentary:

;; Nord is a 16 colorspace theme build to run in GUI- and terminal
;; mode with support for many third-party syntax- and UI packages.

;;; References:
;; Awesome Emacs
;; https://github.com/emacs-tw/awesome-emacs
;; GNU ELPA
Expand All @@ -22,15 +28,18 @@
;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Face-Attributes.html
;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Faces-for-Font-Lock.html
;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Display-Feature-Testing.html
;; marmelade repo
;; marmalade repo
;; https://marmalade-repo.org
;; MELPA
;; https://melpa.org
;; https://stable.melpa.org

;;; Code:

(unless (>= emacs-major-version 24)
(error "Nord Emacs theme requires Emacs 24 or later!"))
(error "Nord theme requires Emacs 24 or later!"))

(deftheme nord "An arctic, north-bluish clean and elegant Emacs theme")
(deftheme nord "An arctic, north-bluish clean and elegant theme")

;;;; Color Constants
(let ((class '((class color) (min-colors 89)))
Expand Down Expand Up @@ -573,3 +582,5 @@
;; no-byte-compile: t
;; indent-tabs-mode: nil
;; End:

;;; nord-theme.el ends here

0 comments on commit 70a3ee2

Please sign in to comment.