Switch to using base16-theme for catppuccin-mocha

Prefer the choice of syntax highlighting

Add elfeed-tube back to installed packages
This commit is contained in:
Evie Litherland-Smith 2024-05-10 14:18:42 +01:00
parent 6d703721e5
commit 536b26f4bc
2 changed files with 9 additions and 12 deletions

13
init.el
View file

@ -449,15 +449,13 @@ Uses `my/projects-directory' to find correct directory"
other-window))
(advice-add command :after #'pulse-line))
(use-package catppuccin-theme
(use-package base16-theme
:demand
:custom
(catppuccin-flavour 'mocha)
(catppuccin-italic-blockquotes t)
(catppuccin-italic-comments t)
(catppuccin-italic-variables nil)
(base16-theme-distinct-fringe-background t)
(base16-theme-highlight-mode-line 'contrast)
:config
(load-theme 'catppuccin t))
(load-theme 'base16-catppuccin-mocha t))
(use-package nerd-icons
:config (nerd-icons-set-font "Symbols Nerd Font Mono-12"))
@ -908,8 +906,7 @@ Uses `my/projects-directory' to find correct directory"
("C-c c e" . eglot)
("C-c c a" . eglot-code-actions)
("C-c c r" . eglot-rename))
:hook (((nix-mode python-base-mode fortran-mode f90-mode) . eglot-ensure)
(eglot-managed-mode . (lambda () (add-hook 'flymake-diagnostic-functions
:hook ((eglot-managed-mode . (lambda () (add-hook 'flymake-diagnostic-functions
'eglot-flymake-backend nil t))))
:custom
(eglot-extend-to-xref t)

View file

@ -7,7 +7,7 @@
(setopt package-selected-packages
'(
;; Theme
catppuccin-theme
base16-theme
;; UI
all-the-icons nerd-icons nerd-icons-completion nerd-icons-corfu nerd-icons-dired nerd-icons-ibuffer doom-modeline diminish ligature page-break-lines helpful which-key link-hint diff-hl
;; Completion
@ -37,7 +37,7 @@
;; Email
mu4e
;; RSS feeds
elfeed elfeed-org
elfeed elfeed-org elfeed-tube
))
(package-install-selected-packages)
(package-autoremove)