Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a/vim-trash-polka
Dark & Light Theme for Vim and ITerm2 inspired by @arcticicestudio/Nord.
https://github.com/a/vim-trash-polka
iterm2 vim vim-colorscheme
Last synced: 6 days ago
JSON representation
Dark & Light Theme for Vim and ITerm2 inspired by @arcticicestudio/Nord.
- Host: GitHub
- URL: https://github.com/a/vim-trash-polka
- Owner: A
- Created: 2019-12-01T16:22:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T04:21:08.000Z (12 months ago)
- Last Synced: 2024-04-14T20:16:01.721Z (7 months ago)
- Topics: iterm2, vim, vim-colorscheme
- Language: Vim Script
- Homepage:
- Size: 5.27 MB
- Stars: 10
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Trash Polka
Minimalistic colortheme to reduce visual noise.
![Dark](https://github.com/A/vim-trash-polka/blob/master/screenshots/dark.png?raw=true)
![Light](https://github.com/A/vim-trash-polka/blob/master/screenshots/light.png?raw=true)### Idea Behind
Semantic of the theme is based on `primary` and `secondary` colors:
the first one is to accent on important content (code, text, filetree, etc),
and the second one is slightly dimmed to get less attention (comments, statusbars, etc).To reduce noise, the theme is mostly relays on 3 colors: white,
blue, and red, so if you a fan of fancy many-colorish themes, probably
it isn't the one you're looking for.### Features
- *It's really easy to customize*: all color names are pretty semantic
and all syntax highlight preferences are heavily inherited, so you
don't need to change the whole theme to be sure everything will work
as expected.
- *Comes with minimalistic airline theme*, that's also inherits from
main color palette
- *Iterm2 day/night themes*.
- *Windows Terminal* theme*.### Install
Install terminal pallete first, then add the the plugin into
your `.vimrc`.```vim
Plug 'a/vim-trash-polka'" Dark
colorscheme trash-polka" Or light:
colorscheme trash-polka-light" Airline:
let g:airline_theme = 'trashpolka'
```### Disclaimer
The theme is developed only for terminals, and I appreciate
any PRs if you're interested to add GUI support.