Skip to content

Commit

Permalink
final touchups, change screenfetch-c.c -> main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Oct 31, 2014
1 parent 4d189fd commit 0e75b88
Show file tree
Hide file tree
Showing 15 changed files with 449 additions and 620 deletions.
3 changes: 1 addition & 2 deletions src/colors.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#ifndef SCREENFETCH_C_COLORS_H
#define SCREENFETCH_C_COLORS_H

/* color/fmt definitions */
#define TNRM "\x1B[0m" /* normal */
#define TBLK "\x1B[30m" /* black */
#define TRED "\x1B[31m" /* red */
Expand All @@ -27,6 +26,6 @@
#define TLBL "\x1B[1;34m" /* light blue */
#define TLPR "\x1B[1;35m" /* light purple */
#define TLCY "\x1B[1;36m" /* light cyan */
#define TWHT "\x1B[1;37m" /* white */\
#define TWHT "\x1B[1;37m" /* white */

#endif
Loading

0 comments on commit 0e75b88

Please sign in to comment.