theme tweaks again
This commit is contained in:
parent
3498cdde7f
commit
6aba5e23c1
1 changed files with 17 additions and 17 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
:default-height 190
|
:default-height 190
|
||||||
:bold-weight extrabold)
|
:bold-weight extrabold)
|
||||||
(t
|
(t
|
||||||
:default-family "Adwaita Mono"
|
:default-family "Iosevka Nerd Font"
|
||||||
:default-weight normal
|
:default-weight normal
|
||||||
:variable-pitch-family "Libertinus Serif")))
|
:variable-pitch-family "Libertinus Serif")))
|
||||||
(fontaine-set-preset 'regular))
|
(fontaine-set-preset 'regular))
|
||||||
|
|
@ -109,18 +109,18 @@
|
||||||
** Theme
|
** Theme
|
||||||
*** Modus Themes
|
*** Modus Themes
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package emacs
|
;; (use-package emacs
|
||||||
:ensure nil
|
;; :ensure nil
|
||||||
:config
|
;; :config
|
||||||
(require-theme 'modus-themes)
|
;; (require-theme 'modus-themes)
|
||||||
(setq modus-themes-italic-constructs t
|
;; (setq modus-themes-italic-constructs t
|
||||||
modus-themes-bold-constructs t
|
;; modus-themes-bold-constructs t
|
||||||
modus-themes-links '(no-underline background faint)
|
;; modus-themes-links '(no-underline background faint)
|
||||||
modus-themes-prompts '(bold intense)
|
;; modus-themes-prompts '(bold intense)
|
||||||
modus-themes-mode-line '(borderless accented moody)
|
;; modus-themes-mode-line '(borderless accented moody)
|
||||||
modus-themes-org-blocks 'gray-background
|
;; modus-themes-org-blocks 'gray-background
|
||||||
modus-themes-region '(bg-only no-extend))
|
;; modus-themes-region '(bg-only no-extend))
|
||||||
(load-theme 'modus-operandi :no-confirm))
|
;; (load-theme 'modus-operandi :no-confirm))
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Autodark
|
*** Autodark
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
@ -132,10 +132,10 @@
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Catpuccin
|
*** Catpuccin
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; (use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
;; :init (setq catppuccin-flavor 'mocha)
|
:init (setq catppuccin-flavor 'mocha)
|
||||||
;; :config
|
:config
|
||||||
;; (load-theme 'catppuccin :no-confirm))
|
(load-theme 'catppuccin :no-confirm))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Ultra Scroll
|
** Ultra Scroll
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue