nordGithub property

AdaptiveChromaTheme get nordGithub

Nord (dark) / GitHub (light) pairing.

Nord doesn't have an official light variant, so GitHub is a good match.

Implementation

static AdaptiveChromaTheme get nordGithub =>
    AdaptiveChromaTheme(light: ChromaTheme.github, dark: ChromaTheme.nord);