Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions palette/src/main/java/com/catppuccin/Color.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class Color {
/**
* Generate a Color based on the provided RGB values
* @param r the red value
* @param b the green value
* @param g the blue value
* @param g the green value
* @param b the blue value
*/
public Color(int r, int g, int b) {
this.r = r;
Expand Down