(Emacs/personal-primary-theme)~changed fonts for string and type
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
'(font-lock-preprocessor-face ((t (:family "Source Code Pro" :foreground "#868686"))))
|
||||
'(font-lock-regexp-grouping-backslash ((t (:inherit (bold)))))
|
||||
'(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
|
||||
'(font-lock-string-face ((t (:family "Fira Code" :foreground "yellow4"))))
|
||||
'(font-lock-type-face ((t (:foreground "deepskyblue" :family "Liberation Mono"))))
|
||||
'(font-lock-string-face ((t (:family "DejaVu Sans Mono" :slant italic :weight light :foreground "yellow4"))))
|
||||
'(font-lock-type-face ((t (:weight light :foreground "deepskyblue" :family "DejaVu Sans Mono"))))
|
||||
'(font-lock-variable-name-face ((nil (:family "Source Code Pro" :foreground "white"))))
|
||||
'(font-lock-warning-face ((t (:inherit (error)))))
|
||||
'(button ((t (:inherit (link)))))
|
||||
@@ -55,6 +55,7 @@
|
||||
'(company-preview ((((background light)) (:inherit (company-tooltip-selection company-tooltip))) (((background dark)) (:foreground "wheat" :background "blue4"))))
|
||||
'(company-preview-common ((t (:inherit company-preview :foreground "grey"))))
|
||||
'(org-block ((t (:background "gray3" :inherit shadow))))
|
||||
'(org-quote ((t (:slant italic))))
|
||||
'(eshell-prompt ((t (:foreground "turquoise3" :weight bold))))
|
||||
'(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold))))
|
||||
'(whitespace-tab ((t (:background "gray5" :foreground "gray20"))))
|
||||
|
||||
Reference in New Issue
Block a user