From ef625f040941b5e6028afcce9d196943f87bee63 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 19 Jun 2024 14:35:25 -0600 Subject: Add move comments, move modeline and dwm bar to top to match tabs --- .config/emacs/modules/bd--themes.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--themes.el') diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index c4eb197..2db2e70 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -1,4 +1,6 @@ -;; -*- lexical-binding: t; -*- +;;; -*- lexical-binding: t; -*- +;;; Commentary: +;;; Code: ;;;; variable-pitch fonts @@ -48,6 +50,7 @@ to.") (ef-themes-common-palette-overrides '((bg-mode-line bg-main) (fg-mode-line fg-main) + (bg-dim bg-main) (bg-alt bg-main))) (ef-winter-palette-overrides '((bg-main "#000000"))) @@ -59,3 +62,4 @@ to.") (load-theme 'ef-winter :no-confirm) (provide 'bd--themes) +;;; bd-themes ends here -- cgit v1.2.3