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

303 B

https://iterm2colorschemes.com/

"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 '") +
  "'";