aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-03-09 18:15:28 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-03-09 18:15:28 +0000
commit8670ea3980fb53c395806cb4d25ba1453761e5a7 (patch)
tree27968d6cba906e101bff8a2c33c2847f7c8efed3 /Emacs
parent2e0aaf5b1a0d203a46eb6b302a0a1a657bb9ffad (diff)
downloaddotfiles-8670ea3980fb53c395806cb4d25ba1453761e5a7.tar.gz
dotfiles-8670ea3980fb53c395806cb4d25ba1453761e5a7.tar.bz2
dotfiles-8670ea3980fb53c395806cb4d25ba1453761e5a7.zip
(Emacs)+hl-line theming in monokai-theme.el
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/monokai-theme.el4
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)