Skip to content

Commit 9b74a58

Browse files
committed
Fix some oopsie doopsies
1 parent e71e620 commit 9b74a58

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

example/result.jpg

-130 KB
Loading

example/tsoding.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ textForegroundColor = #FEFEFE
1616
textBackgroundColor = #FEFEFE00
1717

1818
;Hex color: #RGB, #RGBA, #RRGGBB or #RRGGBBAA
19-
textEdgeColor = #FEFEFE
19+
textEdgeColor = #000000
2020

2121
;Options: None, HardShadow, Bevel, GlowOutline, SoftShadow
2222
textEdgeType = SoftShadow

ytt_generator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ struct ChatParams {
245245

246246
Color textForegroundColor = {254, 254, 254, 254};
247247
Color textBackgroundColor = {254, 254, 254, 0};
248-
Color textEdgeColor = {254, 254, 254, 254};
248+
Color textEdgeColor = {0, 0, 0, 254};
249249

250250
EdgeType textEdgeType = EdgeType::SoftShadow;
251251
FontStyle fontStyle = FontStyle::MonospacedSans;

0 commit comments

Comments
 (0)