Add new fonts and themes

This commit is contained in:
Maciej 2024-02-13 08:51:30 +02:00
parent 38894e073a
commit 4ea57899da
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 29 additions and 21 deletions

View file

@ -49,7 +49,11 @@
;; Call LSP-UI hook
(+custom-set-lsp-ui-font-hook))
(defvar +custom-font "Iosevka")
(defvar +custom-font "Iosevka Term")
;; (defvar +custom-font "Fira Mono")
;; (defvar +custom-font "Fira Code")
;; (defvar +custom-font "Red Hat Mono")
;; (defvar +custom-font "Agave Nerd Font Mono")
;; (defvar +custom-font "Input Mono Condensed")
;; (defvar +custom-font "SF Mono")
;; (defvar +custom-font "Monaco")

View file

@ -9,6 +9,8 @@
(use-package leuven-theme :straight t :defer t)
(use-package modus-themes :straight t :defer t)
(use-package darktooth-theme :straight t :defer t)
(use-package cyberpunk-theme :straight t :defer t)
(use-package color-theme-sanityinc-tomorrow :straight t :defer t)
;; Disable cursor blinking
(blink-cursor-mode 0)
@ -25,6 +27,7 @@
(load-theme 'base16-humanoid-light t t)
;; Dark themes
(load-theme 'cyberpunk t t)
(load-theme 'darktooth t t)
(load-theme 'base16-zenburn t)
(load-theme 'base16-tomorrow-night-eighties t t)
@ -34,6 +37,8 @@
(load-theme 'base16-gruvbox-dark-hard t t)
(load-theme 'modus-vivendi t t)
(load-theme 'base16-zenbones t t)
(load-theme 'sanityinc-tomorrow-eighties t t)
(load-theme 'sanityinc-tomorrow-night t t)
;; My own theme modifications:
(require 'base16-zenburn-modified-theme
@ -44,8 +49,7 @@
(spaceline-emacs-theme)
;; Harmonic light with customizations
(enable-theme 'base16-harmonic-light-modified)
(enable-theme 'sanityinc-tomorrow-eighties)
(provide '+custom-pkg-themes)
;;; themes.el ends here