From 60237c6ebcf7d49bc9d5087875b0cee7c39d76d5 Mon Sep 17 00:00:00 2001
From: odave <aryadevchavali1@gmail.com>
Date: Wed, 18 Mar 2020 13:56:39 +0000
Subject: ~moved around headers

---
 doom.d/modules/private/oreoline/config.el | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

(limited to 'doom.d/modules/private/oreoline')

diff --git a/doom.d/modules/private/oreoline/config.el b/doom.d/modules/private/oreoline/config.el
index b370eb9..7616ca4 100644
--- a/doom.d/modules/private/oreoline/config.el
+++ b/doom.d/modules/private/oreoline/config.el
@@ -9,22 +9,27 @@
   (defface my-accent-light   '((t (:foreground "black" :background "Light Slate Grey"))) "")
   (defface my-evil-light     '((t (:foreground "black" :background "Sky Blue"))) "")
 
-  ; Seperators
-  (setq telephone-line-primary-left-separator    'telephone-line-halfsin-left)
+  ;; Set telephone line faces
   (setq telephone-line-faces
         '((evil . (my-evil-dark . my-evil-dark))
           (modal . telephone-line-modal-face)
           (ryo . telephone-line-ryo-modal-face)
-          (accent . (my-accent-dark . my-accent-dark))
+          (accent . (my-accent-dark . telephone-line-accent-inactive))
           (nil mode-line . mode-line-inactive)))
   (when (featurep! +light)
     (setq telephone-line-faces
           '((evil . (my-evil-light . my-evil-light))
             (modal . telephone-line-modal-face)
             (ryo . telephone-line-ryo-modal-face)
-            (accent . (my-accent-light . my-accent-light))
+            (accent . (my-accent-light . telephone-line-accent-inactive))
             (nil mode-line . mode-line-inactive))))
 
+  ; Seperators
+  (setq telephone-line-primary-left-separator    'telephone-line-abs-left
+        telephone-line-secondary-left-separator  'telephone-line-identity-hollow-left
+        telephone-line-primary-right-separator   'telephone-line-abs-right
+        telephone-line-secondary-right-separator 'telephone-line-identity-hollow-right)
+
   ; LSP segment
   (telephone-line-defsegment +oreoline-lsp-segment ()
     (after! lsp-mode
-- 
cgit v1.2.3-13-gbd6f