Hi,
Hello, I use the theme you made and I think it's very good, do you see it possible to create a dark one? Best regards.
Hi, I have no plans to do this at the moment, but you can do this by modifying TW-Style-2.0.1/stylesheets/application.css file as follows:
Find this line
#top-menu { background-color: ##5B7493
Modify like this
#top-menu { background-color: #222222
Find this line
#main-menu li a.selected, #main-menu li a.selected:hover { background: #628DB6
Modify like this
#main-menu li a.selected, #main-menu li a.selected:hover { background: #777777
Find this line
#main-menu li a:hover { background: #fff; color: black; border-bottom: 3px solid #628DB6
Modify like this
#main-menu li a:hover { background: #fff; color: black; border-bottom: 3px solid #777777
Thank you it looks great