Merge branch 'master' of github.com:ryuslash/mode-icons

This commit is contained in:
Fidler 2017-01-16 14:30:56 -06:00
commit 60d5b4dbbb
2 changed files with 18 additions and 16 deletions

View file

@ -36,8 +36,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- mode-icons now allows for a default icon. This can be turned on - mode-icons now allows for a default icon. This can be turned on
with the new option `mode-icons-use-default-icon` with the new option `mode-icons-use-default-icon`
- Fix coloring algorithm for xpm images. - Fix coloring algorithm for xpm images.
- Fix icon for Shell-script.
- Response to emojify's update. - Response to emojify's update.
## [0.4.0] ## [0.4.0]
### Added ### Added

View file

@ -2,43 +2,43 @@
static char *bash[] = { static char *bash[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors chars-per-pixel */
"16 16 37 1 ", "16 16 37 1 ",
" c black", " c #000000",
". c #010101", ". c #010101",
"X c gray1", "X c #030303",
"o c #040404", "o c #040404",
"O c gray2", "O c #060606",
"+ c #060606", "+ c #060606",
"@ c #070707", "@ c #070707",
"# c gray3", "# c #080808",
"$ c #090909", "$ c #090909",
"% c #0B0B0B", "% c #0B0B0B",
"& c #131313", "& c #131313",
"* c #151515", "* c #151515",
"= c gray9", "= c #121212",
"- c gray16", "- c #1e1e1e",
"; c gray18", "; c #222222",
": c #313131", ": c #313131",
"> c #ACACAC", "> c #ACACAC",
", c #C0C0C0", ", c #C0C0C0",
"< c gray76", "< c #b4b4b4",
"1 c #C3C3C3", "1 c #C3C3C3",
"2 c gray77", "2 c #b7b7b7",
"3 c gray79", "3 c #bdbdbd",
"4 c #CCCCCC", "4 c #CCCCCC",
"5 c gray81", "5 c #c4c4c4",
"6 c #D8D8D8", "6 c #D8D8D8",
"7 c gray85", "7 c #d0d0d0",
"8 c gainsboro", "8 c #d3d3d3",
"9 c #E2E2E2", "9 c #E2E2E2",
"0 c gray90", "0 c #dedede",
"q c #E6E6E6", "q c #E6E6E6",
"w c #E7E7E7", "w c #E7E7E7",
"e c #F1F1F1", "e c #F1F1F1",
"r c #F5F5F5", "r c #F5F5F5",
"t c gray97", "t c #f4f4f4",
"y c #FDFDFD", "y c #FDFDFD",
"u c #FFFFFF", "u c #FFFFFF",
"i c None", "i c #000000",
/* pixels */ /* pixels */
"iiiiiiiiiiiiiiii", "iiiiiiiiiiiiiiii",
"iiiiiiiiiiiiiiii", "iiiiiiiiiiiiiiii",