xaizek / vide (License: GPLv2+) (since 2018-12-07)
Graphical predecessor of vifm that uses GTK+.
<root> / src / icon_dirparent.xpm (1e84b68e09c8f53ce99bfb6ec9bb0312159f896b) (1,260B) (mode 100644) [raw]
/* XPM */
static char *icon_dirparent_xpm[] = {
/* width height num_colors chars_per_pixel */
"    19    16       49            1",
/* colors */
". c #000000",
"# c #080808",
"a c #313131",
"b c #393939",
"c c #423110",
"d c #5a3910",
"e c #734a10",
"f c #845218",
"g c #845a18",
"h c #8c5a18",
"i c #8c6318",
"j c #946318",
"k c #9c9c9c",
"l c #a57321",
"m c #adb5ff",
"n c #b58429",
"o c #b5b5ff",
"p c #bdbdff",
"q c #c69429",
"r c #c6c6ff",
"s c #ce9c29",
"t c #ceceff",
"u c #d6a529",
"v c #d6a531",
"w c #d6d6ff",
"x c #dead31",
"y c #deb531",
"z c #dedeff",
"A c #e7bd39",
"B c #e7c639",
"C c #e7c642",
"D c #e7ce42",
"E c #e7ce4a",
"F c None",
"G c #e7e7ff",
"H c #e7efff",
"I c #efbd31",
"J c #efefff",
"K c #f7bd39",
"L c #f7c639",
"M c #f7f7ff",
"N c #ffce39",
"O c #ffde42",
"P c #ffef4a",
"Q c #fff74a",
"R c #ffff52",
"S c #ffff5a",
"T c #ffff6b",
"U c #ffffff",
/* pixels */
"FFFFFaFFFFFFFFFFFFF",
"FFFF.UaFFFFFFFFFFFF",
"FFF.UMMaccccFFFFFFF",
"FF.MMMJMaONOlFFFFFF",
"F.MMHJGJHasuddddddd",
"...JGGGG.#aPQRQRQQe",
"FFF.JGz.NOOTPPPPPBg",
"FFF.Jzw.SSRRSPPOOxh",
"FFF.Gtr.RSRSQPOONxh",
"FFF.Gtp.bSbbbbNNAvg",
"FFF.JroobSbtrbNKIqh",
"FFF.GommbSbrmbLAvqh",
"FFFkbbbbbPbbbbAxvqh",
"FFFFgEDCCCyxxvsqqnh",
"FFFFgjijiijjjjijjif",
"FFFFFFFFFFFFFFFFFFF"
};
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vide

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vide

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master