ale_themes, ttk themes for alited

Difference between version 0 and 1 - Previous - Next
It's a batch of [Tcl/Tk] themes used in [alited, a lite editor%|%alited%|%] editor.
It'sThe a batch cofntains Tcl/Tktwo [awthemes] uthemes made by [bll%|%Brad iLanam%|%]: [''awlighte'' and, ''awdark''. liThe themes were moditfied as for%|% [scrollbar]s (coliors at hovering and%|%] hovedritng nort).
TAlso, the batch contains a bit modified themes made by [https://github.com/rdbende%|%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 [awthemes] themes by [bll%|%Brad Lanam%|%] are used as follows:

======    package require awthemes
    # for the dark theme:
    package require ttk::theme::awdark
    # for the light theme:
    package require ttk::theme::awlight
======

The themes by [https://github.com/rdbende%|%rdbende%|%] 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 [Pave, sort of geometry manager%|%apave%|%] package.

In [alited, a lite editor%|%alited%|%] editor, the themes are used along with color schemes (as seen in ''ini.tcl'' of [https://github.com/aplsimple/alited%|%alited source%|%]). The color schemes are provided by [Pave, sort of geometry manager%|%apave%|%] package.

** Links **

   * [https://chiselapp.com/user/aplsimple/repository/ale_themes/download%|%ale_themes at chiselapp%|%]
   * [https://github.com/aplsimple/ale_themes%|%ale_themes at github%|%]
   * [awthemes]

   * [https://github.com/rdbende%|%rdbende%|%]

   * [https://aplsimple.github.io/en/tcl/alited%|%alited%|%]

   * [https://aplsimple.github.io/en/tcl/pave%|%apave%|%]

** Demos **

   * [https://github.com/aplsimple/ale_themes/releases/download/ale_themes-1.0/ale_themes.mp4%|%demo of ale_themes%|%]
   * [https://github.com/aplsimple/alited/releases/download/6.ThDemeos_of_alited-1.03.65/6.Themes_alited-1.03.65.mp4%|%themes in alited%|%]

Below is a screenshot of [alited, a lite editor%|%alited%|%] in Windows 10, with ''sun-valley dark'' theme:

[https://aplsimple.github.io/en/tcl/alited/files/alited-win10.png%|%alited-ru%|%]