Skip to content

Commit cf3d44e

Browse files
committed
Squashed commit of the following:
commit ae04cd18ec2c88a81f2e5f345bef6443f329dceb Author: Amy <[email protected]> Date: Mon Aug 19 17:11:49 2024 -0400 remove extra comment commit 0f07a92e7ce4116bbf34580afb6c11bbc7eeb9a9 Author: Amy <[email protected]> Date: Mon Aug 19 17:10:42 2024 -0400 fix solid black markdown code blocks in yc theme
1 parent e4ab832 commit cf3d44e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Settings.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ +(void)saveThemeWithName:(NSString*)name backgroundColor:(NSString*)backgroundCo
126126
custom[XcodeThemeSelectionKey]=selectionColor;
127127
custom[XcodeThemeCursorKey]=defaultColor;
128128
custom[XcodeThemeInvisiblesKey]=commentColor;
129+
custom[XcodeThemeMarkdownCodeKey]=stringColor;
130+
131+
// TODO: markdown is fine on cass now but randomly sans-serif on zoe??
129132

130133
NSMutableDictionary* innerFonts=custom[XcodeThemeFontsKey];
131134
NSMutableDictionary* innerColors=custom[XcodeThemeColorsKey];

Xcode.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ +(instancetype)sharedPreferences;
6060
#define XcodeThemeSelectionKey @"DVTSourceTextSelectionColor"
6161
#define XcodeThemeCursorKey @"DVTSourceTextInsertionPointColor"
6262
#define XcodeThemeInvisiblesKey @"DVTSourceTextInvisiblesColor"
63+
#define XcodeThemeMarkdownCodeKey @"DVTMarkupTextInlineCodeColor"
6364

6465
#define XcodeThemeFontsKey @"DVTSourceTextSyntaxFonts"
6566
#define XcodeThemeColorsKey @"DVTSourceTextSyntaxColors"

0 commit comments

Comments
 (0)