Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi is there a way to simply change the color of the directions? I want them to be more subtle compared  to the rest. I tried to find a variabel for them in the theme settings but I failed. 

Yes.

themes {
   my_theme : theme {
      extends = two
      colors {
         exit_list_item_pen = n
      }
   }
}

where n is the colour.

Wonderful! Thank you!