summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2025-05-22fix(blinks)!: use `default` instead of `black` color (#13123)G'lek Tarssza
2025-04-19fix(agnoster): respect bg / fg user envs (#12897)Pedro A. Aranda Gutiérrez
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-20fix(nicoluaj): avoid overriding customization params (#12859)Hong Xu
2025-02-19fix(agnoster): print white text over black for light theme only (#12983)tuzi3040
2025-02-14fix(agnoster): print white text over black (#12525)Adrien Plazas
2025-02-12feat(agnoster): add color config and add some git stuff (#12505)Stephen Gelman
Co-authored-by: Kilobyte22 <stiepen22@gmx.de> Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-01-15fix(sonicradish): reset color typo (#12912)Abhijeet Vashistha
2024-12-30fix(af-magic): add logic for virtualenv separator (#12875)Kalle Ahlström
2024-10-08feat(jonathan): add virtualenv support (#12705)Paul
Co-authored-by: paul <paul@MAINPC>
2024-09-24fix(aussiegeek): quote color sequencesMarc Cornellà
2024-09-18feat(gnzh): add virtualenv prompt (#12666)rakeshgm
2024-09-03Revert "fix(awesomepanda): new line wrap" (#12651)Marc Cornellà
This reverts commit 80c114cb3a64044ea50b623f96a35bc022db5e8d.
2024-07-15feat(bira): add `conda` env information (requires `conda-env` plugin) (#12546)Teddy Masters
Closes #10274 Closes #12546 Co-authored-by: elfisworking <zymustb@126.com> Signed-off-by: elfisworking <zymustb@126.com>
2024-07-12refactor(pygmalion): simplify theme logic and prompt sequences (#12550)Marc Khouri
* Simplify Pygmalion Theme The Pygmalion theme previously had some logic for counting line length and taking action based on line length. The action was removed in c52441b624c0b1fa075bc6110032bd4e75311909, but the counting still needlessly happens. This commit removes the code to count line length, and simplifies the Pygmalion theme by moving the "precmd" into the setup. As a bonus unintended side effect, this makes the Pygmalion theme compatible with the current async prompting logic (i.e. after this change, Pygmalion is no longer affected by https://github.com/ohmyzsh/ohmyzsh/issues/12328) * refactor(pygmalion): redo and simplify prompt sequences With this commit we put the minimal needed color resets, i.e. only when we don't control the previous text we need to do a full reset. Otherwise we can just use %F{} to change only the foreground color. Co-authored-by: Marc Cornellà <marc@mcornella.com>
2024-06-17fix(essembeh): use async prompt (#12512)Sébastien MB
2024-05-22Revert "feat(agnoster): add `anaconda` env information (#12434)"Carlo Sala
This reverts commit 309129f651eeeca62c3a3b7f6817f0ac601db9f0.
2024-05-22chore(agnoster): typo (#12437)robinverduijn
2024-05-21feat(agnoster): add `anaconda` env information (#12434)Daniel Ochoja
2024-05-15feat(amuse): add whitespace before virtualenv (#12423)Fritz Reichwald
2024-04-23feat(fishy): add color to username (#12369)John Matczak
2024-04-16fix(agnoster): prevent accidental alias useMarc Cornellà
2024-03-26style: remove trailing whitespace (#12303)vladislav doster
2024-02-12feat(bira): add support for `kube-ps1` prompt (#8437)SgtDaJim
2024-01-25fix(awesomepanda): new line wrapEemil Lagerspetz
Closes #5982 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-08fix(rkj-repos): check if `~/.hgrc` exists (#12148)ChaosInventor
2023-11-24fix(robbyrussell): line wrapping for some systems (#12058)Yuxuan Lu
2023-10-13fix(gnzh): Don't show .local for local hostnames in themeRobby Russell
Fixes #10871
2023-10-13fix(avit): RPROMPT Fix for #10307 (#11131)Steve Lessard Jr
Co-authored-by: Steve Lessard <slessardjr@users.noreply.github.com>
2023-09-11feat(oldgalois): add theme (#11880)Felipe Gallois
Closes #11879
2023-09-11feat(mortalscumbag): show toolbox info (#11884)AJ Jordan
2023-09-06feat(gallois): big rewrite to `gallois` theme (#11867)Felipe Gallois
2023-07-25feat(agnoster): add git tag to prompt (#8417)jabunovoty
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com>
2023-07-25feat(fino-time): add conda environment (#11785)naturedamends
2023-07-23fix(michelebologna): use blue instead of white (#11810)Zou Yang
2023-05-24fix(bureau): properly display git stash info (#11711)rogarb
2023-05-23feat(half-life): add virtualenv prompt (#11708)Felipe Francisco
2023-05-22feat(bureau): ignore hidden git repos (#11707)rogarb
The git_prompt_info() function in lib/git.zsh ignores git repos which contains a specific config key, allowing to effectively "hide" them from the prompt. Unfortunately, the bureau theme doesn't use the library function to build its prompt. This commit modifies the specific prompt generation function in the bureau theme in order to achieve the same behaviour.
2023-05-09fix(robbyrussell) multiline command editing (#11681)roodkcab
Co-authored-by: chenshuoshi <chenshuoshi@inagora.cn> Closes #11680
2023-05-03fix(apple): go back to previous iconCarlo Sala
Turns out that <U+F8FF> is a reserved unicode code that is Apple logo in Apple systems. Nerd fonts was overwritting that code to other stuff in v2 and that's why I thought it needed to be replaced. Closes #11665 This reverts commit 693e3dcc447b5d6fa611eea43166ea2b4e0ed877.
2023-05-02fix(apple): replace deprecated nerdfonts iconCarlo Sala
2023-02-23fix(af-magic): fix logic for separator with virtualenv (#11518)WaferJay
2023-02-14fix(af-magic): fix python venv checking logic (#11495)shelfofclub
2023-02-09feat(amuse): add virtualenv support (#8987)Samyak Sarnayak
Fixes #7766 Closes #8814
2023-01-23feat(mlh): add separate prompt symbol for root user (#11451)Bartek Pacia
2022-12-09feat(agnoster): add remote-tracking status to prompt (#7209)Dan Wallis
2022-11-23fix(avit): replace deprecated GREP_COLOR (#11168)Mathieu Fenniak
2022-11-04docs: fix some capitalization typos(#11293)Frieder Bluemle
2022-07-12fix(frontcube): fix escape of reset color sequence (#10921)Anubhav Sharma
2022-04-09fix(frisk): fix color typo in `PS2` (#10839)PierreD
2022-03-03fix: fix svn branch output in themes: apple, gentoo, kolo, zhann (#10751)Marc Cornellà
Fixes #10751