navigate Logo

Getting Started

  • Quick Start Guide
  • Software Installation
  • I Want To…

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up A Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Feature Container
  • REST-API
  • Plugin Architecture

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
    • navigate.config
    • navigate.controller
    • navigate.controller.configurator
    • navigate.log_files
    • navigate.model
    • navigate.tools
    • navigate.view
      • navigate.view.configurator_application_window
      • navigate.view.custom_widgets
      • navigate.view.main_application_window
      • navigate.view.main_window_content
      • navigate.view.popups
      • navigate.view.splash_screen
      • navigate.view.theme
        • navigate.view.theme.apply_theme
        • navigate.view.theme.get_theme_color
        • navigate.view.theme.get_theme_font
        • navigate.view.theme.get_theme_matplotlib_font
navigate
  • Software API
  • navigate.view
  • navigate.view.theme
  • navigate.view.theme.apply_theme
  • View page source

navigate.view.theme.apply_theme

navigate.view.theme.apply_theme(root: Tk, gui_settings: Optional[Any] = None) → tuple[str, dict[str, str]]

Apply the global ttk/tk theme to the root and all inheriting popups.

Parameters:
  • root (tk.Tk) – Root Tk instance to style.

  • gui_settings (Any, optional) – GUI configuration containing theme overrides, by default None.

Returns:

(preset_name, palette) describing the applied theme.

Return type:

tuple[str, dict[str, str]]

Previous Next

© Copyright 2026, Dean Lab, UT Southwestern Medical Center.