b73b6a7de54200d2ffb2ee2cbee28b448f88544d
jcasper
  Sun Jan 15 01:11:24 2023 -0800
Installing updated hg.conf files from UCSC servers

diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index fee9e1f..ab89212 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -137,32 +137,35 @@
 #   Initial release of this function requires it to be turned on here.
 browser.indelOptions=on
 #
 # There are additional fonts available, not all are perfect.
 # Uncomment this to see extra font selections in the configure page
 # fonts.extra=yes
 
 # Turn this back on after people look at genome-test
 # browser.style=../style/genome-test.css
 
 #       add config option to let users personalize background and style
 #       of the browser. Setting is saved in the cart and can be set from
 #       the configure page.
 #       format is browser.theme.<name>=<stylesheet>[,<background>]
 #       background file is optional
-# browser.theme.classic=,../images/floretTest.jpg
-# browser.theme.sansSerif=theme-modern.css,http://silverlight.net/content/samples/sl2/silverlightairlines/run/Images/Background.jpg
+browser.theme.default=theme-default.css
+browser.theme.classic=theme-classic.css
+browser.theme.sansSerif=theme-modern.css
+browser.theme.lightBlue=theme-lightBlue.css
+browser.theme.dark=theme-dark.css
 
 # Change this default documentRoot if different in your installation,
 #	to allow some of the browser cgi binaries to find help text files
 browser.documentRoot=/usr/local/apache/htdocs
 
 # optional location of grepIndex files
 # braney commented out the following like on 8/29/2012 for testing purposes
 grepIndex.genbank=/data/tmp/grepIndex
 grepIndex.default=/gbdb
 
 #  new option for track reording functions, August 2006
 hgTracks.trackReordering=on
 
 # directory for temporary bbi file caching, default is /tmp/udcCache
 # see also: README.udc