It's a batch of Tcl/Tk themes used in alited editor.
The batch contains two awthemes themes made by Brad Lanam: awlight and awdark. The themes were modified as for scrollbars (colors at hovering and hovering not).
Also, the batch contains a bit modified themes made by rdbende :
The modifications are mostly about:
The awthemes themes by 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 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 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.
Below is a screenshot of alited in Windows 10, with sun-valley dark theme: