Interface: ThemeIcon
Source: packages/wxt/src/types.ts:833
Firefox theme icon definition for light/dark mode support.
Contents
See
Properties
dark
dark:
string
Source: packages/wxt/src/types.ts:837
Path to the icon shown when the browser uses a dark theme.
light
light:
string
Source: packages/wxt/src/types.ts:835
Path to the icon shown when the browser uses a light theme.
size
size:
number
Source: packages/wxt/src/types.ts:839
Icon size in pixels.
Generated using typedoc-plugin-markdown and TypeDoc