diff --git a/db/themes/sushi b/db/themes/sushi new file mode 100644 index 0000000..51c946b --- /dev/null +++ b/db/themes/sushi @@ -0,0 +1 @@ +https://github.com/umayr/theme-sushi \ No newline at end of file diff --git a/docs/Themes.md b/docs/Themes.md index 1c07fb5..b24a226 100644 --- a/docs/Themes.md +++ b/docs/Themes.md @@ -44,6 +44,7 @@ - [russell](#russell) - [scorphish](#scorphish) - [simplevi](#simplevi) +- [sushi](#sushi) - [syl20bnr](#syl20bnr) - [taktoa](#taktoa) - [technopagan](#technopagan) @@ -1580,6 +1581,35 @@ Screenshots: ![insert mode](https://raw.github.com/syl20bnr/fish_prompt-simplevi/master/prompt_fish-simplevi-i.png) +# Sushi +> 🍣 Sushi theme for [Fishshell](http://fishshell.com). + +#### Install + +```fish +$ omf install sushi +``` + +#### Features + +* Minimal Prompt. +* Git Support. +* Displays `^` when there are stashed changes. +* Displays `*` when there are any changes to files already being tracked in the repo. +* Displays current branch name. +* Branch name color changes when there are staged changes. +* Displays number of commits current branch is ahead/behind from origin. +* By default it shows only the name of the current directory but it provides a flag `theme_complete_path` to display abbreviated current working directory instead. +* Displays Time. + +#### Screenshot + +