;; -*- mode: eask; lexical-binding: t -*-

(package "colorful-mode"
         "1.0.4"
         "Preview any color in your buffer in real time")

(website-url "https://github.com/DevelopmentCool2449/colorful-mode")
(keywords "faces" "tools" "matching" "convenience")

(package-file "colorful-mode.el")

(script "test" "echo \"Error: no test specified\" && exit 1")

(source "gnu")

(depends-on "emacs" "28.1")
(depends-on "compat")
