docs/Developer Guide/Developer Guide/Concepts/Themes.md
light, located in src\public\stylesheets\theme-light.cssdark, located in src\public\stylesheets\theme-dark.cssnext, composed from src\public\stylesheets\theme-next-light.css and src\public\stylesheets\theme-next-dark.css.options_init#initNotSyncedOptions.
light and dark is done based on the OS preference. Otherwise, the theme is always dark.next as the default theme.src\routes\index.ts, in the getThemeCssUrl method.src\public\app\widgets\type_widgets\options\appearance\theme.js.options/user-themes.