feat: change solarie mode position

This commit is contained in:
Flinner 2022-02-07 13:25:31 +03:00
parent d7da1709d2
commit b2310c4344
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 8 additions and 6 deletions

View File

@ -128,6 +128,13 @@ Run =M-x= all-the-icons-install-fonts for the first time!
:custom
((doom-modeline-height 15) (doom-modeline-icon t)))
#+end_src
buffers with dimmed colors
#+begin_src emacs-lisp
(use-package solaire-mode
:init (solaire-global-mode +1))
#+end_src
Actuall Theme:
#+begin_src emacs-lisp
(use-package doom-themes
@ -145,6 +152,7 @@ Actuall Theme:
;; '(flycheck-warning ((t (:background "#282828" :underline "#fabd2f"))))
'(org-date ((t (:inherit fixed-pitch))))
;; '(ivy-posframe-border ((t (:background "#ffffff")))))
)
;; Enable custom neotree theme (all-the-icons must be installed!)
@ -156,12 +164,6 @@ Actuall Theme:
(doom-themes-org-config))
#+end_src
buffers with dimmed colors
#+begin_src emacs-lisp
(use-package solaire-mode
:init (solaire-global-mode +1))
#+end_src
#+begin_src emacs-lisp
(use-package olivetti
:diminish