diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-18 13:56:21 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-18 13:56:21 +0000 |
commit | 5f4f5f5a40a0c47b13bc5c75b78317d9df3f729a (patch) | |
tree | d2fbcfd709416e939c55a444b8c84d1bdd19392d /doom.d/modules/private | |
parent | 91ae8862d29c6eac2647e6cbcba707a7acc53ea4 (diff) | |
download | dotfiles-5f4f5f5a40a0c47b13bc5c75b78317d9df3f729a.tar.gz dotfiles-5f4f5f5a40a0c47b13bc5c75b78317d9df3f729a.tar.bz2 dotfiles-5f4f5f5a40a0c47b13bc5c75b78317d9df3f729a.zip |
~changed faces colours
Diffstat (limited to 'doom.d/modules/private')
-rw-r--r-- | doom.d/modules/private/oreoline/config.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doom.d/modules/private/oreoline/config.el b/doom.d/modules/private/oreoline/config.el index 6f14b73..b370eb9 100644 --- a/doom.d/modules/private/oreoline/config.el +++ b/doom.d/modules/private/oreoline/config.el @@ -3,11 +3,11 @@ (use-package! telephone-line :hook (after-init . telephone-line-mode) :init - ; Colors/Faces - (defface my-accent-dark '((t (:foreground "white" :background "black"))) "") - (defface my-evil-dark '((t (:foreground "black" :background "dim grey"))) "") - (defface my-accent-light '((t (:foreground "black" :background "dim grey"))) "") - (defface my-evil-light '((t (:foreground "white" :background "blue"))) "") + ; Faces + (defface my-accent-dark '((t (:foreground "Black" :background "Cadet Blue"))) "") + (defface my-evil-dark '((t (:foreground "White" :background "Black"))) "") + (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) |