Skip to content

Commit c7051b4

Browse files
committed
User blue-grey color palette
1 parent 03fa8c2 commit c7051b4

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project aims to use Vim as a powerful and complete Python IDE. In order
44
to do that, we curated a list of awesome plugins available in the community and
55
provided an automatic installation procedure for this set.
66

7-
<img src="./docs/img/vim.png?raw=true"/>
7+
<img src="./img/vim.png?raw=true"/>
88

99
## Installation
1010

@@ -62,11 +62,11 @@ Powered by:
6262
Easily navigate your project using:
6363

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

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

7878
* Full text search based on both exact match and fuzzy finder capabilities
7979
* Extremely fast.
80-
![ripgrep](./img/ripgrep.gif)
80+
<img src="./img/ripgrep.gif"/>
81+
8182
Powered by:
8283

8384
* [Ripgrep](https://github.com/BurntSushi/ripgrep)

img

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./docs/img/

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ repo_url: "https://github.com/rapphil/vim-python-ide"
66
google_analytics: ["UA-131814198-1", "auto"]
77
theme:
88
name: 'material'
9+
palette:
10+
primary: "blue-grey"
911
feature:
1012
tabs: true

0 commit comments

Comments
 (0)