Theming
Add colors. Make it yours.
Changing the Font
Pick a Font
Pick a font using Google Fonts. After picking a font, you should get the import embed for the selected font.
Import embed for your font should look like this:
We'll use Poppins for this guide.
Edit config.css
ui/config.css
Restart the Resource
Terminal
Well done! Enjoy your new font.
Changing the Theme
Our scripts comes with 8 predefined themes.
Changing the theme is fairly simple:
config.lua
Customizing a Theme
We use CSS variables for styling. This allows you to easily change the colors of our scripts.
ui/themes/default.css
CSS variables must be defined using HSL format and without the color space function hsl().