diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-10 00:17:46 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-10 00:17:46 +0200 |
commit | 9693723ebf004aea7947b1c68c7c8e0b949510cd (patch) | |
tree | bd8c8ba5d2977c897e0331024235dfc504fd8003 /etc/portato.cfg | |
parent | e07df981122c71195aacec7f06fdb62227c257e2 (diff) | |
download | portato-9693723ebf004aea7947b1c68c7c8e0b949510cd.tar.gz portato-9693723ebf004aea7947b1c68c7c8e0b949510cd.tar.bz2 portato-9693723ebf004aea7947b1c68c7c8e0b949510cd.zip |
Moved color info to config
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 |