diff options
-rw-r--r-- | etc/portato.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 47335ea..5e468eb 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -24,7 +24,7 @@ system = portage ; controls debug output - boolean value -debug = False +debug = true ; the command used for syncing portage - string value synccommand = emerge --sync @@ -110,7 +110,7 @@ scrollbacklines = 1000 [COLORS] ; background color of the table showing package infos - hex value -packagetable = ffffff +packagetable = fff ; background color of the hint box in the preferences - hex value prefhint = f3f785 |