Better theme for code blocks

Started by
0 comments, last by aganm 4 years ago

My gamedev.net has a light theme, but code blocks are dark. The contrast between white text and dark code makes it hard to read.

#include<stdio.h>

int main(void)
{
    printf("Hello, world!");
    return 0;
}
gamedev.net

I suggest code blocks should have a light theme a la github.

github

This topic is closed to new replies.

Advertisement