Game Dev Tycoon

Game Dev Tycoon

View Stats:
wskrzesic Jul 19, 2021 @ 4:50pm
is there a dark theme for gdt?
or some way to make the background with a dark color?
< >
Showing 1-1 of 1 comments
iLlertton Nov 26, 2023 @ 10:15pm 
i know im a couple years late to answer, but I couldn't find any answers anywhere so I gave it a go myself and I think this works without any issues

first you'll have to go to the directory for the game through steam (right click the game in your library > manage > browse local files)

then go to /css/layout.css

on line 114 is what defines the colour and pattern of the background

.mainBackgroundOverlay { /*#marron from top: background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #630000 0%, #5E0000 50%, #300000 100%);*/ /*orangish from top: background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #FFE18D 0%, #FFE9BD 50%, #FFF5D9 100%);*/ background-image: -ms-radial-gradient(center, ellipse closest-side, #FFE18D 0%, #FFE9BD 50%, #FFF5D9 100%); background-image: -webkit-radial-gradient(center, ellipse closest-side, #FFE18D 0%, #FFE9BD 50%, #FFF5D9 100%); }

remove that and you'll have the game with a black background. I might come back and update this with how to change the other colours of the UI, but I'm not very good with CSS.
Last edited by iLlertton; Nov 26, 2023 @ 10:15pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50