(Emacs)+hl-line theming for monokai theme

This commit is contained in:
2021-02-28 23:13:54 +00:00
parent 1f04ce0ea5
commit 6fb42a1b53

View File

@@ -1,5 +1,5 @@
(deftheme monokai (deftheme monokai
"Created 2020-09-30.") "Created 2021-02-28.")
(custom-theme-set-faces (custom-theme-set-faces
'monokai 'monokai
@@ -55,7 +55,7 @@
'(company-tooltip-selection ((t (:background "firebrick4")))) '(company-tooltip-selection ((t (:background "firebrick4"))))
'(org-quote ((t (:inherit org-block :slant italic :family "Liberation 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")))) '(hl-line ((t (:extend t :background "gray10"))))
'(ledger-font-posting-account-face ((t nil)))) '(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 125 :width normal :foundry "ADBO" :family "ibm plex mono")))))
(provide-theme 'monokai) (provide-theme 'monokai)