{"id":18687747,"url":"https://github.com/jorgechato/vim-youcolor","last_synced_at":"2025-11-08T02:30:38.565Z","repository":{"id":84530403,"uuid":"79115506","full_name":"jorgechato/vim-youcolor","owner":"jorgechato","description":"a low-key, adjustable colorscheme for vim","archived":false,"fork":false,"pushed_at":"2017-02-13T08:19:28.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T01:12:46.768Z","etag":null,"topics":["color-scheme","colorscheme","public","vim"],"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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jorgechato.png","metadata":{"files":{"readme":"README.md","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":"2017-01-16T12:19:18.000Z","updated_at":"2019-08-05T15:58:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2288d78-fc4e-4d19-94ee-d35c5581f9af","html_url":"https://github.com/jorgechato/vim-youcolor","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/jorgechato%2Fvim-youcolor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fvim-youcolor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fvim-youcolor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fvim-youcolor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgechato","download_url":"https://codeload.github.com/jorgechato/vim-youcolor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239546009,"owners_count":19656889,"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":["color-scheme","colorscheme","public","vim"],"created_at":"2024-11-07T10:34:00.080Z","updated_at":"2025-11-08T02:30:38.519Z","avatar_url":"https://github.com/jorgechato.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Youcolor\n\nVim-youcolor is a low-key vim colorscheme with an adjustable color palette for cterm color set, which\nallows you to easily match it with your terminal's theme.\nIt is based on [sprinkles](https://github.com/ajgrf/sprinkles). I strongly recommend to check that project out.\n\n## Installation\n\nVim-youcolor can be installed in the same way as most other vim plugins and\ncolorscheme. If you don't know how to install vim plugins, I recommend\ninstalling youcolor using Vundle.\n\n```vim\nPlugin 'orggue/vim-youcolor'\n```\n\n## Configuration\n\nYou can define a custom color palette for youcolor to use, with the caveats\ndescribed above. Just define the variable `g:youcolor_palette` in your vimrc:\n\n```vim\nlet g:youcolor_palette = {\n\\'text':       '16',\n\\'background': '231',\n\\'black':      '16',   'dark_grey':      '16',\n\\'red':        '160',  'bright_red':     '196',\n\\'green':      '28',   'bright_green':   '28',\n\\'yellow':     '178',  'bright_yellow':  '221',\n\\'blue':       '31',   'bright_blue':    '24',\n\\'magenta':    '161',   'bright_magenta': '139',\n\\'cyan':       '30',   'bright_cyan':    '80',\n\\'white':      '188',  'bright_white':   '231',\n\\'grey':\t\t\t '244',\t 'bright_grey':    '244',\n\\'lightgrey':\t\t\t '253',\n\\}\ncolorscheme youcolor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Fvim-youcolor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgechato%2Fvim-youcolor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Fvim-youcolor/lists"}