vercel / vercel/hyper

Hyper doesn't support text-shadow ?

Open
#6,135 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

I'm new to Hyper and I expected it to work like the Atom editor.

I wanted to have an image background and add a text-shadow to the text.

Image with transparency can be set easily with css: '.hyper_main{background-image: url("/tmp/test.jpg");}', and backgroundColor: 'rgba(0,0,0,0)',.

But my text-shadow CSS is completely ignored : termCSS: '*{text-shadow:-1px -1px 1px black,-1px 0px 1px black,1px -1px 1px black;}'

css: '*{text-shadow:-1px -1px 1px black,-1px 0px 1px black,1px -1px 1px black;}' Can just change the title of the window, but nothing happens on the canvas. (terminal content)

Isn't all css supported ? Am i missing something ?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported termCSS text-shadow configuration with the image background and inspect how terminal content is rendered on the canvas. Determine whether text-shadow is supported for terminal text, then document the limitation or identify the rendering change needed and verify the result with a focused reproduction.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
desktop, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.