branch: elpa/color-theme-tangotango
commit feb7c1188962d3fe0dc89e5d3f6ec08ef491c751
Author: Julien Barnier <[email protected]>
Commit: Julien Barnier <[email protected]>

    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