diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-04-24 19:54:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-04-24 19:54:41 (GMT) |
commit | e92f63842fefb299340bc56966be6d2a357c9fa9 (patch) | |
tree | f44bea9d9ada7db308a813401cc9ec6d275633c1 /ds9 | |
parent | 1781ead3fcaf42d27187d4ac688bd110edb36c59 (diff) | |
download | blt-e92f63842fefb299340bc56966be6d2a357c9fa9.zip blt-e92f63842fefb299340bc56966be6d2a357c9fa9.tar.gz blt-e92f63842fefb299340bc56966be6d2a357c9fa9.tar.bz2 |
tweak themes list
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/library/ds9.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index 182b4fc..673c2b6 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -219,7 +219,7 @@ switch $ds9(wm) { package require ttk::theme::elegance # package require ttk::theme::itft1 # package require ttk::theme::keramik - package require ttk::theme::kroc +# package require ttk::theme::kroc package require ttk::theme::plastik package require ttk::theme::radiance package require ttk::theme::smog |