It's a batch of Tcl/Tk themes used in alited editor.
The batch contains awthemes-10.4.0 theme by Brad Lanam. The theme was modified as for scrollbars (colors at hovering and hovering not).
Also, 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
At last, the batch contains two themes (light and dark):
- lightbrown
- darkbrown
Usage
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
The lightbrown and darkbrown themes are used as follows:
# lightbrown:
source lightbrown/lightbrown.tcl
ttk::style theme use lightbrown
# darkbrown:
source darkbrown/darkbrown.tcl
ttk::style theme use darkbrown
An example of usage is test.tcl. It requires apave package.
In alited editor, the themes are used along with color schemes (see ini.tcl of alited source). The color schemes are provided by apave package.
Links
Download links:
Demos
Below is a screenshot of alited with sun-valley dark theme, in MS Windows 10: