Skip to content

Commit

Permalink
fix(): fixxing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Jan 24, 2025
1 parent 49ee4d1 commit 62f17f5
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
## NekoVimTheme
## vim

Now we are in vim too

<img src="./img/Neko.jpg">
<table width="100%">
<tr>
<th>Moon</th>
<th>Storm</th>
</tr>
<tr>
<td width="50%">
<img src="./img/nekonight-vim-moon.jpg" />
</td>
<td width="50%">
<img src="./img/nekonight-vim-storm.jpg" />
</td>
</tr>
<tr>
<th>Night</th>
<th>Day</th>
</tr>
<tr>
<td width="50%">
<img src="./img/nekonight-vim-night.jpg" />
</td>
<td width="50%">
<img src="./img/nekonight-vim-day.jpg" />
</td>
</tr>
<tr>
</table>

## Install

* Install with bundle

```vim
Plugin 'neko-night/Vim'
```

* Install with vim-plug

```
Plug 'neko-night/Vim'
```
Empty file modified autoload/lightline/colorscheme/nekonight.vim
100644 → 100755
Empty file.
Empty file modified colors/README.md
100644 → 100755
Empty file.
Empty file modified colors/nekonight-day.vim
100644 → 100755
Empty file.
Empty file modified colors/nekonight-moon.vim
100644 → 100755
Empty file.
Empty file modified colors/nekonight-night.vim
100644 → 100755
Empty file.
Empty file modified colors/nekonight-storm.vim
100644 → 100755
Empty file.
Empty file modified colors/nekonight.vim
100644 → 100755
Empty file.
Empty file modified img/Neko.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified neko.vim
100644 → 100755
Empty file.

0 comments on commit 62f17f5

Please sign in to comment.