aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bb.h b/bb.h
index e133800..0d0fd85 100644
--- a/bb.h
+++ b/bb.h
@@ -25,7 +25,7 @@
#include "bterm.h"
// Macros:
-#define BB_VERSION "0.20.5"
+#define BB_VERSION "0.21.0"
#ifndef PATH_MAX
#define PATH_MAX 4096
@@ -172,6 +172,8 @@ typedef struct proc_s {
#define LINK_COLOR "\033[35m"
#define DIR_COLOR "\033[34m"
#define EXECUTABLE_COLOR "\033[31m"
+#define SCROLLBAR_FG "\033[48;5;247m "
+#define SCROLLBAR_BG "\033[48;5;239m "
#define MAX_BINDINGS 1024