Skip to content

How to use Catppuccin Black without a fork? #199

Closed Answered by azzamsa
azzamsa asked this question in Q&A
Discussion options

You must be logged in to vote

Use custom-set-faces.

(use-package catppuccin-theme
  :ensure t
  :config
  (setq catppuccin-flavor 'mocha)

  ;; `Overlay0` is too dim AA (3.35:1). `Overlay2` on base is (5.81:1).
  ;; but `Overlay2` is too bright for a comment.
  ;; Using `Subtext0` will get AAA, but it too similar to `Text`.
  (catppuccin-set-color 'overlay0 "#7f849c" 'mocha)

  ;; Catppuccin black.
  (catppuccin-set-color 'base "#000000" 'mocha)
  (catppuccin-set-color 'mantle "#000000" 'mocha)
  (catppuccin-set-color 'crust "#000000" 'mocha)

  (catppuccin-reload)
  (load-theme 'catppuccin t))

(with-eval-after-load 'catppuccin-theme
  ;; Must be used *after* the theme is loaded
  (custom-set-faces
   ;; The default …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by azzamsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant