summaryrefslogtreecommitdiff
path: root/.emacs.d/blueish-theme.el
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-01-02 17:37:48 +0300
committerdefanor <defanor@uberspace.net>2018-01-02 17:37:48 +0300
commit81e6957bad029497c061f15d30955faea939466e (patch)
tree8b6d2d0d4244a030557db72de9f343ecf278a17f /.emacs.d/blueish-theme.el
parent13b859b4ad7c53a6466735d3ab9163cf44e12e89 (diff)
Set the vertical-bar face
Diffstat (limited to '.emacs.d/blueish-theme.el')
-rw-r--r--.emacs.d/blueish-theme.el1
1 files changed, 1 insertions, 0 deletions
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