Browse Source

Theme improvements

master
Juan Placencia 3 years ago
parent
commit
bb08010ae5
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      uno/modules/ui/theme.org

+ 10
- 2
uno/modules/ui/theme.org View File

@ -23,8 +23,16 @@ Define UI theme package.
(doom-themes-treemacs-theme "doom-colors")
:config
(load-theme 'doom-one t)
(when (display-graphic-p)
(doom-themes-treemacs-config)))
(set-face-attribute 'font-lock-comment-face nil :slant 'italic)
(doom-themes-visual-bell-config))
(use-package emacs
:after (uno-ui-theme doom-themes org)
(require 'doom-themes-ext-org))
(use-package emacs
:after (uno-ui-theme doom-themes treemacs)
(require 'doom-themes-treemacs-config))
#+END_SRC
* Font

Loading…
Cancel
Save