No description
Find a file
incantatem2 d53c507cb4
Update README to remove old theme publishing info
Removed outdated publishing information for themes.
2026-07-07 07:10:56 +02:00
.github/workflows Create release.yml 2025-09-28 08:22:38 -04:00
images Add files via upload 2025-09-28 14:22:12 +02:00
LICENSE Initial commit 2025-09-28 08:21:49 -04:00
manifest.json Add files via upload 2025-09-28 14:22:12 +02:00
README.md Update README to remove old theme publishing info 2026-07-07 07:10:56 +02:00
theme.css Add files via upload 2025-09-28 14:22:12 +02:00

Desserts

My old themes Parfait and Cocoa merged into one light/dark theme. They also have some small style edits. Tweaks from Parfait have also been added to Cocoa to make it more visually interesting and more visually similar to the light theme as well.

The original Parfait and Cocoa themes are going to be retired once this one is published.

left-aligned text

I removed the left-aligned text in this version, you can, however, add this detail back if you prefer, with this simple css bit:

.markdown-preview-view.is-readable-line-width .markdown-preview-sizer {
     margin-left: -1px; 
}

(Add this in the theme css itself, not as separate snippet.)

modes

dark mode (Cocoa):

light mode (Parfait):