{"id":13540026,"url":"https://github.com/challenger-deep-theme/vim","last_synced_at":"2025-04-02T06:32:01.146Z","repository":{"id":38813772,"uuid":"14590264","full_name":"challenger-deep-theme/vim","owner":"challenger-deep-theme","description":"FlatColor vim colorscheme","archived":false,"fork":false,"pushed_at":"2023-01-17T20:48:19.000Z","size":52,"stargazers_count":591,"open_issues_count":2,"forks_count":42,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-03T05:30:27.551Z","etag":null,"topics":["color-scheme","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/challenger-deep-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}},"created_at":"2013-11-21T14:49:26.000Z","updated_at":"2024-10-31T15:58:01.000Z","dependencies_parsed_at":"2023-02-10T12:01:22.294Z","dependency_job_id":null,"html_url":"https://github.com/challenger-deep-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/challenger-deep-theme%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/challenger-deep-theme%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/challenger-deep-theme%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/challenger-deep-theme%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/challenger-deep-theme","download_url":"https://codeload.github.com/challenger-deep-theme/vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246768328,"owners_count":20830648,"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","vim"],"created_at":"2024-08-01T09:01:37.855Z","updated_at":"2025-04-02T06:31:58.343Z","avatar_url":"https://github.com/challenger-deep-theme.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"![Challenger Deep](https://challenger-deep-theme.github.io/images/logo.png)\n\n### [Challenger Deep Theme](https://challenger-deep-theme.github.io/) for VIM\n\nTo enable this color scheme, set it in your vimrc:\n```\ncolorscheme challenger_deep\n```\n\n### Terminal True Color Support ###\n  Add this to your .vimrc to enable true colors:\n```\nif has('nvim') || has('termguicolors')\n  set termguicolors\nendif\n```\n\n### Installation\n\n#### vim-plug ###\n```\nPlug 'challenger-deep-theme/vim', { 'as': 'challenger-deep' }\n```\n#### vundle ###\n```\nPlugin 'challenger-deep-theme/vim', {'name': 'challenger-deep-theme'}\n```\n\n### Screenshot ###\n\n![Screenshot](https://challenger-deep-theme.github.io/images/screenshots/vim.png)\n\n### Options ###\n  * **g:challenger_deep_termcolors**\n    This options sets the terminal colors to 16 or 256 Colors. Default value is 256.\n    If it is set to 16 ,this colorscheme will attempt to use the standard 16 colors of your terminal emulator and background color will be the default background color of your terminal emulator.\n    For the best colors in terminal, its recommended to set set your terminalcolors to [Challenger Deep Terminal Colors](#challenger-deep-terminal-colors) and use 16 colors.\n\n\n### Challenger Deep Terminal Colors ###\n```\n! ~/.Xresource\n*.foreground:   #cbe3e7\n*.background:   #1e1c31\n*.cursorColor:  #fbfcfc\n\n! black\n*.color0:       #565575\n*.color8:       #100e23\n\n! red\n*.color1:       #ff8080\n*.color9:       #ff5458\n\n! green\n*.color2:       #95ffa4\n*.color10:      #62d196\n\n! yellow\n*.color3:       #ffe9aa\n*.color11:      #ffb378\n\n! blue\n*.color4:       #91ddff\n*.color12:      #65b2ff\n\n! magenta\n*.color5:       #c991e1\n*.color13:      #906cff\n\n! cyan\n*.color6:       #aaffe4\n*.color14:      #63f2f1\n\n! white\n*.color7:       #cbe3e7\n*.color15:      #a6b3cc\n```\n\n### Lightline Theme ###\n\n![Lightline](https://challenger-deep-theme.github.io/images/screenshots/vim-lightline.png)\n\nChallenger Deep supports [lightline.vim](https://github.com/itchyny/lightline.vim). To enable the colorscheme,\nadd one of the following lines to your `.vimrc`:\n\n``` viml\nlet g:lightline = { 'colorscheme': 'challenger_deep'}\n```\n\n### Lualine Theme ###\n\nChallenger Deep also supports [lualine.vim](https://github.com/nvim-lualine/lualine.nvim). To enable the colorscheme,\nadd the following lines to your `init.lua`:\n\n```lua\nrequire'lualine'.setup {\n  options = { theme = 'challenger_deep' }\n}\n```\n\n### Troubleshooting ###\n If you are running vim inside tmux with the alacritty terminal, make sure to set `default-terminal` to `xterm-256color` in your tmux config (see [this issue](https://github.com/challenger-deep-theme/vim/issues/18) for more details:\n \n```text\n# ... \nset-option -g default-terminal \"xterm-256color\"\n# ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchallenger-deep-theme%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchallenger-deep-theme%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchallenger-deep-theme%2Fvim/lists"}