2023-04-26 20:03:36 -05:00
|
|
|
import unittest
|
|
|
|
|
|
|
|
import catppuccin
|
|
|
|
|
|
|
|
test "color":
|
2023-04-27 09:24:14 -05:00
|
|
|
check mocha.rosewater.rgb() == ColorRGB(r: 245, g: 224, b: 220)
|
2023-04-26 20:03:36 -05:00
|
|
|
|
|
|
|
test "convert":
|
2023-04-27 09:24:14 -05:00
|
|
|
check mocha.rosewater.toHex() == "F5E0DC"
|