summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-10 00:17:46 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-10 00:17:46 +0200
commit9693723ebf004aea7947b1c68c7c8e0b949510cd (patch)
treebd8c8ba5d2977c897e0331024235dfc504fd8003 /etc
parente07df981122c71195aacec7f06fdb62227c257e2 (diff)
downloadportato-9693723ebf004aea7947b1c68c7c8e0b949510cd.tar.gz
portato-9693723ebf004aea7947b1c68c7c8e0b949510cd.tar.bz2
portato-9693723ebf004aea7947b1c68c7c8e0b949510cd.zip
Moved color info to config
Diffstat (limited to 'etc')
-rw-r--r--etc/portato.cfg15
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