From d033335db9b6e1ab33162310d2af28bc08114ee9 Mon Sep 17 00:00:00 2001 From: NRK Date: Tue, 13 Apr 2021 04:08:51 +0600 Subject: [PATCH] changed COL_TITLE to non-bold --- sxbm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sxbm b/sxbm index c51f423..d1fe8f7 100755 --- a/sxbm +++ b/sxbm @@ -18,7 +18,7 @@ DATA_FILE="${DATA_DIR}/bookmarks" # For a list of ANSI color codes, check the link below # https://gist.github.com/Prakasaka/219fe5695beeb4d6311583e79933a009 COL_LINK="\033[1;31m" # Red -COL_TITLE="\033[1;33m" # Yellow +COL_TITLE="\033[0;33m" # Yellow COL_LINE_NUM="\033[1;34m" # Blue # 1 to enable encryption, 0 to disable it