Just noticed that the "LastVersion" file in the profile folder, as the name suggests, gets updated when the profile is opened with (another version of) BAS e.g. from 114.0.5735.91 to 117.0.5938.63. Therefore it's not suitable for our need to determine the original version of which a profile was created.
But at least can be said what was the latest BAS version that worked with it ;)
BAS Editor Dark Theme
-
-
@tet-vivi I just did some of it myself, unfortunately I currently don't have enough time for such gimmicks, maybe someone else can finish it :)
Unfortunately, I haven't found the correct files for the left menu yet...
Edited files: 23.2.0.rar
File path: %appdata%\BrowserAutomationStudio\apps
-
I was having some serious eye strain too.
Just add the following css between head tags:File1: apps/{version}/html/toolbox/index.html
Add css between head tags:
<style>
.container-fluid{ background:gray;}
.panelgridtitle{ color:white;font-weight:bold;}
.panelgridtitleinner{color:white; font-weight:bold;}
</style>File2: apps/{version}/html/scenario/index.html
Add css between head tags:
<style>
.titlebody{background:#fff;}
html{background:gray;}
.container-fluid.main{background:gray; }
</style>And you should get a panel looking like this:
