summaryrefslogtreecommitdiff
path: root/plugins/themes
AgeCommit message (Collapse)Author
2020-04-05themes: fix minor syntax errorMarc Cornellà
2020-03-23themes: change lstheme function to themes in $ZSH_CUSTOM in any levelMarc Cornellà
Also sort and remove duplicates, and pipe to fmt to improve output format. Fixes #8755
2020-02-19Polish themes plugin and error out if theme not foundMarc Cornellà
2020-02-19Move random theme functionality into "random" themeWilly Weiskopf
The statements for selecting a random theme in oh-my-zsh.sh and the themes plugin are duplicate. Most people eventually settle on a theme, making those lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put the random theme functionality into a theme of its own (since themes are just zsh scripts.
2018-10-08themes: add custom themes directory support to `lstheme` (#7236)Aswath K
`lstheme` command used to list only the themes listed in `$ZSH/themes/` directory. This commit adds themes in `$ZSH_CUSTOM/themes/` also to the theme listings.
2018-10-05themes: fix custom themes directory (#7233)Aswath K
2018-10-04Add READMEs to plugins: yum, mosh, themes (#7229)Aswath K
2013-10-28themes plugin now picks a random theme if no argument is provided.Kaiwen Xu
2012-06-22Added completion to the theme selection pluginRoey Darwish Dror
2012-06-22Added themes pluginRoey Darwish Dror