Skip to content

Commit

Permalink
User blue-grey color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil committed Jan 7, 2019
1 parent 03fa8c2 commit c7051b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project aims to use Vim as a powerful and complete Python IDE. In order
to do that, we curated a list of awesome plugins available in the community and
provided an automatic installation procedure for this set.

<img src="./docs/img/vim.png?raw=true"/>
<img src="./img/vim.png?raw=true"/>

## Installation

Expand Down Expand Up @@ -62,11 +62,11 @@ Powered by:
Easily navigate your project using:

* File tree explore (Nerdtree)
![Nerdtree](./img/nerdtree.gif)
<img src="./img/nerdtree.gif"/>
* Fuzzy finder based on the file names
![fuzzy-finder](./img/fzf.gif)
<img src="./img/fzf.gif"/>
* File structure (classes, functions, methods).
![tagbar](./img/tagbar.gif)
<img src="./img/tagbar.gif"/>
Powered by:

* [Nerdtree](https://github.com/scrooloose/nerdtree)
Expand All @@ -77,7 +77,8 @@ Powered by:

* Full text search based on both exact match and fuzzy finder capabilities
* Extremely fast.
![ripgrep](./img/ripgrep.gif)
<img src="./img/ripgrep.gif"/>

Powered by:

* [Ripgrep](https://github.com/BurntSushi/ripgrep)
Expand Down
1 change: 1 addition & 0 deletions img
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ repo_url: "https://github.com/rapphil/vim-python-ide"
google_analytics: ["UA-131814198-1", "auto"]
theme:
name: 'material'
palette:
primary: "blue-grey"
feature:
tabs: true

0 comments on commit c7051b4

Please sign in to comment.