{"id":13411857,"url":"https://github.com/embark-theme/vim","last_synced_at":"2025-03-14T17:31:11.481Z","repository":{"id":45076168,"uuid":"277658686","full_name":"embark-theme/vim","owner":"embark-theme","description":"An ambitious theme for vim","archived":false,"fork":false,"pushed_at":"2025-01-26T03:34:28.000Z","size":2905,"stargazers_count":670,"open_issues_count":1,"forks_count":26,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-07T01:11:53.900Z","etag":null,"topics":["colorschme","neovim","syntax-highlighting","syntax-theme","vim","vim-colors","vim-colorscheme"],"latest_commit_sha":null,"homepage":"https://embark-theme.github.io/","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/embark-theme.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":"2020-07-06T22:07:55.000Z","updated_at":"2025-02-19T15:04:02.000Z","dependencies_parsed_at":"2024-06-18T01:00:10.985Z","dependency_job_id":"fd6a30a6-50c3-402e-bc8f-ba87e3db35d2","html_url":"https://github.com/embark-theme/vim","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/embark-theme%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embark-theme%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embark-theme%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embark-theme%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embark-theme","download_url":"https://codeload.github.com/embark-theme/vim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243618676,"owners_count":20320274,"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":["colorschme","neovim","syntax-highlighting","syntax-theme","vim","vim-colors","vim-colorscheme"],"created_at":"2024-07-30T20:01:17.665Z","updated_at":"2025-03-14T17:31:09.839Z","avatar_url":"https://github.com/embark-theme.png","language":"Vim Script","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"Embark.svg\" alt=\"Embark Logo\"/\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003eAn ambitious Vim theme.\u003c/strong\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cem\u003e\"Man cannot discover new oceans unless he has the courage to lose sight of the shore. - Andre Gide\"\u003c/em\u003e\u003c/p\u003e\n\n![embark screenshot](./embark-screenshot.png)\n\n## Getting Started\n\n\u003e At this time only terminals supporting truecolors will work. Make sure you have `set termguicolors` in your vimrc\n\nFirst install using your plugin manager. Rename package to embark using your plugin manager's built in facilities to do so.\n\n### packer.nvim\n```lua\nuse { 'embark-theme/vim', as = 'embark' }\n```\n\n### vim-plug\n```vim\nPlug 'embark-theme/vim', { 'as': 'embark', 'branch': 'main' }\n```\n\nThen set embark as colorscheme.\n\nVimscript\n\n```vim\ncolorscheme embark\n```\n\nLua for neovim\n\n```lua\nvim.cmd('colorscheme embark')\n```\n\nFor packer users the colorscheme can be placed in the config callback.\n\n```lua\nuse {\n  'embark-theme/vim',\n  as = 'embark',\n  config = function()\n    vim.cmd('colorscheme embark')\n  end\n}\n```\n\n### Lightline support\n\nA lightline theme is also available. Just set your colorscheme to embark.\n\n```vim\nlet g:lightline = {\n      \\ 'colorscheme': 'embark',\n      \\ }\n```\n\n### Airline support\n\nAirline should just pick up on theme automatically, but if there is an issue with this it can be set manually.\n`let g:airline_theme = 'embark'`\n\n### Lualine support\n\nLualine should pick up the theme with the `auto` setting, or you can set it manually.\n\n```lua\nrequire('lualine').setup {\n  options = {\n    theme = 'embark',\n  }\n}\n```\n\n## Configuration\n\nEmbark offers a few configuration values to control features. Setting values to `1` will turn the feature on.\n\nItalics - Make sure your terminal is set up to handle them. See [this](https://medium.com/@dubistkomisch/how-to-actually-get-italics-and-true-colour-to-work-in-iterm-tmux-vim-9ebe55ebc2be) for help getting italics and true color working in your terminal.\n\n`let g:embark_terminal_italics = 1`\n\n---\n\nSee other available ports at https://embark-theme.github.io/\n","funding_links":[],"categories":["Colorscheme","Vim Script"],"sub_categories":["Tree-sitter Supported Colorscheme","Assembly"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembark-theme%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembark-theme%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembark-theme%2Fvim/lists"}