Skip to content

Commit

Permalink
fix(Studio): Deserialization of Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Oct 27, 2024
1 parent 3c83c05 commit b2adbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Studio/CelesteStudio/Editing/Theme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void Dispose() {
}
}

public struct Theme {
public struct Theme() {
// Editor
public Color Background;
public Color Caret;
Expand Down

0 comments on commit b2adbfd

Please sign in to comment.