You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am loving the theme, but I have noticed (correct me if I am wrong) that the current version does not fontify LaTeX sections. In catppuccin-theme.el is also the line (line 479):
;; TODO: More latex faces to be themed, especially sections
However, simply including (in catppuccin-theme.el) something along the lines of (font-latex-sectioning-5-face :foreground ,ctp-red :weight bold)
seems to be overridden by AUCTeX.
Is there any way LaTeX sections can be fontified from the config from within catppuccin? I.e., not with customized faces? Or is customizing the face and saving this in my init.el the only way currently?
The text was updated successfully, but these errors were encountered:
If you can customize the face from M-x customize or set-face-attribute then you should
be able to add the changed attributes to catppuccin-theme.el. Copy the attributes that
M-x customize adds to your init.el into catppuccin-theme.el and it should work fine. If
Auctex modifies the faces try requireing and enabling the theme after you set up Auctex.
I am loving the theme, but I have noticed (correct me if I am wrong) that the current version does not fontify LaTeX sections. In
catppuccin-theme.el
is also the line (line 479):However, simply including (in
catppuccin-theme.el
) something along the lines of(font-latex-sectioning-5-face :foreground ,ctp-red :weight bold)
seems to be overridden by AUCTeX.
Is there any way LaTeX sections can be fontified from the config from within catppuccin? I.e., not with customized faces? Or is customizing the face and saving this in my
init.el
the only way currently?The text was updated successfully, but these errors were encountered: