Switch the default to a palette more like 0.14 had

This commit is contained in:
Chris Jones 2010-04-06 22:55:40 +01:00
parent 87283a927a
commit 182a0971bb
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ class PrefsEditor:
if self.config['palette'] == self.palettes[apalette]:
palette = apalette
if palette not in self.palettevalues:
palette = 'tango'
palette = 'rxvt'
widget.set_active(self.palettevalues[palette])
# Palette colour pickers
palette = self.config['palette'].split(':')