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

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

[elpa] master 2b06d75 1/2: Adjust for better visibility


From: Matthew Carter
Subject: [elpa] master 2b06d75 1/2: Adjust for better visibility
Date: Mon, 9 Oct 2017 22:33:25 -0400 (EDT)

branch: master
commit 2b06d75096d6a1c06682b70e229f2c932e9eac2c
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Adjust for better visibility
---
 ahungry-theme.el | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index 13abbab..13cbf07 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -5,7 +5,7 @@
 ;; Author: Matthew Carter <address@hidden>
 ;; Maintainer: Matthew Carter <address@hidden>
 ;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.5.0
+;; Version: 1.6.0
 ;; Keywords: ahungry palette color theme emacs color-theme deftheme
 ;; Package-Requires: ((emacs "24"))
 
@@ -36,6 +36,10 @@
 
 ;;; News:
 
+;;;; Changes since 1.5.0:
+;; - Bump up font size
+;; - Make dark blues a little brighter.
+
 ;;;; Changes since 1.4.0:
 ;; - Add Man faces
 ;; - Add button face
@@ -95,7 +99,7 @@
 (defvar ahungry-theme-font-settings
   '(:family "Terminus" :foundry "xos4"
             :slant normal :weight normal
-            :height 100 :width normal)
+            :height 130 :width normal)
   "If set to nil, will avoid overriding the user font settings.
 Leave this alone to retain defaults.
 
@@ -104,7 +108,7 @@ Default value:
             :slant normal :weight normal
             :height 100 :width normal)")
 
-(let ((mainbg (when (display-graphic-p) "#222222")));; "default")))
+(let ((mainbg (when (display-graphic-p) "#101010")));; "default")))
   (custom-theme-set-faces
    'ahungry ;; This is the theme name
    `(default ((t (:foreground "#ffffff" :background ,mainbg
@@ -133,14 +137,14 @@ Default value:
    '(tooltip ((t (:inherit 'variable-pitch :foreground "black" :background 
"#ffff33"))))
    '(bold ((t (:bold t :underline nil :background nil))))
    '(italic ((t (:italic t :underline nil :background nil))))
-   '(font-lock-builtin-face ((t (:foreground "#0055ff"))))
+   '(font-lock-builtin-face ((t (:foreground "#0099ff"))))
    '(font-lock-comment-face ((t (:foreground "#888a85" :bold nil :italic t))))
    '(font-lock-constant-face ((t (:foreground "#fff900"))))
    '(font-lock-doc-face ((t (:foreground "#777700" :bold t :italic t))))
    '(font-lock-keyword-face ((t (:foreground "#3cff00" :bold t))))
    '(font-lock-string-face ((t (:foreground "#ff0077" :italic nil :bold nil))))
    '(font-lock-type-face ((t (:foreground "#deff00" :bold t))))
-   '(font-lock-variable-name-face ((t (:foreground "#0033ff" :bold t))))
+   '(font-lock-variable-name-face ((t (:foreground "#0066ff" :bold t))))
    '(font-lock-warning-face ((t (:bold t :foreground "#ff0000"))))
    '(font-lock-function-name-face ((t (:foreground "#ffee00" :bold t))))
    '(comint-highlight-input ((t (:italic t :bold t))))



reply via email to

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