Source code

Revision control

Copy as Markdown

Other Tools

{
"background": {
"color": {
"hover": {
"value": {
"nativeTheme": "{background.color.dimmed.@base}",
"light": "rgb(240, 240, 244)",
"dark": "{background.color.dimmed.@base}"
}
},
"selected": {
"value": {
"nativeTheme": "SelectedItem",
"light": "#e0e0e6",
"dark": "rgb(43, 42, 51)"
}
}
}
},
"border": {
"radius": {
"value": "calc({button.border.radius} + 2px)"
}
},
"separator": {
"color": {
"value": {
"light": "rgb(240, 240, 244)",
"dark": "rgb(82, 82, 94)",
"nativeTheme": "color-mix(in srgb, currentColor 14%, transparent)",
"prefersContrast": "color-mix(in srgb, currentColor 86%, transparent)"
}
}
},
"action": {
"button": {
"background": {
"color": {
"@base": {
"value": "color-mix(in srgb, var(--urlbarview-background-color-hover) 50%, transparent)"
},
"hover": {
"value": "var(--urlbarview-background-color-hover)"
}
}
}
}
},
"favicon": {
"size": {
"value": "{icon.size.@base}"
}
},
"row": {
"min": {
"height": {
"value": "{size.item.large}"
}
},
"padding": {
"block": {
"value": "{space.small}"
}
}
},
"text": {
"color": {
"action": {
"value": {
"light": "rgb(91, 91, 102)",
"dark": "rgb(191, 191, 201)",
"nativeTheme": "LinkText"
}
},
"secondary": {
"value": {
"nativeTheme": "color-mix(in srgb, currentColor 73%, transparent)",
"default": "color-mix(in srgb, currentColor 73%, transparent)",
"forcedColors": "currentColor"
}
},
"selected": {
"value": {
"light": "rgb(21, 20, 26)",
"dark": "rgb(251, 251, 254)",
"nativeTheme": "SelectedItemText"
}
}
}
}
}