Skip to content

Commit 8d12f61

Browse files
Update README.md
1 parent fc1009f commit 8d12f61

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

README.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ How simple is that? We're pretty proud of it and know you'll love it, too.
5454
* [Standard CSS](#standard-css)
5555
* [Tailwind](#tailwind)
5656
* [Dark Mode](#dark-mode)
57+
* [Available Themes](#available-themes)
5758
* [Annotations](#annotations)
5859
* [Plain Text Annotations](#plain-text-annotations)
5960
* [JSON Annotations](#json-annotations)
@@ -487,6 +488,82 @@ html.dark .phiki span {
487488

488489
You can learn more about rendering multiple themes with Phiki [here](https://github.com/phikiphp/phiki?tab=readme-ov-file#multi-theme-support). The only change when rendering multiple themes with Torchlight Engine is the placement of the `background-color` property, to prevent conflicts with some annotations, such as diff add and remove.
489490

491+
### Available Themes
492+
493+
The following themes are available:
494+
495+
* one-dark-pro
496+
* solarized-light
497+
* vitesse-black
498+
* github-light-default
499+
* slack-dark
500+
* everforest-dark
501+
* rose-pine-moon
502+
* everforest-light
503+
* laserwave
504+
* github-light-high-contrast
505+
* catppuccin-mocha
506+
* red
507+
* material-theme-lighter
508+
* one-light
509+
* aurora-x
510+
* tokyo-night
511+
* catppuccin-macchiato
512+
* github-dark
513+
* rose-pine-dawn
514+
* poimandres
515+
* github-dark-high-contrast
516+
* material-theme
517+
* dracula
518+
* github-dark-default
519+
* github-dark-dimmed
520+
* rose-pine
521+
* kanagawa-lotus
522+
* kanagawa-dragon
523+
* dark-plus
524+
* ayu-dark
525+
* min-dark
526+
* monokai
527+
* nord
528+
* catppuccin-frappe
529+
* github-light
530+
* dracula-soft
531+
* synthwave-84
532+
* vitesse-dark
533+
* andromeeda
534+
* light-plus
535+
* slack-ochin
536+
* solarized-dark
537+
* material-theme-ocean
538+
* vitesse-light
539+
* vesper
540+
* kanagawa-wave
541+
* plastic
542+
* material-theme-darker
543+
* night-owl
544+
* catppuccin-latte
545+
* min-light
546+
* snazzy-light
547+
* houston
548+
* material-theme-palenight
549+
* atom-one-dark
550+
* cobalt2
551+
* dark-404
552+
* fortnite
553+
* material-theme-default
554+
* moonlight-ii
555+
* moonlight
556+
* olaolu-palenight-contrast
557+
* olaolu-palenight
558+
* serendipity-dark
559+
* serendipity-light
560+
* shades-of-purple
561+
* slack-theme-dark-mode
562+
* slack-theme-ochin
563+
* winter-is-coming-blue
564+
* winter-is-coming-dark
565+
* winter-is-coming-light
566+
490567
## Annotations
491568

492569
One of the things that makes Torchlight such a joy to author with is that you can control how your code is rendered via _comments in the code you're writing._

0 commit comments

Comments
 (0)