From 67b7323993f78965c5c75a4d75bec7a5f8fdf19e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 17 Oct 2021 19:14:31 +0700 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c3b2d96..c41f991 100644 --- a/readme.md +++ b/readme.md @@ -48,9 +48,9 @@ If you want code syntax highlighted, use GitHub Flavored Markdown rendered from There are 3 themes provided in this package: -- **github-markdown.css**: (default) Automatically switch between light and dark through [`@media (prefers-color-scheme)`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme). -- **github-markdown-light.css**: Light only. -- **github-markdown-dark.css**: Dark only. +- **github-markdown.css**: (default) Automatically switches between light and dark through [`@media (prefers-color-scheme)`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme). +- **github-markdown-light.css**: Light-only. +- **github-markdown-dark.css**: Dark-only. You may know that now GitHub supports more than 2 themes including `dark_dimmed`, `dark_high_contrast` and `colorblind` variants. If you want to try these themes, you can generate them on your own! See next section.