Skip to content

Instantly share code, notes, and snippets.

@vagmi
Created February 26, 2026 10:40
Show Gist options
  • Select an option

  • Save vagmi/7310129c52febb0181c41833fb210011 to your computer and use it in GitHub Desktop.

Select an option

Save vagmi/7310129c52febb0181c41833fb210011 to your computer and use it in GitHub Desktop.
Color theme for presentations code used with https://romannurik.github.io/SlidesCodeHighlighter
{
"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