From 4a253492682ee5a40b619207093f5761214b799c Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:48:06 -0400 Subject: Modify line-numbers appearance --- init.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/init.el b/init.el index 38edbf3..554f210 100644 --- a/init.el +++ b/init.el @@ -444,6 +444,18 @@ vterm-mode-hook)) (add-hook mode (lambda () (display-line-numbers-mode 0)))) +;; Customize appearance of line-numbers +(set-face-attribute 'line-number nil + :height 80 + :weight 'ultra-light + :foreground "#222" + :background "#0a0a0a") +(set-face-attribute 'line-number-current-line nil + :height 80 + :weight 'normal + :foreground "orange" + :background (face-attribute 'hl-line :background)) + ;; --------------------------------- -- cgit v1.2.3