feat: add oxocarbon
This commit is contained in:
parent
0343932ebe
commit
e0e44156e7
2 changed files with 72 additions and 65 deletions
|
@ -46,25 +46,13 @@ May or may not need nerd fonts for some of the below packages. 8)
|
|||
#+END_SRC
|
||||
|
||||
** Theme
|
||||
Using doom-themes here because Tokyo Night isn't on MELPA.
|
||||
Using oxocarbon-theme because it reflects my colour scheme.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package doom-themes
|
||||
:ensure t
|
||||
:config
|
||||
;; Global settings (defaults)
|
||||
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||
doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||
(load-theme 'doom-tokyo-night t)
|
||||
|
||||
;; Enable flashing mode-line on errors
|
||||
(doom-themes-visual-bell-config)
|
||||
;; Enable custom neotree theme (all-the-icons must be installed!)
|
||||
(doom-themes-neotree-config)
|
||||
;; or for treemacs users
|
||||
(setq doom-themes-treemacs-theme "doom-tokyo-night") ; use "doom-colors" for less minimal icon theme
|
||||
(doom-themes-treemacs-config)
|
||||
;; Corrects (and improves) org-mode's native fontification.
|
||||
(doom-themes-org-config))
|
||||
(use-package oxocarbon-theme)
|
||||
(use-package autothemer
|
||||
:after (oxocarbon-theme)
|
||||
:init
|
||||
(load-theme 'oxocarbon t))
|
||||
#+END_SRC
|
||||
|
||||
** Mood-line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue