It's a batch of Tcl/Tk themes used in [alited, a lite editor%|%alited%|%] editor. 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 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 [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%|%] * [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.Themes_alited-1.0.6/6.Themes_alited-1.0.6.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%|%]