{"id":13411494,"url":"https://github.com/rafamadriz/neon","last_synced_at":"2026-03-08T01:09:55.452Z","repository":{"id":48360492,"uuid":"365374977","full_name":"rafamadriz/neon","owner":"rafamadriz","description":"Customizable coloscheme with dark and light options, vivid colors and easy on the eye.","archived":false,"fork":false,"pushed_at":"2022-11-27T18:56:53.000Z","size":101,"stargazers_count":208,"open_issues_count":2,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-04T07:32:49.833Z","etag":null,"topics":["color-scheme","colorscheme","lualine","neovim","neovim-colorscheme","theme","treesitter","vim","vim-colorscheme"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafamadriz.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":"2021-05-07T23:24:39.000Z","updated_at":"2026-02-28T20:10:45.000Z","dependencies_parsed_at":"2022-08-22T01:20:30.585Z","dependency_job_id":null,"html_url":"https://github.com/rafamadriz/neon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafamadriz/neon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafamadriz%2Fneon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafamadriz%2Fneon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafamadriz%2Fneon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafamadriz%2Fneon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafamadriz","download_url":"https://codeload.github.com/rafamadriz/neon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafamadriz%2Fneon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30240416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"ssl_error","status_checked_at":"2026-03-08T00:55:48.608Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","lualine","neovim","neovim-colorscheme","theme","treesitter","vim","vim-colorscheme"],"created_at":"2024-07-30T20:01:14.060Z","updated_at":"2026-03-08T01:09:55.426Z","avatar_url":"https://github.com/rafamadriz.png","language":"Lua","funding_links":[],"categories":["Colorscheme","Lua"],"sub_categories":["Tree-sitter Supported Colorscheme","Assembly"],"readme":"\u003ch1 align=\"center\"\u003e\nNeon\n\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003e\nThe Ultimate Theme 🪐\n\u003c/h2\u003e\n\n### Default\n\n![2021-May-22_2](https://user-images.githubusercontent.com/67771985/119240962-e9d1ab80-bb42-11eb-9d25-37f2b6e9362a.png)\n\n### Doom\n\n![2021-May-22_1](https://user-images.githubusercontent.com/67771985/119240973-f7873100-bb42-11eb-946a-5a824f54f6fb.png)\n\n### Dark\n\n![2021-May-22_3](https://user-images.githubusercontent.com/67771985/119240994-12f23c00-bb43-11eb-96f3-3f9c1e1644a8.png)\n\n\n### Light\n\n![2021-May-22_4](https://user-images.githubusercontent.com/67771985/119241001-17b6f000-bb43-11eb-94c8-ef43c4f65d1f.png)\n\n## ✨ Features\n\n- Customizable.\n- Made to work with [treesitter](https://github.com/nvim-treesitter/nvim-treesitter).\n- Support for built-in LSP.\n- Support for some of the most popular plugins.\n- Soft contrast for eye protection.\n- Multiple options to enable italic and bold text.\n- Vivid colors.\n\n## Requirements\n\n- [Neovim](https://github.com/neovim/neovim) \u003e= 5.0\n\n\u003e NOTE: doesn't support [Vim](https://github.com/vim/vim), it uses lua.\n\n## 📦 Installation\n\nUse your favorite plugin manager. Example [packer](https://github.com/wbthomason/packer.nvim):\n\n```lua\nuse \"rafamadriz/neon\"\n```\n\n## 🚀 Usage\n\n##### Neovim\n\nTo set the theme you can use the following.\n\n```lua\nvim.cmd[[colorscheme neon]]\n```\n\n**To see all the available options do** `:help neon-configuration` in Neovim\n\n##### Lualine\n\nTo enable the [lualine](https://github.com/hoob3rt/lualine.nvim) theme, put this somewhere in your config:\n\n```lua\nrequire('lualine').setup {\n  options = {\n    -- ... your lualine config\n    theme = 'neon'\n    -- ... your lualine config\n  }\n}\n```\n\n## ⚙️ Configuration:\n\n\u003e Note: the configuration options should be placed before `vim.cmd[[colorscheme neon]]`\n\n\u003e To see all the options from neovim, you can execute `:help neon.txt`\n\n| Option                 | Default   | Description                                                                                                                                           |\n| ---------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `neon_style`           | \"default\" | There's three options to choose from, `default`, `doom`, `dark` and `light`                                                                                   |\n| `neon_italic_comment`  | true      | Italic text for comments                                                                                                                              |\n| `neon_italic_keyword`  | false     | Applies to conditionals and keywords like `for`, `do`, `while`, `loops` etc.                                                                          |\n| `neon_italic_boolean ` | false     | `true` and `false`                                                                                                                                    |\n| `neon_italic_function` | false     | Applies to function (calls and definitions), method (calls and definitions) and built-in functions.                                                   |\n| `neon_italic_variable` | false     | Applies to variable names that are defined by the languages, like `this` or `self`. And any variable name that does not have another highlight group. |\n| `neon_bold`            | false     | Applies to error and warning messages, functions (calls and definitions), lsp virtual text, etc.                                                      |\n| `neon_transparent`     | false     | Applies no background color to certain highlight groups.                                                                                      |\n\n#### Example config:\n\n```lua\nvim.g.neon_style = \"default\"\nvim.g.neon_italic_keyword = true\nvim.g.neon_italic_function = true\nvim.g.neon_transparent = true\n\nvim.cmd[[colorscheme neon]]\n```\n\n## FAQ\n\nIt doesn't work as expected.\n\n1. This color scheme is mainly designed for true colors, make sure of setting:\n   `vim.o.termguicolors = true`\n\n2. To test if your terminal supports true colors, use the following [script](https://gist.github.com/XVilka/8346728).\n\n3. This colorscheme is made to look good with treesitter, if you don't have it, it won't look the same as the screenshoots.\n\n### How to enable cursive italic keywords?\n\n1. Install a font that supports italics, for example\n   [JetBrains-NerdFont](https://www.nerdfonts.com/font-downloads) is an\n   excellent font.\n\n2. Set the correct italic font for your terminal of choice.\n\n3. Enable italic text. E.g. `vim.g.neon_italic_keyword = true`\n\n### Supported plugins:\n\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- [nvim-tree](https://github.com/kyazdani42/nvim-tree.lua)\n- [trouble.nvim](https://github.com/folke/trouble.nvim)\n- [which-key.nvim](https://github.com/folke/which-key.nvim)\n- [nvim-dap](https://github.com/mfussenegger/nvim-dap)\n- [lspsaga.nvim](https://github.com/glepnir/lspsaga.nvim)\n- [nvim-bufferline](https://github.com/akinsho/nvim-bufferline.lua)\n- [neogit](https://github.com/TimUntersberger/neogit)\n- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)\n- [vim-gitgutter](https://github.com/airblade/vim-gitgutter)\n- [vim-signify](https://github.com/mhinz/vim-signify)\n- [vim-syntastic](https://github.com/vim-syntastic/syntastic)\n- [nerdtree](https://github.com/preservim/nerdtree)\n- [ale](https://github.com/dense-analysis/ale)\n- [vim-sneak](https://github.com/justinmk/vim-sneak)\n- [indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim)\n- [vim-startify](https://github.com/mhinz/vim-startify)\n- [vim-easymotion](https://github.com/easymotion/vim-easymotion)\n- [coc.nvim](https://github.com/neoclide/coc.nvim)\n\n## TODO\n\n- Add transparent option.\n- Add support for terminals (kitty, alacritty, etc.)\n\n## Acknowledgments\n\nInspired by [Doom One](https://github.com/hlissner/emacs-doom-themes) and [Edge](https://github.com/sainnhe/edge)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafamadriz%2Fneon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafamadriz%2Fneon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafamadriz%2Fneon/lists"}