Skip to content

Commit 638df18

Browse files
committed
Squashed commit of the following:
commit d453542 Author: Amy <[email protected]> Date: Sun May 18 02:13:11 2025 -0400 it continues to never end t2 air to mc commit 8805c72 Author: Amy <[email protected]> Date: Sun May 18 01:46:33 2025 -0400 it never ends changes made on mc to be checked on t2 air. sigh commit 3fe2b47 Author: Amy <[email protected]> Date: Sat May 17 19:20:52 2025 -0400 more retina air adjustment commit 1db899e Author: Amy <[email protected]> Date: Sat May 17 19:13:02 2025 -0400 test on t2 mba better screen, mc doesn't really show pinks/purples well commit 4c44692 Author: Amy <[email protected]> Date: Sat May 17 12:37:43 2025 -0400 Squashed commit of the following: commit 48f0a2d30bcec97da46f8d4653f75171d8cd953a Author: Amy <[email protected]> Date: Wed May 14 01:53:01 2025 -0400 slightly adjust other colors to match commit 546d4862909d020c9a3daca6caea6dc79b118c50 Author: Amy <[email protected]> Date: Wed May 14 01:36:07 2025 -0400 slightly darken highlight colors commit c08cd0aeeb583814a7c4489a496cee766d945a7d Author: Amy <[email protected]> Date: Wed May 14 01:26:27 2025 -0400 revert all but highlight changes commit c29832b2f1173e40191b5d442c0e87b804ba1974 Author: Amy <[email protected]> Date: Tue May 13 19:20:00 2025 -0400 test mc theme
1 parent 2a0e941 commit 638df18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Settings.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ +(void)saveSimpleThemeWithName:(NSString*)name background:(NSString*)backgroundC
208208
NSString* italic=@"SFMono-RegularItalic - 13.0";
209209
NSString* bold=@"SFMono-Bold - 13.0";
210210

211-
[Settings saveThemeWithName:name backgroundColor:backgroundColor highlightColor:highlightColor selectionColor:selectionColor defaultFont:regular defaultColor:normalColor commentFont:italic commentColor:metaColor preprocessorFont:regular preprocessorColor:metaColor classFont:bold classColor:typeColor functionFont:regular functionColor:typeColor keywordFont:bold keywordColor:keywordColor stringFont:bold stringColor:stringColor numberFont:bold numberColor:numberColor];
211+
[Settings saveThemeWithName:name backgroundColor:backgroundColor highlightColor:highlightColor selectionColor:selectionColor defaultFont:regular defaultColor:normalColor commentFont:italic commentColor:metaColor preprocessorFont:regular preprocessorColor:metaColor classFont:bold classColor:typeColor functionFont:bold functionColor:typeColor keywordFont:bold keywordColor:keywordColor stringFont:bold stringColor:stringColor numberFont:bold numberColor:numberColor];
212212
}
213213

214214
+(void)reset
@@ -218,7 +218,7 @@ +(void)reset
218218
mapping.reset;
219219
}
220220

221-
[Settings saveSimpleThemeWithName:getAppName() background:@"1 1 1" highlight:@"0.95 0.95 1" selection:@"0.8 0.8 1" normal:@"0.3 0.3 0.6" meta:@"0.5 0.5 0.8" type:@"0.6 0.1 1" keyword:@"0.8 0.2 0.4" string:@"0.9 0.4 0.9" number:@"0.2 0.5 1"];
221+
[Settings saveSimpleThemeWithName:getAppName() background:@"1 1 1" highlight:@"0.95 0.925 1" selection:@"0.85 0.775 1" normal:@"0.4 0.3 0.7" meta:@"0.6 0.5 0.9" type:@"0.5 0.2 0.8" keyword:@"0.7 0.2 0.8" string:@"0.85 0.35 1" number:@"0.45 0.3 1"];
222222
[Settings setCurrentThemeName:getAppName()];
223223
}
224224

Utils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CGImageRef createAppIcon(CGColorRef background,CGColorRef stroke,CGColorRef fill
3030
[container renderInContext:context];
3131

3232
CGContextSetLineJoin(context,kCGLineJoinRound);
33-
CGContextSetLineWidth(context,36);
33+
CGContextSetLineWidth(context,40);
3434
CGContextSetTextDrawingMode(context,kCGTextFillStroke);
3535
CGContextSetFillColorWithColor(context,fill);
3636
CGContextSetStrokeColorWithColor(context,stroke);

0 commit comments

Comments
 (0)