{"id":16933852,"url":"https://github.com/neozenith/estilo-xoria256","last_synced_at":"2025-06-20T12:36:16.144Z","repository":{"id":81515398,"uuid":"124937043","full_name":"neozenith/estilo-xoria256","owner":"neozenith","description":"Revamp of Xoria256 Vim colour scheme to use Estilo to maintain palette and lightline support","archived":false,"fork":false,"pushed_at":"2024-03-11T23:51:25.000Z","size":462,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T18:55:57.818Z","etag":null,"topics":["color-scheme","lightline","pastel","vim"],"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/neozenith.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":"2018-03-12T18:59:41.000Z","updated_at":"2024-03-11T23:52:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9a24dd2-6a63-41fd-8f6d-ddd2055702b7","html_url":"https://github.com/neozenith/estilo-xoria256","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neozenith/estilo-xoria256","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozenith%2Festilo-xoria256","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozenith%2Festilo-xoria256/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozenith%2Festilo-xoria256/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozenith%2Festilo-xoria256/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neozenith","download_url":"https://codeload.github.com/neozenith/estilo-xoria256/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neozenith%2Festilo-xoria256/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260945747,"owners_count":23087069,"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","lightline","pastel","vim"],"created_at":"2024-10-13T20:50:38.693Z","updated_at":"2025-06-20T12:36:11.130Z","avatar_url":"https://github.com/neozenith.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xoria256\n\n\u003cimg\n  align=\"right\"\n  alt=\"Xoria SVG Logo\"\n  src=\"https://raw.githubusercontent.com/neozenith/estilo-xoria256/master/logo.svg?sanitize=true\"\n/\u003e\n\nI'm in love with pastel colorschemes for development so they \ncapture enough contrast to easily convey information yet are gentle on my eyes\nwhether in a full lit office or 4am on a train into work.\n\n[Xoria256](https://github.com/vim-scripts/xoria256.vim) was originally authored by \nDmitriy Y. Zotikov (xio) \u003cxio@ungrund.org\u003e.\n\n\u003cimg\n  align=\"right\"\n  alt=\"estilo/palette/xora256.yml\"\n  src=\"https://raw.githubusercontent.com/neozenith/estilo-xoria256/master/palette-vim.png\"\n/\u003e\n\n\nYet it wasn't up to date with the symbols I needed for Javascript and NodeJS\ndevelopment and that is where [Tender](https://github.com/jacoborus/tender.vim) \ncolorscheme and the [Estilo](https://github.com/jacoborus/estilo) tooling\nby [`jacoborus`](https://github.com/jacoborus) to facilitate maintaining Vim\ncolorschemes come to the rescue and give you this generation of the Xoria256 colorscheme.\n\n\n## Work In Progress\n\nI am still working through matching the original xoria256 palette to the\nsymbols. For now I just replaced similar hues in `tender` with the xoria256 palette.\n\nHence there are no sample screenshots just yet.\n\nAlso I have baked in my brain the Powerline theme defaults for Lightline so\nNormal Mode status bar is green and Insert Mode status bar is blue.\n\n## Usage\n\n```\ncall plug#begin()\nPlug 'neozenith/estilo-xoria256'\n...\ncall plug#end()\n\nsyntax on\ncolorscheme xoria256\n\nlet g:lightline.colorscheme = 'xoria256'\n```\n\n## Maintenance\n\nThe Estilo project files are:\n - `estilo.yml`\n - `estilo/palette`\n - `estilo/syntax`\n - `estilo/...`\n\nThe Vim output files are in:\n - `colors/`\n - `autoload/`\n\n```\n# NOTE: Estilo Globs files in the estilo/ directories so keep them clean.\nrm -rfv ./**/.DS_Store\n\nnpm install\nnpm start\n```\n\n## Useful\n\nAdd the following to your `.vimrc` to inspect what syntax element a word is\ndefined as.\n\n```\n\" Show syntax highlighting groups for word under cursor\nfunction! \u003cSID\u003eSynStack()\n  if !exists(\"*synstack\")\n    return\n  endif\n  echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, \"name\")')\nendfunc\n\n\" Map leader function to call Syntax Inspector\nnmap \u003cLeader\u003esi :call \u003cSID\u003eSynStack()\u003cCR\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneozenith%2Festilo-xoria256","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneozenith%2Festilo-xoria256","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneozenith%2Festilo-xoria256/lists"}