From 8670ea3980fb53c395806cb4d25ba1453761e5a7 Mon Sep 17 00:00:00 2001
From: Aryadev Chavali <aryadev@aryadevchavali.com>
Date: Tue, 9 Mar 2021 18:15:28 +0000
Subject: (Emacs)+hl-line theming in monokai-theme.el

---
 Emacs/.config/emacs/monokai-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Emacs')

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)
-- 
cgit v1.2.3-13-gbd6f