Fulldev UI uses the same dark mode approach as shadcn/ui. Use the official shadcn/ui dark mode docs as the reference.
Fulldev note
@fulldev/init adds light and dark tokens to src/styles/global.css. If you
install @fulldev/theme-toggle, render its provider in the document <head>.