diff options
author | davidovski <david@davidovski.xyz> | 2022-02-16 22:30:57 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-16 22:30:57 +0000 |
commit | 8162024d4d51bdbe685a542fd68633a902208180 (patch) | |
tree | ba48646690512bedf9e7887d5bd5398206ea827e | |
parent | 03b67b1a63976e3e21342ff22c3c0c5b94881ecc (diff) |
changed default background bar colour to default background
-rw-r--r-- | src/hbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #include "colors.h" #define DEFAULT_COLOR BLACK BG_WHITE -#define DEFAULT_RESET WHITE BG_BLACK +#define DEFAULT_RESET WHITE BG_DEFAULT #define SAVE_POS "\033[s" #define LOAD_POS "\033[u" |