Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
yasukotelin committed Nov 28, 2019
1 parent a04a355 commit 20a881d
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 42 deletions.
73 changes: 31 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<h1 align="center">🎉 shirotelin 🎉</h1>

<p align="center">shirotelin is Ultimate standard New Classical light colorscheme for Vim, GVim and Neovim!</p>

- [for Visual Studio Code version](https://github.com/yasukotelin/shirotelin-vscode)
- [for JetBrains IDE version](https://github.com/yasukotelin/shirotelin-intellij)

Ultimate standard light color scheme "shirotelin" is inspired by Eclipse, notepad++, InteliJ, Visual Studio, Hidemaru editor, sakura editor, and more⚡

Supports Windows, macOS and Linux!

Supported CUI / GUI🔥
<p align="center">shirotelin is Ultimate standard light colorscheme for Vim and Neovim!</p>

<table>
<tr>
<th>NeoVim (MacOS)</th>
</tr>
<tr>
<td><img src="images/shirotelin-macos.png"></td>
</tr>
<tr>
<th>GVim (Windows)</th>
</tr>
Expand All @@ -20,7 +17,15 @@ Supported CUI / GUI🔥
</tr>
</table>

## Supported Plugins⛏
Supports Windows, macOS and Linux!
Supported CUI / GUI🔥

## Other platform!

- [for JetBrains IDE version](https://github.com/yasukotelin/shirotelin-intellij)
- [for Visual Studio Code version](https://github.com/yasukotelin/shirotelin-vscode)

## Supported Plugins Color⛏

- [] Markdown https://github.com/plasticboy/vim-markdown
- [] NERDTree https://github.com/scrooloose/nerdtree
Expand Down Expand Up @@ -52,82 +57,66 @@ If you want to manual install, you download `colors/shirotelin.vim` and puts on

## Settings

Write to your `.vimrc`.
Write to your `.vimrc` or `init.vim`.

```vimrc
colorscheme shirotelin
set background=light
```

## Features
## Pickup Colors!

### Cursorline
### Complete

If you write `set cursorline` on the .vimrc, you can see the highlighted cursor line.<br>
When you don't need cursor line, wirte `set nocursorline`.
Complete and popup are simple and classical color 😍

<img src="images/shirotelin-cursorline.gif">
<img src="images/complete.gif">

### TODO

TODO is highlighted with background Green.

<img src="images/todo.png">

### Search

<img src="images/shirotelin-search.gif">

### Complete

Complete and popup are simple and classical color 😍

<img src="images/shirotelin-complete.gif">

### Diff

Supported diff color 🤷‍♂️

<img src="images/shirotelin-diff.png">

### Terminal

Vim8 Terminal window color is black base.

<img src="./images/shirotelin-terminal.png" alt="shirotelin terminal">

## Features for Plugins
## Supported Plugins

I add colors for plugins actively.

### Markdown

https://github.com/plasticboy/vim-markdown

<img src="./images/shirotelin-markdown.png" alt="shirotelin for Markdown">

### NERDTree

https://github.com/scrooloose/nerdtree

<img src="images/shirotelin-nerd-tree.png" alt="shirotelin for NERDTree">

#### with vim-devicons

https://github.com/ryanoasis/vim-devicons

<img src="images/shirotelin-nerd-tree-with-vim-devicons.png" alt="shirotelin for NERDTree with vim-devicons">

### dart-vim-plugin

https://github.com/dart-lang/dart-vim-plugin

<img src="images/shirotelin-dart-vim-plugin.png" alt="shirotelin for dar-vim-plugin">

### coc.nvim

Supported for [coc.nvim](https://github.com/neoclide/coc.nvim).<br>

- [] Error colors
- [] Warning colors
- [] Info colros
- [] Hint colors
- [] Highlight Text
- [] CocFloating

<img src="images/shirotelin-coc-demo.gif" alt="shirotelin for coc.nvim">
<img src="images/coc-nvim.gif" alt="shirotelin for coc.nvim">

### coc-flutter

Expand Down
Binary file added images/coc-nvim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/complete.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/shirotelin-coc-demo.gif
Binary file not shown.
Binary file removed images/shirotelin-complete.gif
Binary file not shown.
Binary file removed images/shirotelin-cursorline.gif
Binary file not shown.
Binary file added images/shirotelin-macos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/shirotelin-on-linux.png
Binary file not shown.
Binary file removed images/shirotelin-on-macos.png
Binary file not shown.
Binary file removed images/shirotelin-terminal.png
Binary file not shown.

0 comments on commit 20a881d

Please sign in to comment.