Hey! I don’t know if this has been suggested already, but I tend to create rather dark-colored watch faces given I own a Samsung Active 2, and anything else just clashes with the pitch black bezel. Problem is, creating a dark watch face on the bright background of the creator is not only a huge strain on the eyes, but also makes it difficult to distinguish detail.
To be clear/TL;DR: There’s a button to turn the background color dark when you “preview”/test a watch face from the creator. It’d be nice if the creator page itself had this button
… and while we’re at it, a dark theme for the forums wouldn’t hurt :P! But that’s me being greedy
There are browser add-ons that allow css to be edited locally. I tried “Stylus” for Opera. There is also Stylus for Chrome. Then just use the following code to adjust the appearance of the editor:
Hmm @petr.patocka – The code doesn’t seem to be working or doing anything, sadly I just downloaded Stylus for my Opera browser, added a new style for the creator website and pasted your code. Are there any special steps or options or anything else I should tweak or… something?
Edit: Actually, the width of the elements list on the left side is bigger, so the code is being read just fine (and the width part of the code seems to work fine as well), just not the part where it’s supposed to make the background darker
Edit 2: Okay so in your snippet you’re missing a dot, and that was causing the problem xD .facer-editor .watch-canvas-wrapper .watch-canvas-outer-container
^ the period at the very beginning!
There’s still the issue of that white “square” around the watch face I’m making that’s still very bright though:
No worries, again, thanks a ton for this, this is already a huge improvement But if you do stumble upon the answer for the other element, please do let me/us know
It’s not perfect, but heck, it’s enough to keep my vision xD
I’ll leave the new snippet for you to add/tweak below if you wish, along with my thanks again for pointing me to this!
Also I managed to get rid of that outer white border from the picture above. Now there’s only a white border around the actual “mask” around the watch face to deal with xD
Note: the color of the border has 8 zeros instead of the typical 6 digits in hex values because the last 2 deal with opacity. To anyone who may not know – Leaving the border transparent gets rid of the previous white border, however if you up the opacity on your new border, then there will be a border with whatever color you chose (in this case black).
I’m gonna keep messing around with it see if I can get rid of that final border around the mask… but I think it’s gonna come down to maybe modifying the base mask/image itself, we’ll see xD
@petr.patocka – New image seems to fit a lot better, and I promise I’m stopping here I increased the “outer” size of the image/mask, but left the circle cut-out the same size as before.
To anyone who may want the squared version, you can just grab the image below, tone down the brightness and replace it from the code above ^ – It won’t switch automatically but, if you happen to develop more for squared faces than round, or just want to switch manually… you still can xD
@russellcresser
Do you know if this code still works on your pc or is there an updated version of it?
I would like the Facer Creator Page to be totally dark and grey the rest. The settings offer only the possibility to turn the center of the screen, dark. I like that to be everywhere on the page.
Here is the last code from this post i used with not the results i want.
/* ==UserStyle== @name Facer Creator Dark Mode @namespaceFacer - Thousands of FREE watch faces for Apple Watch, Samsung Gear S3, Huawei Watch, and more @version 0.1 @description This style changes the background color of the Facer creator page to black. @author Bing
==/UserStyle== */
.editor-insights .editor-insights-master {
-webkit-flex: 0 0 350px;
-moz-flex: 0 0 350px;
-ms-flex: 0 0 350px;
flex: 0 0 350px;
}
Found a solution, with a little AI help.
Made a few adaptions on the code to add freedom to choose the body background color and color of text by using HEX codes for color. I find it much better than the overall white presentation, hurts my eyes, perhaps others too
See, i must wear sunglasses…
I find it almost perfect for many things.
This is a shot from the Facer Creator page, but everything i open does use this color scheme. But no problem, through the extension icon you can easily restore the white pages.
I love it also how it improves the other Facer pages.
/* ==UserStyle== @name Facer Creator Dark Mode @namespaceFacer - Thousands of FREE watch faces for Apple Watch, Samsung Gear S3, Huawei Watch, and more @version 0.1 @description This style changes the background color of the Facer creator page to black. @author Bing
==/UserStyle== /
/ Change background color to black /
/ Change background color to black /
/ Change background color to raisin black /
body {
background-color: #1F2022 !important; / RGB values for raisin black /
color: #9EA3AD !important;
}
/ Reset background color for added elements */
body * {
background-color: transparent !important;
color: inherit !important;
}
Wow . Watch out Guys I see a Giant coming our way . I like Peter have absolutly no Idea where you post that Code . Now you see people think when they make formulas for the Tag Fields they are Writing Code . I know Code when I see Code.
Having said that I am not sure if it is Java , HTML or something else . Despite that I have Bookmarked the Topic so I don’t miss a trick .
You might be the one to ask if we can use the scripting fields that appear in some layers and is it only Unity 3d Shadres that can be animated with the Scripts .
Install the Stylus extension for Edge from the Microsoft Store. If the green Icon is not displayed, go to extensions and click the eye to show the extension.
Once installed, click on the Stylus icon in the toolbar and select Manage.
Click on the Write new style button.
In the Name field, enter a name for the style.
In the Code field, select the whole existing code and paste the code from the above post.
Click on the Save button.
Open the Facer Creator page in Edge and click on the Stylus icon in the toolbar.
Select the style you just created from the list of styles.
You can always roll back by
clicking the icon for Stylus
turn all styles off
Remember, all the open pages in the browser will use this code. There is no risk here, as i said you can roll back and turn this style off.