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_bg(s) : String
#
def
blue_bg(s) : String
#
def
cyan_bg(s) : String
#
def
dark_gray(s) : String
#
def
dark_gray_bg(s) : String
#
def
green_bg(s) : String
#
def
light_blue(s) : String
#
def
light_blue_bg(s) : String
#
def
light_cyan(s) : String
#
def
light_cyan_bg(s) : String
#
def
light_gray(s) : String
#
def
light_gray_bg(s) : String
#
def
light_green(s) : String
#
def
light_green_bg(s) : String
#
def
light_magenta(s) : String
#
def
light_magenta_bg(s) : String
#
def
light_red(s) : String
#
def
light_red_bg(s) : String
#
def
light_yellow(s) : String
#
def
light_yellow_bg(s) : String
#
def
magenta(s) : String
#
def
magenta_bg(s) : String
#
def
white_bg(s) : String
#
def
yellow_bg(s) : String
#