aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-10-01 01:55:07 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-10-01 01:55:07 +0100
commit4eb4be741c32abac35738d6e84505420c99b50d1 (patch)
tree06a419acbfc7403fb618e3746c87bb37d92180ad /Emacs
parentd71fcd9d0e0e0e0cb30ddf0b82f1d1e7825601c9 (diff)
downloaddotfiles-4eb4be741c32abac35738d6e84505420c99b50d1.tar.gz
dotfiles-4eb4be741c32abac35738d6e84505420c99b50d1.tar.bz2
dotfiles-4eb4be741c32abac35738d6e84505420c99b50d1.zip
(Emacs)+ledger--face set to an actual font in monokai
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/monokai-theme.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/monokai-theme.el b/Emacs/.config/emacs/monokai-theme.el
index 4b38352..2c5ba8b 100644
--- a/Emacs/.config/emacs/monokai-theme.el
+++ b/Emacs/.config/emacs/monokai-theme.el
@@ -1,5 +1,5 @@
(deftheme monokai
- "Created 2020-09-27.")
+ "Created 2020-09-30.")
(custom-theme-set-faces
'monokai
@@ -53,8 +53,9 @@
'(company-tooltip-common ((((background light)) (:foreground "darkred")) (((background dark)) (:foreground "red"))))
'(company-tooltip ((t (:background "gray10" :foreground "white"))))
'(company-tooltip-selection ((t (:background "firebrick4"))))
- '(default ((t (:inherit nil :extend nil :stipple nil :background "black" :foreground "#d6d6d4" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "ADBO" :family "ibm plex mono"))))
'(org-quote ((t (:inherit org-block :slant italic :family "Liberation Mono"))))
- '(org-verse ((t (:inherit org-block :slant oblique :family "Liberation Mono")))))
+ '(org-verse ((t (:inherit org-block :slant oblique :family "Liberation Mono"))))
+ '(default ((t (:inherit nil :extend nil :stipple nil :background "black" :foreground "#d6d6d4" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "ADBO" :family "ibm plex mono"))))
+ '(ledger-font-posting-account-face ((t nil))))
(provide-theme 'monokai)