diff --git a/db/themes/lolfish b/db/themes/lolfish
new file mode 100644
index 0000000000000000000000000000000000000000..a2a175a5e09f7757a6c879db8702dd20975ad03f
--- /dev/null
+++ b/db/themes/lolfish
@@ -0,0 +1 @@
+https://github.com/er0/lolfish.git
diff --git a/docs/Themes.md b/docs/Themes.md
index a99ec6cd30fb514748eda00442b0d33172772c51..14e2b0bb6341c835fae346ca5c3c57aca013ebb7 100644
--- a/docs/Themes.md
+++ b/docs/Themes.md
@@ -33,6 +33,7 @@
 - [l](#l)
 - [lambda](#lambda)
 - [led](#led)
+- [lolfish](#lolfish)
 - [mtahmed](#mtahmed)
 - [nai](#nai)
 - [nelsonjchen](#nelsonjchen)
@@ -272,6 +273,7 @@ You can override some of the following default options in your `config.fish`:
 set -g theme_display_git no
 set -g theme_display_git_untracked no
 set -g theme_display_git_ahead_verbose yes
+set -g theme_display_vagrant yes
 set -g theme_display_hg yes
 set -g theme_display_virtualenv no
 set -g theme_display_ruby no
@@ -294,6 +296,7 @@ set -g default_user your_normal_user
 
 **Prompt options**
 - `theme_display_ruby`. Use `no` to completely hide all information about Ruby version. By default Ruby version displayed if there is the difference from default settings.
+- `theme_display_vagrant`. This feature is disabled by default, use `yes` to display Vagrant status in your prompt. Please note, only VirtualBox provider is supported.
 
 [THEMES-NAMESPACE-bobthefish-fish]:       https://github.com/fish-shell/fish-shell
 [THEMES-NAMESPACE-bobthefish-screenshot]: http://i.0x7f.us/bobthefish.png
@@ -1390,6 +1393,8 @@ omf install lambda
 [THEMES-NAMESPACE-led-Wahoo]: https://github.com/bucaran/wahoo
 
 
+# lolfish
+See https://github.com/er0/lolfish.git for details
 # mtahmed
 #### mtahmed
 
@@ -1618,6 +1623,12 @@ This is similar to godfat's gitstatus theme, but mainly includes red, white, cya
 
 #### Install
 
+##### Fisherman
+
+```fish
+fisher install pure
+```
+
 ##### Oh-My-Fish
 
 ```fish