vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

impossible to download themes & plugins #7194

Open mirkobozzetto opened 1 year ago

mirkobozzetto commented 1 year ago

Issue


{
  "updateChannel": "stable",
  "fontSize": 17,
  "fontFamily": "ComicMono NF, Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1.2,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": true,
  "foregroundColor": "#F9F4FF",
  "backgroundColor": "rgba(0, 0, 0, 0.98)",
  "selectionColor": "rgba(248,28,229,0.4)",
  "borderColor": "#68FDFE",
  "css": "",
  "termCSS": "",
  "workingDirectory": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "13px 15px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": false,
  "copyOnSelect": true,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true,
  "webLinksActivationKey": "",
  "disableLigatures": true,
  "disableAutoUpdates": false,
  "screenReaderMode": false,
  "preserveCWD": true
}

plugins ```json { "plugins": [ "hyperpower#0.2.2" ], "localPlugins": [] } ```
mirkobozzetto commented 1 year ago

╭─    ~ ▓▒░···································································░▒▓ ✔ ─╮ ╰─ hyper install hyper-imgcat ─╯ hyper-imgcat installed successfully! ╭─    ~ ▓▒░···································································░▒▓ ✔ ─╮ ╰─ hyper install hyper-imgcat ─╯ hyper-imgcat installed successfully! ╭─    ~ ▓▒░···································································░▒▓ ✔ ─╮ ╰─ hyper uninstall hyper-imgcat ─╯ hyper-imgcat is not installed ╭─    ~ ▓▒░············································································· ╭─    ~ ▓▒░···································································░▒▓ ✔ ─╮ ╰─ ─

Smecta commented 1 year ago

I am currently facing the same issue where no matter how many plugins I add, they are not taking effect, and in the “About” section, it shows that there are 0 plugins.

image