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
Colors can be specified in the following ways (using the :foreground property as an example):
:foreground java.awt.Color/BLACK (a raw color object)
:foreground (color255255224) (RGB bytes)
:foreground (color255255224128) (RGBA bytes)
:foreground "#FFEEDD" (hex color string or keyword)
:foreground "#FED" ("short" CSS-style hex color string or keyword)
:foreground "aliceblue" (CSS-style named color string or keyword)
:foreground (color"#FFEEDD"128) (hex color string (or name) + alpha)
Here's a label with blue text and a red background: