{"id":18749212,"url":"https://github.com/wolandark/mono-vim","last_synced_at":"2025-11-26T07:30:16.356Z","repository":{"id":245786785,"uuid":"819229762","full_name":"wolandark/Mono-Vim","owner":"wolandark","description":"A somber monochromatic colorscheme with almost no syntax highlights","archived":false,"fork":false,"pushed_at":"2024-06-24T05:35:01.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T22:16:31.090Z","etag":null,"topics":["monochrome","rnb","vim","vim-colorscheme"],"latest_commit_sha":null,"homepage":"","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/wolandark.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-24T05:19:13.000Z","updated_at":"2024-11-24T15:51:21.000Z","dependencies_parsed_at":"2024-06-24T06:32:22.537Z","dependency_job_id":"4e1f7471-82e1-45c1-b9d6-822052e1df4a","html_url":"https://github.com/wolandark/Mono-Vim","commit_stats":null,"previous_names":["wolandark/vim-mono"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2FMono-Vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2FMono-Vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2FMono-Vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2FMono-Vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolandark","download_url":"https://codeload.github.com/wolandark/Mono-Vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239635531,"owners_count":19672190,"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":["monochrome","rnb","vim","vim-colorscheme"],"created_at":"2024-11-07T17:06:46.331Z","updated_at":"2025-11-26T07:30:16.269Z","avatar_url":"https://github.com/wolandark.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mono-Vim\nA somber monochromatic colorscheme with almost no syntax highlights\n\n\u003cdiv\u003e\n\t\u003cimg src=\"https://github.com/wolandark/Vim-Mono/assets/107309764/dbf1bac3-3998-46ba-8fb5-f9ac085f3153\" style=\"width:60%\"\u003e\n\u003c/div\u003e\n\n### Setup\nYour `TERM` variable must report `xterm-256color`. Use a true color (termgui) capable terminal. \u003cbr\u003e\nProper settings in `~/.vimrc` are also needed.\n\n``` vim\nset background=dark\n\nif \u0026term =~ '256color'\n\tif has('termguicolors')\n\t\tlet \u0026t_8f = \"\\\u003cEsc\u003e[38;2;%lu;%lu;%lum\"\n\t\tlet \u0026t_8b = \"\\\u003cEsc\u003e[48;2;%lu;%lu;%lum\"\n\t\tset termguicolors\n\t\tcolorscheme mono\n\tendif\nendif\n```\n\n### Installation\n#### Plug\n``` lua\nPlug 'wolandark/Mono-Vim'\n```\n#### Lazy\n``` lua\n{\n\t\"wolandark/Mono-Vim\",\n\t-- optional: activate colorscheme\n\tconfig = function()\n\t\tvim.cmd.colorscheme('mono')\n\tend\n},\n\n```\nor use your favorite plugin manager.\n\n### PR \u0026 issues are welcomed\n\nMade with the excellent [vim-rnb](https://github.com/romainl/vim-rnb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolandark%2Fmono-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolandark%2Fmono-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolandark%2Fmono-vim/lists"}