From 8750175ffe63d5de632495a2c48e8d13e1318c69 Mon Sep 17 00:00:00 2001 From: "Ian Y.E. Pan" Date: Thu, 21 May 2020 11:37:23 +0800 Subject: [PATCH 1/2] Make zenburn numbers blue (according to official specs) More info: https://en.wikipedia.org/wiki/Wikipedia:Zenburn --- zenburn-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zenburn-theme.el b/zenburn-theme.el index acc7896..bc170db 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -4,6 +4,7 @@ ;; Author: Bozhidar Batsov ;; URL: http://github.com/bbatsov/zenburn-emacs +;; Package-Version: 20200305.737 ;; Version: 2.7-snapshot ;; This program is free software; you can redistribute it and/or modify @@ -808,6 +809,8 @@ Also bind `class' to ((class color) (min-colors 89))." ;;;;; helm-swoop `(helm-swoop-target-line-face ((t (:foreground ,zenburn-fg :background ,zenburn-bg+1)))) `(helm-swoop-target-word-face ((t (:foreground ,zenburn-yellow :background ,zenburn-bg+2 :weight bold)))) +;;;;; highlight-numbers + `(highlight-numbers-number ((t (:foreground ,zenburn-blue)))) ;;;;; hl-line-mode `(hl-line-face ((,class (:background ,zenburn-bg-05)) (t :weight bold))) From 207053cb32c01b3aa33744569794a4d267c306fc Mon Sep 17 00:00:00 2001 From: "Ian Y.E. Pan" Date: Thu, 21 May 2020 13:45:33 +0800 Subject: [PATCH 2/2] Remove package version --- zenburn-theme.el | 1 - 1 file changed, 1 deletion(-) diff --git a/zenburn-theme.el b/zenburn-theme.el index bc170db..07affc0 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -4,7 +4,6 @@ ;; Author: Bozhidar Batsov ;; URL: http://github.com/bbatsov/zenburn-emacs -;; Package-Version: 20200305.737 ;; Version: 2.7-snapshot ;; This program is free software; you can redistribute it and/or modify