doom: use catppuccin-theme

This commit is contained in:
insects 2024-09-30 18:57:49 +02:00
parent 5dcb0a4505
commit 1e69666c39
2 changed files with 6 additions and 3 deletions

View file

@ -21,7 +21,7 @@
;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example:
;;
(setq doom-font (font-spec :family "RecMonoLinear Nerd Font" :size 18 :weight 'semi-light))
(setq doom-font (font-spec :family "RecMonoLinear Nerd Font" :size 19 :weight 'semi-light))
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
;;
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
@ -32,7 +32,8 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
(setq catppuccin-flavor 'mocha)
(setq doom-theme 'catppuccin)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
@ -40,7 +41,7 @@
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")
(setq org-directory "~/Documents/org/")
;; Whenever you reconfigure a package, make sure to wrap your config in an

View file

@ -5,6 +5,8 @@
;; on the command line, then restart Emacs for the changes to take effect -- or
;; use 'M-x doom/reload'.
;; Catppucin!
(package! catppuccin-theme)
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)