From 52e7cdab4739ff582f6f662d8daeb0b9926ae418 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:44:09 -0400 Subject: Misc temporary theme changes, custom theme coming soon --- init.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 938c960..952e8ad 100644 --- a/init.el +++ b/init.el @@ -249,7 +249,16 @@ ;; Modeline (set-face-attribute 'mode-line nil - :height 80) + :height 80 + :box nil + :foreground "orange" + :background "#222") +(set-face-attribute 'mode-line-inactive nil + :box nil + :foreground "#222" + :background "#111") +(set-face-attribute 'mode-line-buffer-id nil + :foreground "orange") ;; --------------------------------- @@ -302,8 +311,9 @@ ;; Highlight current line (use-package hl-line :straight (:type built-in) - :config (set-face-attribute 'hl-line nil :background "#111") :hook (prog-mode . hl-line-mode)) +(require 'hl-line) +(set-face-attribute 'hl-line nil :background "#111") ;; --------------------------------- -- cgit v1.2.3