aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config')
-rw-r--r--Emacs/.config/emacs/elisp/personal-primary-theme.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el
index 8bb433c..747b483 100644
--- a/Emacs/.config/emacs/elisp/personal-primary-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el
@@ -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"))))