zupdate/include/colors.hpp
2019-11-14 17:23:32 +01:00

12 lines
248 B
C++

#ifndef COLORS_HPP
#define COLORS_HPP
#include <ztd/color.hpp>
// Global constants
extern const ztd::color no_color;
extern const ztd::color repo_color;
extern const ztd::color aur_color;
extern const ztd::color error_color;
#endif //COLORS_HPP