Version 0 of ale_themes, ttk themes for alited

Updated 2021-12-29 06:35:03 by aplsimple

It's a batch of Tcl/Tk themes used in alited editor.

The batch contains a bit modified themes made by rdbende :

  • azure light and dark
  • forest light and dark
  • sun-valley light and dark

The modifications are mostly about:

  • focusing widgets (with Tab key)
  • colors of widgets
  • colors of menu
  • treeview's behavior
  • corners of widgets

Usage

The themes are used as follows:

    # azure light:
    source azure/azure.tcl
    set_theme light

    # azure dark:
    source azure/azure.tcl
    set_theme dark

    # sun-valley light:
    source sun-valley/sun-valley.tcl
    set_theme light

    # sun-valley dark:
    source sun-valley/sun-valley.tcl
    set_theme dark

    # forest light:
    source forest/forest-light.tcl
    ttk::style theme use forest-light

    # forest dark:
    source forest/forest-dark.tcl
    ttk::style theme use forest-dark

An example of usage is test.tcl. It requires apave package.

In alited editor, the themes are used along with color schemes (as seen in ini.tcl of alited source ). The color schemes are provided by apave package.

Links

Demos

Below is a screenshot of alited in Windows 10, with sun-valley dark theme:

alited-ru