Set colors true

This commit is contained in:
Dimitris Zlatanidis 2022-12-30 21:06:20 +02:00
parent 7472db4471
commit 1692e4c4a6

View file

@ -60,7 +60,7 @@ class Configs:
removepkg: str = 'removepkg'
# Cli menu colors configs
colors: str = False
colors: str = True
# Wget options
wget_options = '-c -N'