|
|
|
|
@ -85,6 +85,7 @@ |
|
|
|
|
'(hl-line ((t (:background "#303030")))) |
|
|
|
|
'(hl-sexp-face ((t (:underline t))) t) |
|
|
|
|
'(italic ((((supports :underline t)) nil))) |
|
|
|
|
'(link ((t (:inherit default :foreground "#6c71c4" :underline t :slant normal :weight normal)))) |
|
|
|
|
'(linum ((t (:slant normal :weight normal)))) |
|
|
|
|
'(linum-highlight-face ((t (:inherit (hl-line default))))) |
|
|
|
|
'(magit-diff-file-heading ((t nil))) |
|
|
|
|
@ -101,6 +102,6 @@ |
|
|
|
|
'(paren-face-match ((t (:background "turquoise" :foreground "black")))) |
|
|
|
|
'(region ((t (:inherit highlight)))) |
|
|
|
|
'(shadow ((t (:foreground "grey60")))) |
|
|
|
|
'(tooltip ((t (:inherit default :background "lightyellow" :foreground "black" :foundry "xos4" :family "terminus")))) |
|
|
|
|
'(tooltip ((t (:inherit default :slant normal :weight normal)))) |
|
|
|
|
'(variable-pitch ((t (:family "default")))) |
|
|
|
|
'(visible-mark-face ((t (:background "goldenrod" :foreground "#182828"))))) |
|
|
|
|
|