Files
vim-ale/iterm2/schemes.md
2020-10-26 19:39:40 +00:00

16 lines
303 B
Markdown

https://iterm2colorschemes.com/
```js
"wget '" +
$$('a[href^="https://raw.githubusercontent.com"')
.map(function (a) {
if (/\.itermcolors/.test(a.href)) {
// a.innerText "Tomorrow Night"
return a.href;
}
})
.filter(Boolean)
.join("'\nwget '") +
"'";
```