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

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

[nongnu] elpa/color-theme-tangotango feb7c11 43/58: Remove font family f


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango feb7c11 43/58: Remove font family from default face definition. Close #6
Date: Thu, 21 Oct 2021 18:03:02 -0400 (EDT)

branch: elpa/color-theme-tangotango
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 4ad7176..f99a21b 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]