{"id":13479728,"url":"https://github.com/liuchengxu/space-vim-dark","last_synced_at":"2025-04-04T23:06:37.463Z","repository":{"id":42172525,"uuid":"72986195","full_name":"liuchengxu/space-vim-dark","owner":"liuchengxu","description":":purple_heart: A dark colorscheme for space-vim, see space-vim-theme for light background support!","archived":false,"fork":false,"pushed_at":"2023-11-04T02:12:37.000Z","size":3911,"stargazers_count":602,"open_issues_count":3,"forks_count":73,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T22:11:25.465Z","etag":null,"topics":["space-vim","space-vim-dark","spacemacs-theme","vim","vim-colors"],"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/liuchengxu.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}},"created_at":"2016-11-06T11:28:25.000Z","updated_at":"2025-03-18T15:35:32.000Z","dependencies_parsed_at":"2024-01-16T06:27:43.419Z","dependency_job_id":"30c201b4-c91a-4601-bd40-e7a94e4f77a7","html_url":"https://github.com/liuchengxu/space-vim-dark","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/liuchengxu%2Fspace-vim-dark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuchengxu%2Fspace-vim-dark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuchengxu%2Fspace-vim-dark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuchengxu%2Fspace-vim-dark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuchengxu","download_url":"https://codeload.github.com/liuchengxu/space-vim-dark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261600,"owners_count":20910108,"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":["space-vim","space-vim-dark","spacemacs-theme","vim","vim-colors"],"created_at":"2024-07-31T16:02:22.063Z","updated_at":"2025-04-04T23:06:37.438Z","avatar_url":"https://github.com/liuchengxu.png","language":"Vim Script","funding_links":[],"categories":["Vim Script","Vim script"],"sub_categories":[],"readme":"space-vim-dark\n==============\n\u003ca href=\"https://github.com/liuchengxu/space-vim\"\u003e\u003cimg src=\"https://rawgit.com/liuchengxu/space-vim/master/assets/space-vim-badge.svg\" alt=\"badge\"\u003e\u003c/a\u003e\n\nTry the successor of space-vim-dark for light background support!\n\n:tada: **\u003e\u003e [space-vim-theme](https://github.com/liuchengxu/space-vim-theme)**\n\ndark                                                                                  | light\n:----:                                                                                | :----:\n![](https://raw.githubusercontent.com/liuchengxu/img/master/space-vim-theme/dark.png) | ![](https://raw.githubusercontent.com/liuchengxu/img/master/space-vim-theme/light.png)\n\n-----------\n\nSpace-vim-dark colorscheme is derived from [spacemacs-dark-theme](https://github.com/nashamri/spacemacs-theme).\n\n## Installation\n\nFollow your favourite plugin manager's instruction, e.g., [vim-plug](https://github.com/junegunn/vim-plug):\n\n```vim\nPlug 'liuchengxu/space-vim-dark'\n```\n\n**Notes:**\n\n- If you want to enable italics in terminal:\n\n    1. check if the current terminal is able to display italics correctly: `echo -e \"\\e[3mfoo\\e[23m\"]]\"`, if the output is _`foo`_ , the terminal (-emulator) supports italics.\n\n    2. If the terminal supports italics, put `hi Comment cterm=italic` after colorshcme command in your vimrc.\n\n        ```vim\n        colorscheme space-vim-dark\n        hi Comment cterm=italic\n        ```\n\n- If you want to make the background transparent, override the related items in your vimrc:\n\n    ```vim\n    colorscheme space-vim-dark\n    hi Normal     ctermbg=NONE guibg=NONE\n    hi LineNr     ctermbg=NONE guibg=NONE\n    hi SignColumn ctermbg=NONE guibg=NONE\n    ```\n\n    \u003cp align=\"center\"\u003e\u003cimg width=\"500\" alt=\"transparent\" src=\"https://user-images.githubusercontent.com/8850248/36429354-75870ba6-168d-11e8-939a-34956e3c24b9.png\"\u003e\u003c/p\u003e\n\n- If you prefer the grey comment:\n\n    ```vim\n    colorscheme space-vim-dark\n    hi Comment guifg=#5C6370 ctermfg=59\n    ```\n    \u003cp align=\"center\"\u003e\u003cimg width=\"500\" alt=\"transparent\" src=\"https://raw.githubusercontent.com/liuchengxu/img/master/space-vim-dark/grey-comment.png\"\u003e\u003c/p\u003e\n\n## GUI or Terminal with true colors enabled\n\n```vim\ncolor space-vim-dark\nset termguicolors\nhi LineNr ctermbg=NONE guibg=NONE\n```\n\n![screenshot](https://raw.githubusercontent.com/liuchengxu/img/master/space-vim/space-vim-gui.png)\n\n## Cterm (256 colors)\n\n![screenshot](https://raw.githubusercontent.com/liuchengxu/img/master/space-vim/space-vim-cterm.png)\n\n### Change background color\n\n![screenshot](https://raw.githubusercontent.com/liuchengxu/img/master/space-vim-dark/space-vim-dark-bg-list.png)\n\n```vim\n\"   Range:   233 (darkest) ~ 238 (lightest)\n\"   Default: 235\nlet g:space_vim_dark_background = 234\ncolor space-vim-dark\n```\n\n## Airline\n\n```vim\n\" Vim Script\nlet g:airline_theme='violet'\n```\n\n## Lightline\n\n```vim\n\" Vim Script\nlet g:lightline = {'colorscheme': 'violet'}\n```\n\n## Credits\n\n- Thanks to the great effort of [@axvr](https://github.com/axvr) . Now we have the Xresources port of space-vim-dark theme.\n\n\u003e To use this colour scheme for X based applications (e.g. Xterm, URxvt, etc.):\n\u003e 1. Copy all lines from this file which are not comments (comments are lines which begin with a `!`) into your `~/.Xresources` file.\n\u003e 2. Reload your configuration file with: `xrdb ~/.Xresources`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuchengxu%2Fspace-vim-dark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuchengxu%2Fspace-vim-dark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuchengxu%2Fspace-vim-dark/lists"}