- Copy selected mode or flexoki-full for raw range to
~/.config/waybar/ - Include the file at the top of your
style.css:
@import "<mode>.css";- Use imported colours:
* {
/* reference the color by using @color-name */
color: @tx;
/* or if you're using flexoki-full, */
color: @base-200;
}