From 9693723ebf004aea7947b1c68c7c8e0b949510cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 10 Jul 2008 00:17:46 +0200 Subject: Moved color info to config --- etc/portato.cfg | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3