Skip to content

Commit 67f28fe

Browse files
committed
Update background color to match Discord client changes
1 parent 966f746 commit 67f28fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pencil/Services/LatexService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public RenderResult Render(string input)
4343
image.Mutate(ctx =>
4444
{
4545
int halfPadding = Padding / 2;
46-
ctx.Fill(Color.FromRgb(0x36, 0x39, 0x3f)); // discord grey
46+
ctx.Fill(Color.FromRgb(0x31, 0x33, 0x38)); // discord grey
4747

4848
// ReSharper disable once AccessToDisposedClosure
4949
ctx.DrawImage(sourceImage, new Point(halfPadding, halfPadding), 1f);

0 commit comments

Comments
 (0)