aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/personal-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-theme.el')
-rw-r--r--Emacs/.config/emacs/elisp/personal-theme.el1
1 files changed, 1 insertions, 0 deletions
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"))))