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

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

[nongnu] elpa/tangotango-theme feb7c11889 43/62: Remove font family from


From: ELPA Syncer
Subject: [nongnu] elpa/tangotango-theme feb7c11889 43/62: Remove font family from default face definition. Close #6
Date: Thu, 6 Jan 2022 05:59:11 -0500 (EST)

branch: elpa/tangotango-theme
commit feb7c1188962d3fe0dc89e5d3f6ec08ef491c751
Author: Julien Barnier <julien@nozav.org>
Commit: Julien Barnier <julien@nozav.org>

    Remove font family from default face definition. Close #6
---
 tangotango-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangotango-theme.el b/tangotango-theme.el
index 4ad71769ae..f99a21b421 100644
--- a/tangotango-theme.el
+++ b/tangotango-theme.el
@@ -42,7 +42,7 @@
  ;; - yellow :     "#edd400"
  ;; - green :      "#6ac214"
  ;; - orange/red : "tomato"
- `(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :width normal 
:height 90 :weight normal :slant normal :underline nil :overline nil 
:strike-through nil :box nil :inverse-video nil :foreground "#eeeeec" 
:background "#2e3434" :stipple nil :inherit nil))))
+ `(default ((t (:weight normal :slant normal :underline nil :overline nil 
:strike-through nil :box nil :inverse-video nil :foreground "#eeeeec" 
:background "#2e3434" :stipple nil :inherit nil))))
  `(cursor ((t (:foreground "#222222" :background "#fce94f"))))
  `(fixed-pitch ((t (:inherit (default)))))
  `(variable-pitch ((t (:family "Sans Serif"))))



reply via email to

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