phpmyadmin / themes

Third party phpMyAdmin themes
https://www.phpmyadmin.net/themes/
203 stars 153 forks source link

BooDark theme column unreadable comment value #100

Closed yanickrochon closed 1 year ago

yanickrochon commented 1 year ago

I had to modify the CSS of that theme because the dark blue on grey was simply unreadable.

https://github.com/phpmyadmin/themes/blob/7d608b5f758c626e8099407d3dcdb4f04c91d63a/boodark/scss/_common.scss#L287

I changed the value to #7df. It's very close to the column header, but it's now readable and within the palette of the theme.

adorade commented 1 year ago

@yanickrochon What version of phpMyAdmin are you using? Can you give me more information? Related to this issue: https://github.com/adorade/boodark/issues/34

adorade commented 1 year ago

Solved. Included in the next release. Thank you for using BooDark. 🥇

yanickrochon commented 1 year ago

Ah! Nice! Yes, this is related to the mentioned issue, closing this one. Thanks!

williamdes commented 1 year ago

I am re-opening it, and the PR on this repo will close it back when it's solved :)