From 4a6c19cd2de206760f84fd0d486a9693c114ee05 Mon Sep 17 00:00:00 2001 From: Gabriel Lewertowski Date: Tue, 4 Jul 2017 15:31:42 +0200 Subject: [PATCH] allow bold --- apply-colors.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/apply-colors.sh b/apply-colors.sh index f9c69e2..f2eb0be 100644 --- a/apply-colors.sh +++ b/apply-colors.sh @@ -99,6 +99,7 @@ elif [ $TERMINAL = "mate-terminal" ]; then set_theme dset palette "'${COLOR_01}:${COLOR_02}:${COLOR_03}:${COLOR_04}:${COLOR_05}:${COLOR_06}:${COLOR_07}:${COLOR_08}:${COLOR_09}:${COLOR_10}:${COLOR_11}:${COLOR_12}:${COLOR_13}:${COLOR_14}:${COLOR_15}:${COLOR_16}'" + dset allow-bold "true" exit 0