1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

allow bold

This commit is contained in:
Gabriel Lewertowski 2017-07-04 15:31:42 +02:00
parent 7656d5d47f
commit 4a6c19cd2d

View File

@ -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