Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions lib/spoom/colors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ def initialize(ansi_code)
CYAN = new("\e[36m") #: Color
WHITE = new("\e[37m") #: Color

LIGHT_BLACK = new("\e[90m") #: Color
LIGHT_RED = new("\e[91m") #: Color
LIGHT_GREEN = new("\e[92m") #: Color
LIGHT_YELLOW = new("\e[93m") #: Color
LIGHT_BLUE = new("\e[94m") #: Color
LIGHT_MAGENTA = new("\e[95m") #: Color
LIGHT_CYAN = new("\e[96m") #: Color
LIGHT_WHITE = new("\e[97m") #: Color
end

Expand Down
Loading