Giter Club home page Giter Club logo

Comments (3)

NamesCode avatar NamesCode commented on June 3, 2024 2

If you want to change it for your editor open catppuccin.el and go to line 777 (M-g g 777) then select up to the end of line 790 (C-SPC, M-g g 790) then paste this:

               (org-level-1 :inherit bold :foreground ,ctp-blue
                            ,@(when catppuccin-enlarge-headings
                                (list :height catppuccin-height-title-1)))
               (org-level-2 :inherit bold :foreground ,ctp-red
                            ,@(when catppuccin-enlarge-headings
                                (list :height catppuccin-height-title-2)))
               (org-level-3 :weight normal :foreground ,ctp-green
                            ,@(when catppuccin-enlarge-headings
                                (list :height catppuccin-height-title-3)))
               (org-level-4 :weight normal :foreground ,ctp-lavender)
               (org-level-5 :weight normal :foreground ,ctp-yellow)
               (org-level-6 :weight normal :foreground ,ctp-maroon)
               (org-level-7 :weight normal :foreground ,ctp-teal)
               (org-level-8 :weight normal :foreground ,ctp-mauve)

Then save the file and reload the theme. It should look like this:
image

from emacs.

NamesCode avatar NamesCode commented on June 3, 2024 1

I will definitely amend this

from emacs.

nyxkrage avatar nyxkrage commented on June 3, 2024

It was originally done like this to stay in line with how JetBrains and Neovim treat headings, so perhaps this should be discussed as a org wide change for the rest of our editors, I am certainly open to having different colors.

from emacs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.