catppuccin-nim/tests/test1.nim

10 lines
179 B
Nim
Raw Normal View History

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