catppuccin-nim/tests/test1.nim

10 lines
177 B
Nim
Raw Normal View History

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"