a11y-syntax-highlighting
a11y-syntax-highlighting copied to clipboard
💄 Accessible light and dark syntax highlighting themes
Just wondering whether the `-ms-high-contrast` media queries should be updated to `forced-colors`? Seems like [Microsoft is recommending](https://blogs.windows.com/msedgedev/2020/09/17/styling-for-windows-high-contrast-with-new-standards-for-forced-colors/#gist105426781:~:text=Differences%20from%20legacy%20implementations) this: ```css @media (-ms-high-contrast: active), (forced-colors: active) {} ``` Along with using the...
Hi! Good day to you! I greatly appreciate the efforts and work going into the a11y-syntax-highlighting project. I have seen much positive feedback on A11y Dark theme on Carbon and...
For context, I'm trying to use these colors in my terminal for the basic ANSI 8-colors. This theme's Purple fills in well for ANSI Magenta, but this theme's Blue is...
I would be thrilled to see support of VS Code.
When using Prism, the `dist/prism/a11y-light-on-light-dark-on-dark.css` file works as expected, but the minified `dist/prism/a11y-light-on-light-dark-on-dark.min.css` does not style the code blocks at all. Looking at its contents, it appears that it is...