emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/spacemacs-theme 62ade01f71 053/336: More prep for MELPA


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 62ade01f71 053/336: More prep for MELPA
Date: Fri, 14 Jan 2022 10:58:57 -0500 (EST)

branch: elpa/spacemacs-theme
commit 62ade01f7112702fb7ddc7356044e6b4726f44e8
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    More prep for MELPA
---
 spacemacs-theme.el | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 090f408d03..913b9eff49 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -1,14 +1,14 @@
-;;; spacemacs-theme.el --- Theme with a dark background.
+;;; spacemacs-theme.el --- Color theme with a dark and light versions.
 
 ;; Copyright (C) 2014 , Nasser Alshammari
 
 ;; Author: Nasser Alshammari
-;; https://github.com/nashamri/spacemacs-theme
+;; URL: <https://github.com/nashamri/spacemacs-theme>
 ;;
 ;; Version: 0.1
+;; Keywords: color, theme
 ;; Package-Requires: ((emacs "24"))
-;; Initially created with the help of emacs-theme-generator, 
https://github.com/mswift42/theme-creator.
-
+;; Initially created with the help of emacs-theme-generator, 
<https://github.com/mswift42/theme-creator>.
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -26,6 +26,9 @@
 ;; This file is not part of Emacs.
 
 ;;; Commentary:
+;; This is a color theme for spacemacs <https://github.com/syl20bnr/spacemacs>.
+;; It comes with two versions, dark and light and should work well in
+;; a 256 color terminal.
 
 ;;; Code:
 
@@ -121,13 +124,10 @@
      `(error ((,class (:foreground ,err))))
      `(lazy-highlight ((,class (:foreground ,bg1 :background ,inf :weight 
normal))))
      `(page-break-lines ((,class (:foreground ,active2))))
-     `(mode-line
-       ((,class (:foreground ,base
-                             :background ,active1))))
-     `(mode-line-inactive
-       ((,class (:foreground ,base
-                             :background ,bg1
-                             :box (:color ,inactive :line-width 1)))))
+
+;;;;; mode-line
+     `(mode-line ((,class (:foreground ,base :background ,active1))))
+     `(mode-line-inactive ((,class (:foreground ,base :background ,bg1 :box 
(:color ,inactive :line-width 1)))))
      `(mode-line-buffer-id ((,class (:bold t :foreground ,func))))
 
 ;;;;; powerline
@@ -385,6 +385,7 @@
      `(info-node ((,class (:foreground ,func :bold t))))
      `(info-menu ((,class (:foreground ,suc))))
      `(info-header-xref ((,class (:foreground ,func :underline t))))
+     `(info-reference-item ((,class (:background nil :underline t :bold t))))
 
 ;;;;; ERC
      `(erc-prompt-face ((,class (:foreground ,(if (eq variant 'dark) suc 
green) :bold t))))



reply via email to

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