Database migrate theme_id and color_mode_id to user_preferences table
From: !142772 (comment 1781587674)
The users table is wide, including columns which are not necessarily required for general users database table usage. This includes theme_id and color_mode_id columns which can be migrated to user_preferences to save column space on the users table.