diff options
Diffstat (limited to '')
-rw-r--r-- | etc/portato.cfg | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 4095c23..044d0b7 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -53,8 +53,7 @@ useperversion = False updatesets = system, world # -# Frontend section for options common to more than one GUI. -# Not all frontends have to support all of the options. +# GUI section # [GUI] @@ -99,4 +98,16 @@ collapsecats = true packagetabpos = 2 systemtabpos = 2 +# +# Color section +# Values in this section are normally not editable through the GUI. +# +[COLORS] + +; background color of the table showing package infos - hex value +packagetable = ffffff + +; background color of the hint box in the preferences - hex value +prefhint = f3f785 + # vim:ts=4:sw=4:ft=cfg |