https://github.com/atmosuwiryo/vim-winteriscoming
winteriscoming theme for vim
https://github.com/atmosuwiryo/vim-winteriscoming
neovim-plugin
Last synced: 2 months ago
JSON representation
winteriscoming theme for vim
- Host: GitHub
- URL: https://github.com/atmosuwiryo/vim-winteriscoming
- Owner: atmosuwiryo
- License: mit
- Created: 2023-04-30T08:10:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T05:33:46.000Z (9 months ago)
- Last Synced: 2025-01-07T22:52:38.572Z (9 months ago)
- Topics: neovim-plugin
- Language: Lua
- Homepage:
- Size: 3.14 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-winteriscoming
vim colorscheme for [vscode-winteriscoming](https://github.com/johnpapa/vscode-winteriscoming), generated using [djanho](https://github.com/viniciusmuller/djanho)
## Installation
Install the theme with your preferred package manager, such as
[folke/lazy.nvim](https://github.com/folke/lazy.nvim):```lua
{
"atmosuwiryo/vim-winteriscoming",
}
```## Usage
### nvim
```
vim.cmd("colorscheme WinterIsComing-dark-blue-color-theme")
```example use as config in lazy.nvim
```lua
{
"atmosuwiryo/vim-winteriscoming",
config = function ()
vim.cmd("colorscheme WinterIsComing-dark-blue-color-theme")
end
}
```### lunarvim
```
-- config.lualvim.colorscheme = "WinterIsComing-dark-blue-color-theme"
```## Theme
```
-- Light
-- WinterIsComing-light-color-theme
-- WinterIsComing-light-color-no-italics-theme-- Dark
-- WinterIsComing-dark-color-theme
-- WinterIsComing-dark-color-no-italics-theme-- Dark Blue
-- WinterIsComing-dark-blue-color-theme
-- WinterIsComing-dark-blue-color-no-italics-theme
```## Side by side preview
left side is vscodium(vscode), right side is lunarvim(neovim)
### dark-blue-color-theme

### dark-color-theme

### light-color-theme
