xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
<root> / data / colors / astrell-root.vifm (c9b366044acb6c87bb21fd82a28d9d5d7e53f73a) (1,297B) (mode 100644) [raw]
" vim: filetype=vifm :

highlight clear

highlight Border       cterm=none     ctermfg=black    ctermbg=131

highlight TopLine      cterm=none     ctermfg=black    ctermbg=white
highlight TopLineSel   cterm=bold     ctermfg=default  ctermbg=default

highlight StatusLine   cterm=none     ctermfg=black    ctermbg=white
highlight WildMenu     cterm=none     ctermfg=default  ctermbg=153

highlight CmdLine      cterm=none     ctermfg=white    ctermbg=black
highlight ErrorMsg     cterm=none     ctermfg=red      ctermbg=default

highlight  Win         cterm=none     ctermfg=0        ctermbg=182
highlight  Directory   cterm=bold     ctermfg=17       ctermbg=default
highlight  Link        cterm=none     ctermfg=94       ctermbg=default
highlight  BrokenLink  cterm=bold     ctermfg=160      ctermbg=default
highlight  Socket      cterm=bold     ctermfg=91       ctermbg=default
highlight  Device      cterm=bold     ctermfg=52       ctermbg=default
highlight  Fifo        cterm=bold     ctermfg=105      ctermbg=default
highlight  Executable  cterm=bold     ctermfg=23       ctermbg=default
highlight  Selected    cterm=bold     ctermfg=default  ctermbg=217
highlight  CurrLine    cterm=bold     ctermfg=238      ctermbg=153
highlight  OtherLine   cterm=default  ctermfg=default  ctermbg=default
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/vifm

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

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