In Theme > Settings the color that affects it is Dark. If you change that, the logo text color should change.
But it would also change a few other things. So if you only want to change the logo text color, you can use custom CSS.
Go to Tools & Plugins > Custom CSS and paste in this:
.logo {
color: blue !important;
}
Replace blue with the color hex code you want.