diff --git a/README.md b/README.md index 8409328..a9aae28 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ _2)_ It eases handling of loading and saving sessions by only working with a :SLoad load a session :SSave save a session -NOTE: Both commands can also take session names directly as an argument. You can +_NOTE_: Both commands can also take session names directly as an argument. You can also make use of completion via `` and ``. The default settings are pretty sane, so it should work without any @@ -27,6 +27,10 @@ configuration. ![Example:startify in action](https://github.com/mhinz/vim-startify/raw/master/startify.png) +_NOTE_: The colors shown in the screenshot are not the default. If you want to +tune the default colors, you can overwrite the highlight groups used by startify +in your vimrc. Have a look at `:h startify-colors`, after installing the plugin. + Feedback, please! ----------------- diff --git a/startify.png b/startify.png index 22ca2e5..d3d9e9c 100644 Binary files a/startify.png and b/startify.png differ