Posted to tcl by schelte at Thu Nov 23 13:15:01 GMT 2023view raw

  1. package ifneeded ttk::theme::azure 1.3 \
  2. [list source [file join $dir azure.tcl]]
  3. package ifneeded ttk::theme::azure-dark 1.3 \
  4. [list source [file join $dir Azure-ttk-theme azure-dark.tcl]]
  5. package ifneeded ttk::theme::forest-light 1.0 \
  6. [list source [file join $dir Forest-ttk-theme forest-light.tcl]]
  7. package ifneeded ttk::theme::forest-dark 1.0 \
  8. [list source [file join $dir Forest-ttk-theme forest-dark.tcl]]
  9. package ifneeded ttk::theme::sun-valley-light 1.0 \
  10. [list source [file join $dir Sun-Valley-ttk-theme theme light.tcl]]
  11. package ifneeded ttk::theme::sun-valley-dark 1.0 \
  12. [list source [file join $dir Sun-Valley-ttk-theme theme dark.tcl]]
  13.