{"id":13898533,"url":"https://github.com/xero/sourcerer","last_synced_at":"2025-05-05T15:32:57.506Z","repository":{"id":62343617,"uuid":"38217539","full_name":"xero/sourcerer","owner":"xero","description":"read code like a wizard. a 16bit color scheme for hackers","archived":false,"fork":false,"pushed_at":"2018-10-23T03:24:26.000Z","size":928,"stargazers_count":156,"open_issues_count":3,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T01:09:42.709Z","etag":null,"topics":["colors","iterm","shell","terminal-colors","vim","vim-colors","vim-colorscheme","xdefaults","xresources","xterm"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-28T23:04:32.000Z","updated_at":"2024-12-03T03:20:10.000Z","dependencies_parsed_at":"2022-10-31T05:00:29.040Z","dependency_job_id":null,"html_url":"https://github.com/xero/sourcerer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xero%2Fsourcerer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xero%2Fsourcerer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xero%2Fsourcerer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xero%2Fsourcerer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xero","download_url":"https://codeload.github.com/xero/sourcerer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252524260,"owners_count":21762060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colors","iterm","shell","terminal-colors","vim","vim-colors","vim-colorscheme","xdefaults","xresources","xterm"],"created_at":"2024-08-06T18:04:20.371Z","updated_at":"2025-05-05T15:32:57.248Z","avatar_url":"https://github.com/xero.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"```\n   ██████  ██████  ██   ██ ██████  █████   █████  ██████  █████  ██████\n  ██░░░░  ██░░░░██░██  ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██\n ░░█████ ░██   ░██░██  ░██ ░██ ░░░██  ░░ ░███████ ░██ ░░░███████ ░██ ░░\n  ░░░░░██░██   ░██░██  ░██ ░██   ░██   ██░██░░░░  ░██   ░██░░░░  ░██   \n  ██████ ░░██████ ░░██████░███   ░░█████ ░░██████░███   ░░██████░███   \n ░░░░░░   ░░░░░░   ░░░░░░ ░░░     ░░░░░   ░░░░░░ ░░░     ░░░░░░ ░░░   \n  r  e  a  d     c  o  d  e     l  i  k  e     a     w  i  z  a  r  d \n\n sourcerer by xero harrison (http://sourcerer.xero.nu)\n  ├─ based on sorcerer by Jeet Sukumaran (http://jeetworks.org)\n  └─ based on mustang by Henrique C. Alves (hcarvalhoalves@gmail.com)\n```\n\n![](https://raw.githubusercontent.com/xero/sourcerer/master/termcolors.png)\n\na 16 bit color scheme for hackers.\n - [vim](#vim)\n - [Xresources](#Xresources)\n - [framebuffer](#framebuffer)\n - [iterm](#iterm)\n\n# install\n\n![](https://raw.githubusercontent.com/xero/sourcerer/master/preview.png)\n\n## vim\n\ncopy [sourcerer.vim](https://github.com/xero/sourcerer/blob/master/sourcerer.vim) to `~/.vim/colors/` or install it from the [standalone repo](https://github.com/xero/sourcerer.vim) with your vim plugin manager e.g. `Plugin 'xero/sourcerer.vim'`\n\nthen in your `~/.vimrc` add `colorscheme sourcerer` and turn `:syntax on`.\n\n## Xresources\n\ncopy the contents of [sourcerer.Xresources](https://github.com/xero/sourcerer/blob/master/sourcerer.Xresources) into your `~/.Xresources` or `~/.Xdefaults` file. your system may require you to call `xrdb -merge ~/.Xresources` and/or restart your terminal emulator.\n\n## framebuffer\n\ncopy [sourcerer.sh](https://github.com/xero/sourcerer/blob/master/sourcerer.sh) into your home directory and add `source ~/sourcerer.sh` to your shell init script `~/.bashrc` or `~/.zshrc`. colors will only be applied in a new tty session.\n\n## iterm\n\nlaunch iterm/item2, type `CMD+i`, navigate to `Colors` tab, click on `Load Presets`, click on `Import` and select [sourcerer.itermcolors](https://github.com/xero/sourcerer/blob/master/sourcerer.itermcolors).\n\n## pygments \n\ncopy [sourcerer.py](https://github.com/xero/sourcerer/blob/master/sourcerer.py) to your styles directory, ususally `/usr/lib/python3.5/site-packages/pygments/styles`. then set the style when you use the command: `pygmentize -O style=sourcerer -f console256 -g` (make it can alias like `ccat` or `c`).\n\n![](https://raw.githubusercontent.com/xero/sourcerer/master/sourcerer_shell.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxero%2Fsourcerer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxero%2Fsourcerer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxero%2Fsourcerer/lists"}