diff --git a/README.md b/README.md index 09619df..5029a46 100644 --- a/README.md +++ b/README.md @@ -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 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 ) + '-' +``` \ No newline at end of file diff --git a/colors/10grans-black.vim b/colors/10grans-black.vim index 6d58999..2a8dbe5 100644 --- a/colors/10grans-black.vim +++ b/colors/10grans-black.vim @@ -1,3 +1,34 @@ +" ----------------------------------------------------------------------------- +" File: 10grans-dark.vim +" Description: 10grans inspired vim color scheme +" Author: Rain +" 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 syntax reset let g:colors_name = "10grans-black" diff --git a/colors/10grans-dark.vim b/colors/10grans-dark.vim index fe4b887..399feeb 100644 --- a/colors/10grans-dark.vim +++ b/colors/10grans-dark.vim @@ -1,3 +1,34 @@ +" ----------------------------------------------------------------------------- +" File: 10grans-dark.vim +" Description: 10grans inspired vim color scheme +" Author: Rain +" 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 syntax reset let g:colors_name = "10grans-dark" diff --git a/colors/10grans-light.vim b/colors/10grans-light.vim index aaa793f..122e793 100644 --- a/colors/10grans-light.vim +++ b/colors/10grans-light.vim @@ -1,3 +1,34 @@ +" ----------------------------------------------------------------------------- +" File: 10grans-dark.vim +" Description: 10grans inspired vim color scheme +" Author: Rain +" 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 syntax reset let g:colors_name = "10grans" diff --git a/res/10grans-black.png b/res/10grans-black.png new file mode 100644 index 0000000..45d2b35 Binary files /dev/null and b/res/10grans-black.png differ diff --git a/res/10grans-dark.png b/res/10grans-dark.png new file mode 100644 index 0000000..0853af6 Binary files /dev/null and b/res/10grans-dark.png differ diff --git a/res/10grans-light.png b/res/10grans-light.png new file mode 100644 index 0000000..48fdb67 Binary files /dev/null and b/res/10grans-light.png differ