emacs-diffs
[Top][All Lists]
Advanced

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

master 69cd21222a 1/2: * etc/themes/leuven-dark-theme.el: Use lexical-bi


From: Stefan Monnier
Subject: master 69cd21222a 1/2: * etc/themes/leuven-dark-theme.el: Use lexical-binding
Date: Thu, 26 May 2022 12:16:31 -0400 (EDT)

branch: master
commit 69cd21222a43ff0144ab7fef51ba23de246209cc
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * etc/themes/leuven-dark-theme.el: Use lexical-binding
---
 etc/themes/leuven-dark-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/themes/leuven-dark-theme.el b/etc/themes/leuven-dark-theme.el
index d85f8f1aa9..3fbb9d6c99 100644
--- a/etc/themes/leuven-dark-theme.el
+++ b/etc/themes/leuven-dark-theme.el
@@ -1,4 +1,4 @@
-;;; leuven-dark-theme.el --- Awesome Emacs color theme on dark background
+;;; leuven-dark-theme.el --- Awesome Emacs color theme on dark background  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2003-2022 Free Software Foundation, Inc.
 
@@ -103,7 +103,7 @@ more...")
 
       ;; Leuven generic colors.
       (cancel '(:slant italic :strike-through t :foreground "#5b5660"))
-      (clock-line '(:box (:line-width 1 :color "#cfa161") :foreground 
"#ffffff" :background "#1636ff"))
+      ;; (clock-line '(:box (:line-width 1 :color "#cfa161") :foreground 
"#ffffff" :background "#1636ff"))
       (code-block '(:foreground "#ffff7f" :background "#252046"))
       (code-inline '(:foreground "#ff9bff" :background "#262031"))
       (column '(:height 1.0 :weight normal :slant normal :underline nil 
:strike-through nil :foreground "#1e52b8" :background "#252c48"))
@@ -124,10 +124,10 @@ more...")
       (grep-file-name '(:weight bold :foreground "#d8b76b")) ; Used for grep 
hits.
       (grep-line-number '(:weight bold :foreground "#5fca5b"))
       (highlight-blue '(:background "#3c312a"))
-      (highlight-blue2 '(:background "#3e2d2f"))
+      ;; (highlight-blue2 '(:background "#3e2d2f"))
       (highlight-gray '(:background "#3e3944"))
-      (highlight-green '(:background "#2f0e3a"))
-      (highlight-red '(:background "#063741"))
+      ;; (highlight-green '(:background "#2f0e3a"))
+      ;; (highlight-red '(:background "#063741"))
       (highlight-yellow '(:background "#2d2058"))
       (link '(:weight normal :underline t :foreground "#ff925a"))
       (link-no-underline '(:weight normal :foreground "#ff925a"))



reply via email to

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