-
Notifications
You must be signed in to change notification settings - Fork 123
Themes and Colors
Will Fuqua edited this page Jun 14, 2026
·
1 revision
C# REPL highlights syntax using a theme. The default matches Visual Studio dark mode.
Pass one with --theme:
-
themes/VisualStudio_Dark.json(default) themes/VisualStudio_Light.jsonthemes/VisualStudio_BlueExtraContrast.jsonthemes/dracula.json
csharprepl --theme themes/VisualStudio_Light.jsonTo use your terminal's own colors instead of a theme file:
csharprepl --useTerminalPaletteThemeCreate your own theme.json and point --theme at it. The bundled Dracula theme is a good starting template.
C# REPL respects the NO_COLOR standard. Set the NO_COLOR environment variable to turn off colors entirely.