{"id":13666116,"url":"https://github.com/danilo-augusto/vim-afterglow","last_synced_at":"2025-04-26T12:30:56.716Z","repository":{"id":45560498,"uuid":"83275521","full_name":"danilo-augusto/vim-afterglow","owner":"danilo-augusto","description":"Vim adaptation of the Afterglow colorscheme","archived":false,"fork":false,"pushed_at":"2024-03-31T20:04:21.000Z","size":41,"stargazers_count":329,"open_issues_count":1,"forks_count":37,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-11T01:35:15.327Z","etag":null,"topics":["afterglow","colorscheme","syntax-highlighting","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danilo-augusto.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-02-27T06:20:46.000Z","updated_at":"2024-11-03T03:40:27.000Z","dependencies_parsed_at":"2024-08-02T06:14:08.980Z","dependency_job_id":null,"html_url":"https://github.com/danilo-augusto/vim-afterglow","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilo-augusto%2Fvim-afterglow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilo-augusto%2Fvim-afterglow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilo-augusto%2Fvim-afterglow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilo-augusto%2Fvim-afterglow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilo-augusto","download_url":"https://codeload.github.com/danilo-augusto/vim-afterglow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250986274,"owners_count":21518480,"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":["afterglow","colorscheme","syntax-highlighting","vim"],"created_at":"2024-08-02T06:00:59.162Z","updated_at":"2025-04-26T12:30:56.379Z","avatar_url":"https://github.com/danilo-augusto.png","language":"Vim Script","funding_links":["https://www.paypal.com/donate/?hosted_button_id=RSFWP4VNLYF6Y"],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-afterglow\n\nVim adaptation of the famous [Afterglow](https://github.com/YabataDesign/afterglow-theme) theme from Sublime Text 2/3.\n\n_If you like this project, feel free to pay me a cup of coffee!_ 😊 ☕️ ❤️  👉 \u0026nbsp;\u0026nbsp;\u0026nbsp; [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=RSFWP4VNLYF6Y)\n\n## Features\n\n🚀 **Modern** and nicely integrated with plugins and environments.\n\n🔋 **Batteries included** so that you can concentrate on **what matters most: your code**.\n - Built-in airline scheme ✈️ \n - No bad surprises: works for both Vim and Neovim, terminal and GUI.\n - Highlighted important keywords in \u003cspan style=\"color:#b05279;font-weight:bold;\"\u003ereddish and bold\u003c/span\u003e inside comments: `TODO`, `FIXME`, `XXX`...\n - No more \"it looks flat/terrible on this language\": includes customized highlighting for many popular languages\n    - Java\n    - Python\n    - C\n    - Lua\n    - Go\n    - Clojure\n    - Scala\n    - PHP\n    - and many others...\n\n🎨 **Easy on the eyes**\n\nClick on the image below to view it in the original size (more screenshots below)\n\n\u003ccenter\u003e\n    \u003ca href=\"https://user-images.githubusercontent.com/8104631/68043099-cfbc4800-fcd4-11e9-8b9d-2ba0372f4196.png\"\u003e\n        \u003cimg width=\"900\" alt=\"python1\" src=\"https://user-images.githubusercontent.com/8104631/68043099-cfbc4800-fcd4-11e9-8b9d-2ba0372f4196.png\"\u003e\n    \u003c/a\u003e\n\u003c/center\u003e\n\n## Setup\n\nTo enable it, simply add `colorscheme afterglow` (not ~~vim-afterglow~~) to your `~/.vimrc` after having installed the plugin (manually or by using a package manager).\n\n\u003e Airline theme should be updated accordingly, but can be explicitly specified by using `let g:airline_theme='afterglow'`.\n\n## Options\n\nTo further customize Afterglow, you can use the following options **before** setting the color scheme on your\n`vimrc` (or `init.vim` if using NeoVim):\n\n- Blackout: `let g:afterglow_blackout=1 (default: 0)`\n\n     ☀️  Use this option if you need more contrast, such as when working in an office where open windows are just behind you, causing glare on your screen.\n\n     \u003e This option has no effect if `g:afterglow_inherit_background` is also set.\n\n- Italicize comments: `let g:afterglow_italic_comments=1 (default: 0)`\n\n    📖 Helps visual grepping and quickly differentiating source code and comments when skimming through files.\n\n    \u003e If using a terminal emulator (iTerm, Alacritty, Terminator...), check if it correctly supports italics. Evidently your chosen font type should have an italics variety too. In case of problems please check these two common scenarios before opening an issue concerning *italics*.\n\n- If you want to disable italics completely (for example if your emulator renders it with background highlight): `let g:afterglow_use_italics=0 (default: 1)`\n\n- Inherit background: `let g:afterglow_inherit_background=1 (default: 0)`\n\n    Use this option if you want the background color to play nicely with the program (e.g. gVim, iTerm etc.) in which vim is used. It may be useful when instantiating vim inside Tmux.\n\n## Screenshots\n\n\u003ccenter\u003e\n    \u003cp\u003ePython\u003c/p\u003e\n    \u003cimg width=\"600\" alt=\"python2\" src=\"https://cloud.githubusercontent.com/assets/8104631/23351157/c9c22072-fcbf-11e6-8c58-a04e0838ce5c.png\"\u003e\n\u003c/center\u003e\n\n\u003ccenter\u003e\n    \u003cp\u003eRuby\u003c/p\u003e\n    \u003cimg width=\"600\" alt=\"ruby\" src=\"https://cloud.githubusercontent.com/assets/8104631/23351154/c99cf856-fcbf-11e6-88f6-857568a7ed8d.png\"\u003e\n\u003c/center\u003e\n\n\u003ccenter\u003e\n    \u003cp\u003eHTML\u003c/p\u003e\n    \u003cimg width=\"600\" alt=\"html\" src=\"https://cloud.githubusercontent.com/assets/8104631/23351156/c9bd9318-fcbf-11e6-9f49-0dc661c5aad5.png\"\u003e\n\u003c/center\u003e\n\n\u003ccenter\u003e\n    \u003cp\u003eLaTeX\u003c/p\u003e\n    \u003cimg width=\"600\" alt=\"latex\" src=\"https://cloud.githubusercontent.com/assets/8104631/23351155/c9b3d7c4-fcbf-11e6-8229-0c50707a98be.png\"\u003e\n\u003c/center\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilo-augusto%2Fvim-afterglow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilo-augusto%2Fvim-afterglow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilo-augusto%2Fvim-afterglow/lists"}