From aa8bc0f5d16a2fd3c931ed3ebb60d2bc3055ac1f Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 7 Apr 2023 09:15:49 -0800 Subject: [PATCH] Saner box color --- notibox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notibox.el b/notibox.el index 9bd5b0c..8d58736 100644 --- a/notibox.el +++ b/notibox.el @@ -31,7 +31,7 @@ (defvar notibox-width 40) ; characters (defvar notibox-height 4) ; characters -(defvar notibox-border-color "green") +(defvar notibox-border-color "#808080") (defvar notibox-corner 'bottomright) (defvar notibox-padding 30) (defun notibox--get-position ()