MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

Use 'secondary label color' for unselected tab font in Mojave dark mode #74

Closed shhyou closed 4 years ago

shhyou commented 4 years ago

Currently, the text of unselected tabs in dark mode is deep blue, which is the background color of selected texts, as in the tabs Bar and View below. mmtabbar-1 - Edited

This pull request proposes to change the color to gray, differentiating the text color from the background more. It is the secondary label color in NSColor. mmtabbar-0 - Edited

RobFog commented 4 years ago

Looks good!

shhyou commented 4 years ago

Thank you!