ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

How can i change colors in term? #93

Open kden416 opened 6 years ago

kden416 commented 6 years ago

package ignores theme dark or light option i need to change font, font-size and colors

kden416 commented 6 years ago

changing .atom/packages/script-runner/styles/script-runner.less has no effect same .atom/packages/script-runner/node_modules/xterm/dist/xterm.css

ioquatix commented 6 years ago

Yeah, xterm changed completely. I don't know how you style it now. I will need to investigate, my apologies.

kden416 commented 6 years ago

Strange, but on first system i have nodeVersion": "8.9.4", xterm 3.3.0 and other system same, but on first sytem terminal in atom looks fine and on second system looks very ugly.

kden416 commented 6 years ago

i think addon xterm-webfont can help us.

ioquatix commented 6 years ago

Do you mind submitting a PR?

ioquatix commented 6 years ago

Also can you share some pictures, because I don't know what it looks like on your system, what is good and what is ugly. It may help other users too, if they have the same problem.

kden416 commented 6 years ago

if i fix it, i submit PR, but i'm not JS programmer and it's difficult for me.

this is first system screenshot: screenshot_20180508_142400

and second: screenshot_20180508_142226 how can you see fonts...

ioquatix commented 6 years ago

I see, yeah, it looks pretty crappy.