🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Better theme for code blocks

Started by
0 comments, last by aganm 4 years, 1 month 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