summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Xresources2
-rw-r--r--.emacs.d/blueish-theme.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
index 3ffd3c4..994379f 100644
--- a/.Xresources
+++ b/.Xresources
@@ -56,6 +56,8 @@ Emacs.minibuffer-prompt.attributeForeground: #ffffff
! region selection
Emacs.region.attributeForeground: #ffe792
Emacs.region.attributeBackground: #1b232c
+! vertical bar
+Emacs.vertical-border.attributeForeground: #30303f
! code highlighting
Emacs.font-lock-builtin-face.attributeForeground: #6ee2ff
Emacs.font-lock-comment-face.attributeForeground: #709999
diff --git a/.emacs.d/blueish-theme.el b/.emacs.d/blueish-theme.el
index 02a19dd..0544256 100644
--- a/.emacs.d/blueish-theme.el
+++ b/.emacs.d/blueish-theme.el
@@ -41,6 +41,7 @@
'(minibuffer-prompt ((default (:foreground "white"))))
;; Highlight region color
'(region ((t (:foreground "#FFE792" :background "#1b232c"))))
+ '(vertical-border ((t (:foreground "#30303f"))))
;; ---------------- Code Highlighting ---------------
;; Builtin