{"id":13685892,"url":"https://github.com/ghifarit53/tokyonight-vim","last_synced_at":"2025-05-01T04:32:44.556Z","repository":{"id":45820553,"uuid":"276777834","full_name":"ghifarit53/tokyonight-vim","owner":"ghifarit53","description":"A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by @enkia with the same name [Archived because I'm no longer using this]","archived":true,"fork":false,"pushed_at":"2021-04-23T02:55:25.000Z","size":507,"stargazers_count":550,"open_issues_count":8,"forks_count":47,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-03T14:09:59.252Z","etag":null,"topics":["airline","colorscheme","downtown-tokyo","lightline","theme","vim","vim-colorscheme","vim-theme"],"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/ghifarit53.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":"2020-07-03T01:18:19.000Z","updated_at":"2024-08-03T08:17:09.000Z","dependencies_parsed_at":"2022-09-01T12:21:05.535Z","dependency_job_id":null,"html_url":"https://github.com/ghifarit53/tokyonight-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/ghifarit53%2Ftokyonight-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghifarit53%2Ftokyonight-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghifarit53%2Ftokyonight-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghifarit53%2Ftokyonight-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghifarit53","download_url":"https://codeload.github.com/ghifarit53/tokyonight-vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224235613,"owners_count":17278195,"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":["airline","colorscheme","downtown-tokyo","lightline","theme","vim","vim-colorscheme","vim-theme"],"created_at":"2024-08-02T14:00:58.602Z","updated_at":"2024-11-12T07:32:12.460Z","avatar_url":"https://github.com/ghifarit53.png","language":"Vim script","funding_links":[],"categories":["Vim Script","Packages"],"sub_categories":["Colorschemes"],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/ghifarit53/tokyonight-vim/master/pictures/screenshot.png\"\u003e\n\u003c/p\u003e\n\nfor more screenshot, check [here](./pictures)\n\n### About\n\nOriginally by [enkia](https://github.com/enkia/tokyo-night-vscode-theme)\n\nA clean, dark vim theme that celebrates the lights of downtown Tokyo at night based on a VS Code theme with the same name\n\nnow come with two variants, `night` and `storm`. The only difference is the background color, where the `storm` variant gets a lighter color\n\nthis colorscheme works best with [vim-polyglot](https://github.com/sheerun/vim-polyglot). Please install it first\n\n## this colorscheme only support true colors!\n\n### Features\n\n- Support for numerous file types and plugin\n- Customizable\n- [Italic support](https://github.com/sainnhe/icursive-nerd-font)\n\nIf you are on Neovim 0.5.x and need support for plugins like Treesitter, native LSP, and\nother awesome plugins for Neovim, I recommend you to go for [folke/tokyonight.nvim](https://github.com/folke/tokyonight.nvim)\n\n### Installation\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\nPlug 'ghifarit53/tokyonight-vim'\n```\n\nadd this to your .vimrc\n\n```vim\nset termguicolors\n\nlet g:tokyonight_style = 'night' \" available: night, storm\nlet g:tokyonight_enable_italic = 1\n\ncolorscheme tokyonight\n```\n\nif `g:tokyonight_style` isn't specified, the default `night` variant will be used\n\n### Available configuration\n\n**Note:** The configuration options should be placed before `colorscheme tokyonight` .\n\n- `g:tokyonight_style`: Customize the style of this color scheme.\n  - Available values: `'night'`, `'storm'`\n  - Default value: `'night'`\n- `g:tokyonight_transparent_background`: Set to `1` to enable transparent background.\n  - Available values: `0`, `1`\n  - Default value: `0`\n- `g:tokyonight_menu_selection_background`: Control the background color of `PmenuSel` and `WildMenu` .\n  - Available values: `'green'`, `'red'`, `'blue'`\n  - Default value: `'green'`\n- `g:tokyonight_disable_italic_comment`: Set to `1` to disable italic in `Comment` .\n  - Available values: `0`, `1`\n  - Default value: `0`\n- `g:tokyonight_enable_italic`: Set to `1` to italicize keywords. This option is designed to use with fonts that support cursive italic styles, for example [Fira Code iCursive Op](https://github.com/sainnhe/icursive-nerd-font).\n  - Available values: `0`, `1`\n  - Default value: `0`\n- `g:tokyonight_cursor`: Customize the cursor color, only works in GUI clients.\n  - Available values: `'auto'`, `'red'`, `'green'`, `'blue'`\n  - Default value: `'auto'`\n- `g:tokyonight_current_word`: Some plugins can highlight the word under current cursor(for example [neoclide/coc-highlight](https://github.com/neoclide/coc-highlight)), you can use this option to control their behavior.\n  - Available values: `'bold'`, `'underline'`, `'italic'`, `'grey background'`\n  - Default value: `'grey background'` when not in transparent mode, `'bold'` when in transparent mode.\n\n### Lightline \u0026 Airline\n\nThis theme also has support for [lightline](https://github.com/itchyny/lightline.vim) as well as [airline](https://github.com/vim-airline/vim-airline).\n\nTo enable lightline support:\n\n```vim\nlet g:lightline = {'colorscheme' : 'tokyonight'}\n```\nTo enable airline support:\n\n```vim\nlet g:airline_theme = \"tokyonight\"\n```\n\nThe lightline and airline styles will both follow the chosen colorscheme style.\n\n### Port\n\n- [Alacritty](https://github.com/zatchheems/tokyo-night-alacritty-theme) by [zatchheems](https://github.com/zatchheems)\n- [Kitty](https://github.com/aerosol/tokyonight-kitty)\n\n.Xresources file available [here](./port) if you want to port it\u003cbr\u003e\nTell me if you made a port and i'll list them here\u003cbr\u003e\n\n### Credits\n\n- [Sainnhe](https://github.com/sainnhe) for the color template file\n- [Enkia](https://github.com/enkia) for the color palettes\n\n### License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghifarit53%2Ftokyonight-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghifarit53%2Ftokyonight-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghifarit53%2Ftokyonight-vim/lists"}