Add Catppuccin themes for the editor#211
Open
limonkufu wants to merge 1 commit intobraver:gh-pagesfrom
Open
Conversation
braver
reviewed
Apr 1, 2026
| <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/theme/blackboard.css"> | ||
| <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/theme/cobalt.css"> | ||
| <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/theme/colorforth.css"> | ||
| <link rel="stylesheet" href="codemirror-catppuccin.css"> |
Owner
There was a problem hiding this comment.
Hey that looks really nice! I've seen Catpuccin before but don't know why I never used it, it's very pretty and balanced.
The file is called theme-catppuccin.css though so ...
Suggested change
| <link rel="stylesheet" href="codemirror-catppuccin.css"> | |
| <link rel="stylesheet" href="theme-catppuccin.css"> |
Please put yours below all the ones from cloudfare (ie. after yeti.css), so it doesn't get mixed up with those.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I know the site uses codemirror and whatever themes it comes with but I want to see most of the fonts against catppuccin for my own sake and thought other might feel the same
Thanks for keeping the website super simple to understand!