module SlackLogger::Color

Direct including types

Defined in:

slack-logger/color/color.cr

Constant Summary

COLORS = ["black", "red", "green", "yellow", "blue", "magenta", "cyan", "light_gray", "dark_gray", "light_red", "light_green", "light_yellow", "light_blue", "light_magenta", "light_cyan", "white"] of ::String

Instance Method Summary

Instance Method Detail

def black(s) : String #

[View source]
def black_bg(s) : String #

[View source]
def blue(s) : String #

[View source]
def blue_bg(s) : String #

[View source]
def cyan(s) : String #

[View source]
def cyan_bg(s) : String #

[View source]
def dark_gray(s) : String #

[View source]
def dark_gray_bg(s) : String #

[View source]
def green(s) : String #

[View source]
def green_bg(s) : String #

[View source]
def light_blue(s) : String #

[View source]
def light_blue_bg(s) : String #

[View source]
def light_cyan(s) : String #

[View source]
def light_cyan_bg(s) : String #

[View source]
def light_gray(s) : String #

[View source]
def light_gray_bg(s) : String #

[View source]
def light_green(s) : String #

[View source]
def light_green_bg(s) : String #

[View source]
def light_magenta(s) : String #

[View source]
def light_magenta_bg(s) : String #

[View source]
def light_red(s) : String #

[View source]
def light_red_bg(s) : String #

[View source]
def light_yellow(s) : String #

[View source]
def light_yellow_bg(s) : String #

[View source]
def magenta(s) : String #

[View source]
def magenta_bg(s) : String #

[View source]
def red(s) : String #

[View source]
def red_bg(s) : String #

[View source]
def white(s) : String #

[View source]
def white_bg(s) : String #

[View source]
def yellow(s) : String #

[View source]
def yellow_bg(s) : String #

[View source]