Created
February 26, 2026 10:40
-
-
Save vagmi/7310129c52febb0181c41833fb210011 to your computer and use it in GitHub Desktop.
Color theme for presentations code used with https://romannurik.github.io/SlidesCodeHighlighter
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
| { | |
| "bgColor": "#1A1919", | |
| "textColor": "#1AF4B3", | |
| "punctuationColor": "#CFDB29", | |
| "stringAndValueColor": "#FBBF8E", | |
| "keywordTagColor": "#FFD68F", | |
| "commentColor": "#FDC9F9", | |
| "typeColor": "#E7FF33", | |
| "numberColor": "#FBAE09", | |
| "declarationColor": "#01D7EF", | |
| "dimmedColor": "#FDEDED", | |
| "highlightColor": "#F5C6C6" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment