From b89e52b9f176210b1cbb5c58a42453cfa9e0bbca Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 6 Oct 2013 07:24:47 +0200 Subject: Themes: using Inconsolata LGC for italics --- themes/jao-light-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/jao-light-theme.el') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 460441c..a9d0562 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -5,12 +5,12 @@ (button ((c 13 nil) nbf nul) (~ mode-line-inactive)) (hilite ((c nil 15))) ;; 5 (strike-through ((c 1)) (st)) - (italic (it) (nit (c 96))) + (italic (it) (it :family "Inconsolata LGC" :height 90)) (link (ul nbf nit) ((c 29) nul nbf)) (visited-link ((c 24) nul nbf)) (tab-sel ((~ mode-line))) (tab-unsel ((~ mode-line-inactive))) - (comment ((c 239) it)) + (comment ((c 237) it :family "Inconsolata LGC" :height 90)) (keyword ((c 24 nil) nbf)) (type ((c 25) nbf nul) ((c 14) nbf)) (function ((c 31 nil) nbf) ((c 30 nil) nbf)) @@ -68,7 +68,7 @@ (org-hide (c "white" "white")) (vertical-border (c "grey70" nil)) (w3m-image (c "midnightblue" "azure2")) - (w3m-bold (c 10) nbf) + (w3m-bold (c 10) bf) (w3m-tab-selected (c 9 15) bf) (w3m-tab-selected-retrieving (~ w3m-tab-selected) (c 1)) (w3m-tab-background (c 15 15) nul)) -- cgit v1.2.3