ultraabox / ultrabox_typescript

ultrabox source code
MIT License
34 stars 25 forks source link

Add option to change diamond color independently via custom theme #236

Closed wdym-lmao closed 3 weeks ago

choptop84 commented 1 month ago

add

.loopEditor {
--ui-widget-background: #ffffff;
}

To your custom theme and you can change the diamond color

wdym-lmao commented 1 month ago

add

.loopEditor {
--ui-widget-background: #ffffff;
}

To your custom theme and you can change the diamond color

image so do i just paste it where my cursor is or do i have to paste it somewhere else?

choptop84 commented 1 month ago

I do not see a cursor in this image, but you want to place this after the :root {} that contains all of the colors.

wdym-lmao commented 1 month ago

so it should look like this? image

choptop84 commented 1 month ago

No I said after the root not inside of it...

choptop84 commented 1 month ago

Do you see the end of the entire bit of text and how it ends with }? Place it after that

wdym-lmao commented 1 month ago

Do you see the end of the entire bit of text and how it ends with }? Place it after that

gotcha