diff options
Diffstat (limited to 'Emacs/.config/emacs/monokai-theme.el')
-rw-r--r-- | Emacs/.config/emacs/monokai-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/monokai-theme.el b/Emacs/.config/emacs/monokai-theme.el index 45f26cb..ba4d004 100644 --- a/Emacs/.config/emacs/monokai-theme.el +++ b/Emacs/.config/emacs/monokai-theme.el @@ -1,5 +1,5 @@ (deftheme monokai - "Created 2021-02-28.") + "Created 2021-03-08.") (custom-theme-set-faces 'monokai @@ -55,7 +55,7 @@ '(company-tooltip-selection ((t (:background "firebrick4")))) '(org-quote ((t (:inherit org-block :slant italic :family "Liberation Mono")))) '(org-verse ((t (:inherit org-block :slant oblique :family "Liberation Mono")))) - '(hl-line ((t (:extend t :background "gray10")))) + '(hl-line ((t (:extend t :background "gray9")))) '(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) |