aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2022-10-11 10:29:23 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2022-10-11 10:29:23 +0100
commit289c9a2385112496a366df9a221e0a61c9d81a11 (patch)
treeba6a0112571509a96fbe2450ee30cfbfddc3bfb5
parent04b861e430585fa6408348433e3ea1261f840887 (diff)
downloaddotfiles-289c9a2385112496a366df9a221e0a61c9d81a11.tar.gz
dotfiles-289c9a2385112496a366df9a221e0a61c9d81a11.tar.bz2
dotfiles-289c9a2385112496a366df9a221e0a61c9d81a11.zip
(Emacs)+some more theming for personal-primary
-rw-r--r--Emacs/.config/emacs/elisp/personal-primary-theme.el4
1 files changed, 3 insertions, 1 deletions
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"))))