{"id":19139868,"url":"https://github.com/cadadr/vim-lithochromatic","last_synced_at":"2026-06-23T14:32:03.830Z","repository":{"id":90401736,"uuid":"400820703","full_name":"cadadr/vim-lithochromatic","owner":"cadadr","description":"A light colour theme for vim","archived":false,"fork":false,"pushed_at":"2021-08-28T15:05:19.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"default","last_synced_at":"2026-03-08T03:58:27.356Z","etag":null,"topics":["vim","vim-theme"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cadadr.png","metadata":{"files":{"readme":"Readme.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-28T15:02:49.000Z","updated_at":"2021-08-28T15:05:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"54154744-98e2-4cde-90ba-7b50a1d9fcd7","html_url":"https://github.com/cadadr/vim-lithochromatic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cadadr/vim-lithochromatic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fvim-lithochromatic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fvim-lithochromatic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fvim-lithochromatic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fvim-lithochromatic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cadadr","download_url":"https://codeload.github.com/cadadr/vim-lithochromatic/tar.gz/refs/heads/default","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fvim-lithochromatic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34694780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["vim","vim-theme"],"created_at":"2024-11-09T07:15:32.881Z","updated_at":"2026-06-23T14:32:03.813Z","avatar_url":"https://github.com/cadadr.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lithochromatic Theme for Vim\n\n---\n\n**Note**: this repo is recreated from the version published on the\nVimScripts website at\n\u003chttps://www.vim.org/scripts/script.php?script_id=4406\u003e.  It's pretty\ncrude right now, but I'll probably update the Readme and maybe the theme\na bit in the future.\n\n---\n\nLithochromatic is a minimalist light Vim theme\n\n\n\u003ctable\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n      \u003cimg src=\"screenshots/singlepane.png\"\n           title=\"screenshot with single panel\"\n           alt=\"Demo screenshot with line numbers and themse source code.  Light theme with purple, green and blue highlights. Line numbers column with khaki bg and black fg, so that it stands out.\"/\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"screenshots/threepanes.png\"\n           title=\"screenshot with three panels\"\n           alt=\"screenshot with 3 splits: C code, python code, and markdown. The panel with C has the visual mode on, and the highlight has flashy green bg colour.\"/\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n\u003c!-- TODO: add screenshots here --\u003e\n\n## Installation\n\nI've been away from vim for quite a while, so I don't know which package\nmanager is used widely these days, but using one should be\nstraightforward.\n\nTo install manually:\n\n    $ mkdir -p ~/.vim/colors/\n    $ curl https://raw.github.com/cadadr/vim-lithochromatic/default/colors/lithochromatic.vim \u003e ~/.vim/colors/lithochromatic.vim\n\nThen set your colorscheme to lithochromatic:\n\n```vimscript\nif \u0026term=~'xterm' || has(\"gui_running\")\n    set t_Co=256\n    colorscheme lithochromatic\nendif\n```\n\nImportant: This color scheme only supports 256-color terminals and GUI\nVim.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadadr%2Fvim-lithochromatic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcadadr%2Fvim-lithochromatic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadadr%2Fvim-lithochromatic/lists"}