Berry Browser supports dark mode using WebView API. The web content's light or dark style will be applied automatically to match the app's theme if the content supports it.
You can change the behavior in the settings (Settings > Web > Rendering mode).
This mode renders content based on your app's theme. If web page does not provide dark theme support, content will be rendered with the default styling.
App | Web content which supports color theming | Web content which does not support color theming |
---|---|---|
App is light theme | Renders with the light theme defined by the content author. | Renders with the default styling defined by the content author. |
App is dark theme | Renders with the dark theme defined by the content author. | Renders with the default styling defined by the content author. |
This mode renders content based on your app's theme. If web page does not provide dark theme support, content will be rendered with the dark style using an algorithm.
App | Web content which supports color theming | Web content which does not support color theming |
---|---|---|
App is light theme | Renders with the light theme defined by the content author. | Renders with the default styling defined by the content author. |
App is dark theme | Renders with the dark theme defined by the content author. | Renders with the styling modified to dark colors by an algorithm if allowed by the content author. |
This mode renders content with the default styling.
App | Web content which supports color theming | Web content which does not support color theming |
---|---|---|
App is light theme | Renders with the light theme defined by the content author. | Renders with the default styling defined by the content author. |
App is dark theme | Renders with the light theme defined by the content author. | Renders with the default styling defined by the content author. |
This mode renders content with the dark style.
App | Web content which supports color theming | Web content which does not support color theming |
---|---|---|
App is light theme | Renders with the dark theme defined by the content author. | Renders with the styling modified to dark colors by an algorithm if allowed by the content author. |
App is dark theme | Renders with the dark theme defined by the content author. | Renders with the styling modified to dark colors by an algorithm if allowed by the content author. |