mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Touch brighter story title in grey theme.
This commit is contained in:
parent
191658a353
commit
1fb69f5a3b
2 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ static UIFont *indicatorFont = nil;
|
|||
} else {
|
||||
UIFontDescriptor *boldFontDescriptor = [fontDescriptor fontDescriptorWithSymbolicTraits: UIFontDescriptorTraitBold];
|
||||
font = [UIFont fontWithDescriptor: boldFontDescriptor size:0.0];
|
||||
textColor = UIColorFromLightSepiaMediumDarkRGB(0x333333, 0x333333, 0xB0B0B0, 0xCCCCCC);
|
||||
textColor = UIColorFromLightSepiaMediumDarkRGB(0x333333, 0x333333, 0xD0D0D0, 0xCCCCCC);
|
||||
}
|
||||
if (cell.highlighted || cell.selected) {
|
||||
textColor = UIColorFromLightDarkRGB(0x686868, 0xA0A0A0);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#import <SystemConfiguration/SystemConfiguration.h>
|
||||
#import <MobileCoreServices/MobileCoreServices.h>
|
||||
|
||||
#define DEBUG 1
|
||||
//#define DEBUG 1
|
||||
//#define PROD_DEBUG 1
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue