1
0
mirror of https://github.com/Melon-Bread/10grans-vim synced 2024-11-24 16:28:21 -05:00

Added screenshots

This commit is contained in:
Rain Clark 2021-02-07 18:50:11 -05:00
parent ebb5fdd188
commit 6d59f708f5
7 changed files with 117 additions and 0 deletions

View File

@ -8,3 +8,27 @@ The goal of this color scheme is to make sure make that even while you are editi
This scheme may improve and become more fleshed out over time balancing the colors better. This scheme may improve and become more fleshed out over time balancing the colors better.
This repo is always open to any friends for merge requests to add or improve any of the schemes This repo is always open to any friends for merge requests to add or improve any of the schemes
----
## Screenshots
- `10grans-light.vim`
![10grans-light.vim](res/10grans-light.png)
- `10grans-dark.vim`
![10grans-dark.vim](res/10grans-dark.png)
- `10grans-black.vim`
![10grans-black.vim](res/10grans-black.png)
----
```txt
.-.
( G )
'-'
```

View File

@ -1,3 +1,34 @@
" -----------------------------------------------------------------------------
" File: 10grans-dark.vim
" Description: 10grans inspired vim color scheme
" Author: Rain <rain@melonbread.dev>
" Source: https://github.com/Melon-Bread/10grans-vim
"
" ,,ggddY""""Ybbgg,,
" ,agd""' `""bg,
" ,gdP" "Ybg,
" ,dP" "Yb,
" ,dP" _,,ddP"""Ybb,,_ "Yb,
" ,8" ,dP"' `"Yb, "8,
" ,8' ,d" "b, `8,
" ,8' d" "b `8,
" d' d' ,gPPRg, `b `b
" 8 8 dP' ` 8 8
" 8 8 8) (888B 8 8
" 8 8 Yb dP 8 8
" 8 Y, "8ggg8" ,P 8
" Y, Ya aP ,P
" `8, "Ya aP" ,8'
" `8, "Yb,_ _,dP" ,8'
" `8a `""YbbgggddP""' a8'
" `Yba adP'
" "Yba adY"
" `"Yba, ,adP"'
" `"Y8ba, ,ad8P"'
" ``""YYbaaadPP""''
"
" -----------------------------------------------------------------------------
hi clear hi clear
syntax reset syntax reset
let g:colors_name = "10grans-black" let g:colors_name = "10grans-black"

View File

@ -1,3 +1,34 @@
" -----------------------------------------------------------------------------
" File: 10grans-dark.vim
" Description: 10grans inspired vim color scheme
" Author: Rain <rain@melonbread.dev>
" Source: https://github.com/Melon-Bread/10grans-vim
"
" ,,ggddY""""Ybbgg,,
" ,agd""' `""bg,
" ,gdP" "Ybg,
" ,dP" "Yb,
" ,dP" _,,ddP"""Ybb,,_ "Yb,
" ,8" ,dP"' `"Yb, "8,
" ,8' ,d" "b, `8,
" ,8' d" "b `8,
" d' d' ,gPPRg, `b `b
" 8 8 dP' ` 8 8
" 8 8 8) (888B 8 8
" 8 8 Yb dP 8 8
" 8 Y, "8ggg8" ,P 8
" Y, Ya aP ,P
" `8, "Ya aP" ,8'
" `8, "Yb,_ _,dP" ,8'
" `8a `""YbbgggddP""' a8'
" `Yba adP'
" "Yba adY"
" `"Yba, ,adP"'
" `"Y8ba, ,ad8P"'
" ``""YYbaaadPP""''
"
" -----------------------------------------------------------------------------
hi clear hi clear
syntax reset syntax reset
let g:colors_name = "10grans-dark" let g:colors_name = "10grans-dark"

View File

@ -1,3 +1,34 @@
" -----------------------------------------------------------------------------
" File: 10grans-dark.vim
" Description: 10grans inspired vim color scheme
" Author: Rain <rain@melonbread.dev>
" Source: https://github.com/Melon-Bread/10grans-vim
"
" ,,ggddY""""Ybbgg,,
" ,agd""' `""bg,
" ,gdP" "Ybg,
" ,dP" "Yb,
" ,dP" _,,ddP"""Ybb,,_ "Yb,
" ,8" ,dP"' `"Yb, "8,
" ,8' ,d" "b, `8,
" ,8' d" "b `8,
" d' d' ,gPPRg, `b `b
" 8 8 dP' ` 8 8
" 8 8 8) (888B 8 8
" 8 8 Yb dP 8 8
" 8 Y, "8ggg8" ,P 8
" Y, Ya aP ,P
" `8, "Ya aP" ,8'
" `8, "Yb,_ _,dP" ,8'
" `8a `""YbbgggddP""' a8'
" `Yba adP'
" "Yba adY"
" `"Yba, ,adP"'
" `"Y8ba, ,ad8P"'
" ``""YYbaaadPP""''
"
" -----------------------------------------------------------------------------
hi clear hi clear
syntax reset syntax reset
let g:colors_name = "10grans" let g:colors_name = "10grans"

BIN
res/10grans-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
res/10grans-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
res/10grans-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB