fand / veda

⚡VJ / Live Coding on Atom⚡

Home Page:http://veda.gl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transparency / alpha on font background, and the font itself

semsion opened this issue · comments

Hopefully these questions can be answered here, please advise where otherwise.

Is transparency on the font background, and the font itself possible with the current setup of Veda in Atom?

Also, can you have Veda running in the background, and do development on other projects with the visuals running simultaneously?

Hi @itsopen !

Is transparency on the font background, and the font itself possible with the current setup of Veda in Atom?

VEDA doesn't provide a way to change the background/foreground color of text.
The color is hard coded.

https://github.com/fand/veda/blob/master/styles/veda.less#L40

If you wanna change the color though, you can edit the stylesheet in the directory VEDA is installed in your PC.
If you're using macOS, the stylesheet is in ~/.atom/packages/veda/styles/veda.less.

Also, can you have Veda running in the background, and do development on other projects with the visuals running simultaneously?

When multiple projects are opened in Atom, VEDA recognizes the first project as the project to run shaders. like this:

  • Run VEDA
  • Add projects by Add Project Folder
  • Do development as you want

Wonderful, thank you ...