commit cc116689165c91b6745d8f4c1e446464c083cefb
parent 83a0218610d12ab76ff0b61e6aa4187ad19ed416
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 29 Aug 2013 15:09:34 +0200
never use font size over 1.3
Diffstat:
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -414,7 +414,7 @@ customize the resulting theme."
`(cfw:face-saturday ((,class (:foreground ,cyan-hc :background ,cyan-lc))))
`(cfw:face-sunday ((,class (:foreground ,red-hc :background ,red-lc :weight bold))))
`(cfw:face-title ((,class (:inherit variable-pitch :foreground ,yellow
- :weight bold :height 2.0))))
+ :weight bold :height 1.3))))
`(cfw:face-today ((,class (:weight bold :background ,solarized-hl :foreground nil))))
`(cfw:face-today-title ((,class (:background ,yellow-lc
:foreground ,yellow-hc :weight bold))))
@@ -809,12 +809,12 @@ customize the resulting theme."
;; markdown-mode
`(markdown-header-face ((,class (:foreground ,green))))
- `(markdown-header-face-1 ((,class (:inherit markdown-header-face :height 1.55))))
- `(markdown-header-face-2 ((,class (:inherit markdown-header-face :height 1.4))))
- `(markdown-header-face-3 ((,class (:inherit markdown-header-face :height 1.35))))
- `(markdown-header-face-4 ((,class (:inherit markdown-header-face :height 1.3))))
- `(markdown-header-face-5 ((,class (:inherit markdown-header-face :height 1.25))))
- `(markdown-header-face-6 ((,class (:inherit markdown-header-face :height 1.2))))
+ `(markdown-header-face-1 ((,class (:inherit markdown-header-face :height 1.3))))
+ `(markdown-header-face-2 ((,class (:inherit markdown-header-face :height 1.25))))
+ `(markdown-header-face-3 ((,class (:inherit markdown-header-face :height 1.15))))
+ `(markdown-header-face-4 ((,class (:inherit markdown-header-face :height 1.1))))
+ `(markdown-header-face-5 ((,class (:inherit markdown-header-face))))
+ `(markdown-header-face-6 ((,class (:inherit markdown-header-face))))
@@ -946,21 +946,21 @@ customize the resulting theme."
`(org-formula ((,class (:foreground ,yellow))))
`(org-headline-done ((,class (:foreground ,green))))
`(org-hide ((,class (:foreground ,solarized-bg))))
- `(org-level-1 ((,class (:inherit variable-pitch :height 1.55 :weight bold
+ `(org-level-1 ((,class (:inherit variable-pitch :height 1.3 :weight bold
:foreground ,orange))))
- `(org-level-2 ((,class (:inherit variable-pitch :height 1.4 :weight bold
+ `(org-level-2 ((,class (:inherit variable-pitch :height 1.25 :weight bold
:foreground ,green))))
- `(org-level-3 ((,class (:inherit variable-pitch :height 1.35 :weight bold
+ `(org-level-3 ((,class (:inherit variable-pitch :height 1.15 :weight bold
:foreground ,blue))))
- `(org-level-4 ((,class (:inherit variable-pitch :height 1.3 :weight bold
+ `(org-level-4 ((,class (:inherit variable-pitch :height 1.1 :weight bold
:foreground ,yellow))))
- `(org-level-5 ((,class (:inherit variable-pitch :height 1.25 :weight bold
+ `(org-level-5 ((,class (:inherit variable-pitch :weight bold
:foreground ,cyan))))
- `(org-level-6 ((,class (:inherit variable-pitch :height 1.2 :weight bold
+ `(org-level-6 ((,class (:inherit variable-pitch :weight bold
:foreground ,green))))
- `(org-level-7 ((,class (:inherit variable-pitch :height 1.2 :weight bold
+ `(org-level-7 ((,class (:inherit variable-pitch :weight bold
:foreground ,red))))
- `(org-level-8 ((,class (:inherit variable-pitch :height 1.2 :weight bold
+ `(org-level-8 ((,class (:inherit variable-pitch :weight bold
:foreground ,blue))))
`(org-link ((,class (:foreground ,yellow :underline t))))
`(org-sexp-date ((,class (:foreground ,violet))))
@@ -992,7 +992,7 @@ customize the resulting theme."
`(org-column-title ((,class (:background ,solarized-hl :underline t :weight bold))))
`(org-date-selected ((,class (:foreground ,red :inverse-video t))))
`(org-document-info ((,class (:foreground ,solarized-fg))))
- `(org-document-title ((,class (:foreground ,solarized-emph :weight bold :height 1.44))))
+ `(org-document-title ((,class (:foreground ,solarized-emph :weight bold :height 1.3))))
`(org-drawer ((,class (:foreground ,cyan))))
`(org-footnote ((,class (:foreground ,magenta :underline t))))
`(org-latex-and-export-specials ((,class (:foreground ,orange))))
@@ -1113,13 +1113,13 @@ customize the resulting theme."
;; sunrise commander headings
`(sr-active-path-face ((,class (:background ,blue :foreground ,solarized-bg
- :height 100 :weight bold))))
+ :height 1.1 :weight bold))))
`(sr-editing-path-face ((,class (:background ,yellow :foreground ,solarized-bg
- :weight bold :height 100))))
+ :weight bold :height 1.1))))
`(sr-highlight-path-face ((,class (:background ,green :foreground ,solarized-bg
- :weight bold :height 100))))
+ :weight bold :height 1.1))))
`(sr-passive-path-face ((,class (:background ,solarized-comments :foreground ,solarized-bg
- :weight bold :height 100))))
+ :weight bold :height 1.1))))
;; sunrise commander marked
`(sr-marked-dir-face ((,class (:inherit dired-marked))))
`(sr-marked-file-face ((,class (:inherit dired-marked))))