From 289c9a2385112496a366df9a221e0a61c9d81a11 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 11 Oct 2022 10:29:23 +0100 Subject: (Emacs)+some more theming for personal-primary --- Emacs/.config/emacs/elisp/personal-primary-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/elisp/personal-primary-theme.el') diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index c4d4ce0..0238e27 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -3,7 +3,9 @@ (custom-theme-set-faces 'personal-primary - '(line-number ((t (:foreground "aquamarine1" :background "gray1")))) + '(line-number ((t (:foreground "gray45" :background "gray1")))) + '(line-number-current-line ((t (:foreground "white" :background "gray1")))) + '(child-frame-border ((t (:background "white")))) '(cursor ((((background light)) (:background "black")) (((background dark)) (:background "white")))) '(fixed-pitch ((t (:family "Monospace")))) '(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif")))) -- cgit v1.2.3-13-gbd6f