{"id":13411600,"url":"https://github.com/Th3Whit3Wolf/onebuddy","last_synced_at":"2025-03-14T17:30:59.590Z","repository":{"id":41453226,"uuid":"303708831","full_name":"Th3Whit3Wolf/onebuddy","owner":"Th3Whit3Wolf","description":"Light and dark atom one theme","archived":false,"fork":false,"pushed_at":"2021-04-01T06:19:37.000Z","size":2422,"stargazers_count":102,"open_issues_count":4,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-31T20:48:16.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/Th3Whit3Wolf.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}},"created_at":"2020-10-13T13:16:07.000Z","updated_at":"2024-07-16T17:52:44.000Z","dependencies_parsed_at":"2022-09-14T20:03:03.216Z","dependency_job_id":null,"html_url":"https://github.com/Th3Whit3Wolf/onebuddy","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/Th3Whit3Wolf%2Fonebuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Whit3Wolf%2Fonebuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Whit3Wolf%2Fonebuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Th3Whit3Wolf%2Fonebuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Th3Whit3Wolf","download_url":"https://codeload.github.com/Th3Whit3Wolf/onebuddy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618639,"owners_count":20320269,"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":[],"created_at":"2024-07-30T20:01:14.878Z","updated_at":"2025-03-14T17:30:58.945Z","avatar_url":"https://github.com/Th3Whit3Wolf.png","language":"Lua","funding_links":[],"categories":["Colorscheme","Lua"],"sub_categories":["Tree-sitter Supported Colorscheme","Markdown and LaTeX"],"readme":"# Onebuddy\n\nAn atom one inspired dark and light colorscheme using [tjdevries/colorbuddy.vim](https://github.com/tjdevries/colorbuddy.vim)\n\nThis plugin is also an example of how easy it is to customize and make new colorschemes based on `colorbuddy`.\n\nCheck out [`lua/onebuddy.lua`](lua/onebuddy.lua)\n\n## Prequisites\n\nRequires neovim version 0.5 or greater\n\n## Screenshots\n\nDark theme\n\n![dark theme](assets/dark.png)\n\nLight theme\n\n![light theme](assets/light.png)\n\n*Font:* Jet Brains Mono\n*Statusline:* [Spaceline](https://github.com/glepnir/spaceline.vim)\n*RGB Highlightin:* [nvim-colorizer.](https://github.com/norcalli/nvim-colorizer.lua)\n\n### Getting Started\n\nYou have to make sure you install [tjdevries/colorbuddy.vim](https://github.com/tjdevries/colorbuddy.vim) Only termguicolors are supported and that will not change.\n\n#### Vim Plug\n\n```vim\nPlug 'tjdevries/colorbuddy.vim'\nPlug 'Th3Whit3Wolf/onebuddy'\n\n\" And then somewhere in your init.vim, to set the colorscheme\nlua require('colorbuddy').colorscheme('onebuddy')\n```\n\n#### Minpac\n\n```vim\ncall minpac#add('tjdevries/colorbuddy.vim')\ncall minpac#add('Th3Whit3Wolf/onebuddy')\n\n\" And then somewhere in your init.vim, to set the colorscheme\nlua require('colorbuddy').colorscheme('onebuddy')\n```\n\n#### Vim Packages\n\nIn the terminal execute this command.\n\n```sh\ncd ~/.local/share/nvim/site/pack/opt/\ngit clone https://github.com/tjdevries/colorbuddy.nvim\ngit clone https://github.com/Th3Whit3Wolf/onebuddy\n```\n\nIn your `init.vim` add the following\n\n```vim\npackadd! colorbuddy\npackadd! onebuddy\n```\n\nand then\n\n```vim\nlua require('colorbuddy').colorscheme('onebuddy')\n```\n\nor\n\n```vim\ncolorscheme onebuddy\n```\n\n### NOTE\n\n- Vim is not supported because the theme is written in lua.\n- If you feel like a language should be highlighted differently please open an issue.\n\n### TODO\n\n- [ ] Better LSP Highlighting\n- [ ] Better Diagnostic Highlighting\n- [x] Better Tree Sitter Highlighting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTh3Whit3Wolf%2Fonebuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTh3Whit3Wolf%2Fonebuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTh3Whit3Wolf%2Fonebuddy/lists"}