Mercurial > vim
view runtime/vim16x16.xpm @ 7096:00b9f0c048db v7.4.860
commit https://github.com/vim/vim/commit/a122b5e98afe18c9cfdab31b77d2a9fbb8e36416
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Sep 8 19:13:51 2015 +0200
patch 7.4.860
Problem: Filetype detection is outdated.
Solution: Include all recent and not-so-recent changes.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 08 Sep 2015 19:15:04 +0200 |
parents | 3fc0f57ecb91 |
children | 8f04cf65ecff |
line wrap: on
line source
/* XPM */ static char * vim16x16[] = { "16 16 8 1", " c None", ". c #000000", "+ c #000080", "@ c #008000", "# c #00FF00", "$ c #808080", "% c #C0C0C0", "& c #FFFFFF", " .....#. .... ", " .&&&&&.@.&&&&. ", " .%%%%%$..%%%%$.", " .%%%$.@.&%%$. ", " .%%%$..&%%$. ", " .%%%$.&%%$.. ", " #.%%%$&%%$.@@. ", "#@.%%%&%%$.@@@@.", ".@.%%%%%..@@@@+ ", " ..%%%%.%...@. ", " .%%%%...%%.%. ", " .%%%.%%.%%%%%.", " .%%$..%.%.%.%.", " .%$.@.%.%.%.%.", " .. .%%.%.%.%.", " .. . . . "};