From ab808aa8a06bf81b089f76f158661c0957eec65d Mon Sep 17 00:00:00 2001 From: Gered King Date: Mon, 2 May 2016 10:53:57 -0400 Subject: [PATCH] add little note about a font style bug in xcode --- Xcode/readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Xcode/readme.txt b/Xcode/readme.txt index d98c001..4cafccb 100644 --- a/Xcode/readme.txt +++ b/Xcode/readme.txt @@ -1,2 +1,8 @@ Install to: ~/Library/Developer/Xcode/UserData/FontAndColorThemes + + +NOTE: There has been a bug in Xcode for years now where bold font styling doesn't get applied + very often. Sometimes, you can trigger some kind of "refresh" where all the different + font styling gets applied properly and you'll see the function name bolding in this + theme, but the majority of the time it's not there. Unfortunate, but nothing I can do.