Skip to content

Commit

Permalink
Add FlutterClosingLable color for coc-flutter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yasukotelin committed Oct 30, 2019
1 parent a2ecbae commit d276a7f
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 14 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Created by https://www.gitignore.io/api/macos,windows
# Edit at https://www.gitignore.io/?templates=macos,windows

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/macos,windows
37 changes: 23 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">🎉 shirotelin 🎉</h1>

<p align="center">shirotelin is Ultimate standard New Classical light colorscheme for Vim, GVim and neovim!</p>
<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)
Expand Down Expand Up @@ -34,11 +34,12 @@ Supported CUI / GUI🔥

## Supported Plugins⛏

- [] coc.nvim https://github.com/neoclide/coc.nvim
- [] Markdown https://github.com/plasticboy/vim-markdown
- [] NERDTree https://github.com/scrooloose/nerdtree
- [] NERDTree + vim-devicons https://github.com/ryanoasis/vim-devicons
- [] dart-vim-plugin https://github.com/dart-lang/dart-vim-plugin
- [] coc.nvim https://github.com/neoclide/coc.nvim
- [] coc-flutter https://www.npmjs.com/package/coc-flutter

## Install

Expand Down Expand Up @@ -110,6 +111,22 @@ Vim8 Terminal window color is black base.

I add colors for plugins actively.

### Markdown

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

### NERDTree

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

#### with vim-devicons

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

### 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>
Expand All @@ -123,21 +140,13 @@ Supported for [coc.nvim](https://github.com/neoclide/coc.nvim).<br>

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

### Markdown

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

### NERDTree
Supported for Closing Label on the [coc-flutter](https://www.npmjs.com/package/coc-flutter)

<img src="images/shirotelin-nerd-tree.png" alt="shirotelin for NERDTree">
> **NOTE** Closing Label is supported on only Neovim.
#### with vim-devicons

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

### dart-vim-plugin

<img src="images/shirotelin-dart-vim-plugin.png" alt="shirotelin for dar-vim-plugin">
![](./images/coc-flutter-closinglabel.png)

## Licence

Expand Down
7 changes: 7 additions & 0 deletions colors/shirotelin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,15 @@ hi CocHintFloat term=NONE cterm=NONE ctermfg=16 gui=NONE guifg=#000000
hi CocHighlightText term=NONE cterm=NONE ctermbg=255 gui=NONE guibg=#eeeeee
hi CocFloating term=NONE cterm=NONE ctermbg=229 gui=NONE guibg=#ffffaf

""""""""""""""""""""""
" coc-flutter
""""""""""""""""""""""

hi FlutterClosingLabel term=NONE cterm=NONE ctermfg=146 gui=NONE guifg=#AFAFD7

""""""""""""""""""""""
" dart-vim-plugin
""""""""""""""""""""""

hi dartTypeName term=bold cterm=bold ctermfg=23 gui=bold guifg=#005f5f

Binary file added images/coc-flutter-closinglabel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d276a7f

Please sign in to comment.