From 8ab655dc4b4e295a83a2ee462aa8fc4bda23993c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 4 Feb 2022 04:47:08 +0000 Subject: (Emacs)+personal-theme: line-number styling --- Emacs/.config/emacs/elisp/personal-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to 'Emacs/.config/emacs/elisp/personal-theme.el') diff --git a/Emacs/.config/emacs/elisp/personal-theme.el b/Emacs/.config/emacs/elisp/personal-theme.el index aa4cd6a..21f7ac8 100644 --- a/Emacs/.config/emacs/elisp/personal-theme.el +++ b/Emacs/.config/emacs/elisp/personal-theme.el @@ -3,6 +3,7 @@ (custom-theme-set-faces 'personal + '(line-number ((t (:foreground "aquamarine1" :background "gray1")))) '(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