-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script output background colour change? #324
Comments
Hi, unfortunately there is no configuration for it
You can try to edit css manually
jarrah31 <notifications@github.com> schrieb am Fr., 7. Aug. 2020 16:07:
… Would it be possible to advise how I would change the background colour of
the script output window to black please?
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#324>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXPJJ4UGMUVEHCCE2E7WTR7QDBNANCNFSM4PXVHBPA>
.
|
I guess that is not possible to change selected items color, now green? |
Thanks bugy, do you know which part of the css code block would do this please? Would there be an existing line I need to modify or add a new entry? (sorry, css mystifies me) |
Hi @hifi25nl, only by HTML/CSS changes, unfortunately |
@jarrah31 you would need to modify the following file: line 143 (in master), you need to change: |
Thanks Bugy! You know, I actually found this entry in |
@jarrah31 I'm glad it worked :) |
A dark mode option would be useful please because the black output screen is in stark contrast to the rest of the UI now. |
+1 to Dark Theme:D Greatly appreciate all of your efforts @bugy , this tool has saved me dozens of hours of work so far, and counting. |
Hey all, I'm working on a possibility to have custom color themes for script-server (e.g. you can replace default cyan color with yellow, for example). You would be able to define the main colors in a separate css file (in the conf folder), which will be loaded automatically. It won't be possible to define the color of some specific elements, though. It would be nice to gather some requirements, to make sure I don't miss something important. At the moment I'm going to have support for those colors:
If you would prefer to change something else, please tell me PS a theme will be single for the whole server, so it won't be possible to switch between themes in runtime. |
Thanks @bugy , I think that's enough! |
Absolutely @bugy , this would be awesome! |
Thanks @bugy that would be really useful because I've since discovered another problem. I've changed the script output screen to black which works great for scripts where I've defined colour, but any script that just echos their output to screen has a default black colour, so I can't see their output on my modified black background. Having the ability to specify font colour will be very useful because I've been unable to find relevant css entry within /script-server/web/css/*.css files. |
Hi all, I implemented a possibility to define custom themes, for that, you would need to create a file: You can find examples in All the variables can be found in web-src/src/assets/css/shared.css file, but usually you would need to override only those, which are in samples Important note: when you change/add a theme, users have to refresh the page and caches in the browser (in windows + chrome, it's |
Thank you @bugy |
Would it be possible to advise how I would change the background colour of the script output window to black please?
Thanks.
The text was updated successfully, but these errors were encountered: