You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To simplify this process I recommend right-clicking the background of the new tab page, and selecting "Inspect Element".
A panel on the right should list the rules currently applied. Clicking on the little circle next to an hexadecimal value opens a color selector:
Click to view image
Once you're done choosing the colors, copy the new values with the selector (:root { and the closing }) and paste them in the settings.
bg is the color of the background of the page as well as the background of the windows. color is the color of the text faded-color is the color of the search tips as well as the little cog icon hi is the highlight color that appears when hovering over a link, a folder or other interactable elements hi-click is the same thing but when you click the folder or link field is the secondary background color, used on folders and window borders shadow is the color of the shadows under each windows
The text was updated successfully, but these errors were encountered:
Custom CSS rules can be added in UMiBO's settings:
Click to view image
To change the default colors, paste this in the text area:
and change the hexadecimal color values.
To simplify this process I recommend right-clicking the background of the new tab page, and selecting "Inspect Element".
A panel on the right should list the rules currently applied. Clicking on the little circle next to an hexadecimal value opens a color selector:
Click to view image
Once you're done choosing the colors, copy the new values with the selector (
:root {
and the closing}
) and paste them in the settings.bg
is the color of the background of the page as well as the background of the windows.color
is the color of the textfaded-color
is the color of the search tips as well as the little cog iconhi
is the highlight color that appears when hovering over a link, a folder or other interactable elementshi-click
is the same thing but when you click the folder or linkfield
is the secondary background color, used on folders and window bordersshadow
is the color of the shadows under each windowsThe text was updated successfully, but these errors were encountered: