{"id":13601910,"url":"https://github.com/ajmwagar/vim-deus","last_synced_at":"2026-01-06T03:54:43.933Z","repository":{"id":44994800,"uuid":"94851183","full_name":"ajmwagar/vim-deus","owner":"ajmwagar","description":"🌙 A better color scheme for the late night coder","archived":false,"fork":false,"pushed_at":"2023-08-01T22:48:27.000Z","size":1486,"stargazers_count":763,"open_issues_count":9,"forks_count":66,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-01T18:29:31.762Z","etag":null,"topics":["color-scheme","neovim","vim","vim-airline","vim-colors","vim-colorscheme","vim-dues"],"latest_commit_sha":null,"homepage":"http://vimcolors.com/740/deus/dark","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/ajmwagar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"ajmwagar"}},"created_at":"2017-06-20T04:55:27.000Z","updated_at":"2024-07-15T07:01:57.000Z","dependencies_parsed_at":"2023-01-18T16:24:37.349Z","dependency_job_id":"17ef1fb8-34b3-4a0b-80c4-4f0f970b269b","html_url":"https://github.com/ajmwagar/vim-deus","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/ajmwagar%2Fvim-deus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmwagar%2Fvim-deus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmwagar%2Fvim-deus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmwagar%2Fvim-deus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajmwagar","download_url":"https://codeload.github.com/ajmwagar/vim-deus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223458719,"owners_count":17148506,"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","neovim","vim","vim-airline","vim-colors","vim-colorscheme","vim-dues"],"created_at":"2024-08-01T18:01:09.940Z","updated_at":"2026-01-06T03:54:43.901Z","avatar_url":"https://github.com/ajmwagar.png","language":"Vim script","funding_links":["https://github.com/sponsors/ajmwagar"],"categories":["Vim script","Vim Script"],"sub_categories":[],"readme":"# vim-deus\n\nDeus was created out of sheer rage caused by all of the bad Solarized/Gruvbox clones. (No offense)\nI was tired of them. I needed something original, something new. So if you are like me, and I believe many of you are...\n\nI present you **Deus**:\n\n## Screenshots\n\n\u003cimg src=\"./screencaps/vim-deus.jpg\" width=\"700\"/\u003e\n\n\u003cimg src=\"./screencaps/node.jpg\" width=\"700\"/\u003e\n\n\u003cimg src=\"./screencaps/merino.jpg\" width=\"700\"/\u003e\n\n---\n\n## Installation\n\nManual: \n1. download \u0026 place `deus.vim` in your `vimfiles/colors` folder (usually `~/.vim/colors/`)\n2. add this line to your `.vimrc`\n\n`colors deus`\n\n**OR**\n\nUse a package manager like Pathogen, Vundle, or Vim-plug just to name a few:\n\n### Pathogen:\n\nRun this in your terminal\n\n```bash\n\ncd ~/.vim/\n\nmkdir bundle\n\ncd bundle\n\ngit clone https://github.com/ajmwagar/vim-deus.git\n```\n\n### Vim-Plug:\n\nAdd the following lines to your `~/.vimrc`:\n\n```vim\ncall plug#begin('~/.vim/bundle/')\nPlug 'ajmwagar/vim-deus'\ncall  plug#end()\n```\n\nDon't forget to run:\n\n`:PlugInstall`\n\n\n---\n\n## Language Syntax Support:\n\n- Lua\n- Go\n- **JavaScript** \n- **CSS/HTML**\n- PHP\n- **C#**\n- JSON\n- **Markdown**\n- Haskell\n- Scala\n- Elixir\n- Java\n- MoonScript\n- Objective C\n- C Languages\n- CoffeeScript\n- **Ruby**\n- **Rust**\n- **Python**\n- Clojure\n- XML\n- Any many more... (try [vim-polyglot](https://github.com/sheerun/vim-polyglot) for syntax packs)\n\n**Bold** = really nice looking (They all look good but these are my personal favorites.)\n\n---\n\n## Plugin support\n\n- Airline `:AirlineTheme deus`\n- coc.nvim (popup-windows \u0026 error colors)\n- Ctrlp\n- FZF\n- NerdTREE\n- Syntastic (and most linters)\n- Deoplete\n- YCM (YouCompleteMe)\n- Tabbar\n- Vim-easy-motion\n- Sneak\n- Rainbow-Parentheses\n\n---\n\n## Palette\n\n| Color                                                                  | Hex     | Use           |\n|------------------------------------------------------------------------|---------|---------------|\n|\u003cimg src=\"https://www.colorhexa.com/242a32.png\" width=\"30\" height=\"30\"/\u003e| #242a32 | black         |\n|\u003cimg src=\"https://www.colorhexa.com/d54e53.png\" width=\"30\" height=\"30\"/\u003e| #d54e53 | red           |\n|\u003cimg src=\"https://www.colorhexa.com/98c379.png\" width=\"30\" height=\"30\"/\u003e| #98c379 | green         |\n|\u003cimg src=\"https://www.colorhexa.com/e5c07b.png\" width=\"30\" height=\"30\"/\u003e| #e5c07b | yellow        |\n|\u003cimg src=\"https://www.colorhexa.com/83a598.png\" width=\"30\" height=\"30\"/\u003e| #83a598 | blue          |\n|\u003cimg src=\"https://www.colorhexa.com/c678dd.png\" width=\"30\" height=\"30\"/\u003e| #c678dd | purple        |\n|\u003cimg src=\"https://www.colorhexa.com/70c0ba.png\" width=\"30\" height=\"30\"/\u003e| #70c0ba | teal          |\n|\u003cimg src=\"https://www.colorhexa.com/eaeaea.png\" width=\"30\" height=\"30\"/\u003e| #eaeaea | white         |\n|\u003cimg src=\"https://www.colorhexa.com/666666.png\" width=\"30\" height=\"30\"/\u003e| #666666 | bright black  |\n|\u003cimg src=\"https://www.colorhexa.com/ec3e45.png\" width=\"30\" height=\"30\"/\u003e| #ec3e45 | bright red    |\n|\u003cimg src=\"https://www.colorhexa.com/90c966.png\" width=\"30\" height=\"30\"/\u003e| #90c966 | bright green  |\n|\u003cimg src=\"https://www.colorhexa.com/edbf69.png\" width=\"30\" height=\"30\"/\u003e| #edbf69 | bright yellow |\n|\u003cimg src=\"https://www.colorhexa.com/73ba9f.png\" width=\"30\" height=\"30\"/\u003e| #73ba9f | bright blue   |\n|\u003cimg src=\"https://www.colorhexa.com/c858e9.png\" width=\"30\" height=\"30\"/\u003e| #c858e9 | bright purple |\n|\u003cimg src=\"https://www.colorhexa.com/2bcec2.png\" width=\"30\" height=\"30\"/\u003e| #2bcec2 | bright teal   |\n|\u003cimg src=\"https://www.colorhexa.com/ffffff.png\" width=\"30\" height=\"30\"/\u003e| #ffffff | bright white  |\n|\u003cimg src=\"https://www.colorhexa.com/2c323b.png\" width=\"30\" height=\"30\"/\u003e| #2c323b | background    |\n|\u003cimg src=\"https://www.colorhexa.com/eaeaea.png\" width=\"30\" height=\"30\"/\u003e| #eaeaea | foreground    |\n\n## Troubleshooting\n\nWhen using terminal-vim and vim-deus the colors\ncan get messed up.\n\nTo fix this add the following snippet to your `~/.vimrc`:\n\n```vim\nset t_Co=256\nset termguicolors\n\nlet \u0026t_8f = \"\\\u003cEsc\u003e[38;2;%lu;%lu;%lum\"\nlet \u0026t_8b = \"\\\u003cEsc\u003e[48;2;%lu;%lu;%lum\"\n\nset background=dark    \" Setting dark mode\ncolorscheme deus\nlet g:deus_termcolors=256\n```\n\n### Tmux\n\nInstructions on how to enable TrueColor for Tmux can be found [here](https://gist.github.com/parmort/4d95555b3f9435fa953f0b7c67c86e8f).\n\n### Italics\n\nIf you use vim in a terminal that supports italics, set the environment variable `TERM_ITALICS` to TRUE (i.e. `export TERM_ITALICS=true`) to enable with vim-deus.\n\n### Terminal Support\n\nDeus has been ported to the following terminal emulators. \n\n| Terminal Emulator                                   | Configuration                                               |\n|-----------------------------------------------------|-------------------------------------------------------------|\n| [Alacritty](https://github.com/alacritty/alacritty) | [alacritty.yml](./terminal/alacritty.yml)                   |\n\n---\n\n## Thank You\nI took **a lot** of inspiration from two great colorschemes, \n[Onedark](https://github.com/joshdick/onedark.vim) and\n[Gruvbox](https://github.com/morhetz/gruvbox). I want to thank their creators for making such great\ncolor schemes. So thank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajmwagar%2Fvim-deus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajmwagar%2Fvim-deus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajmwagar%2Fvim-deus/lists"}