Update opacity of the secondary text
54 -> 0.6
As per the refreshed Material Design guidelines: https://material.io/design/color/text-legibility.html
54 -> 0.6
As per the refreshed Material Design guidelines: https://material.io/design/color/text-legibility.html
by roundabout, Saturday, 3 August 2019, 13:44:10 (1564839850), pushed by roundabout, Sunday, 11 May 2025, 13:22:41 (1746969761)
Author identity: nana-4 <hnmaigo@gmail.com>
3f45b6e6a0abe070ed25c1f3a2612609ced7fdae
@if ($brightness >= 128) {
@if ($state == 'primary') { @return rgba(black, 0.87); }
@if ($state == 'secondary') { @return rgba(black, 0.54); }
@if ($state == 'secondary') { @return rgba(black, 0.6); }
@if ($state == 'disabled') { @return rgba(black, 0.38); }
@if ($state == 'secondary-disabled') { @return rgba(black, 0.26); }
@if ($state == 'track') { @return rgba(black, 0.26); }
$titlebar-fill: on($titlebar, fill);
// workaround for GTK3 @placeholder_text_color which doesn't allow translucent colors
$placeholder_text_color: if($variant == 'light', $grey-600, mix($white, $base, percentage(0.7)));
$placeholder_text_color: if($variant == 'light', mix(black, $base, percentage(0.6)), mix(white, $base, percentage(0.7)));
@if ($brightness >= 128) {
@if ($state == 'primary') { @return rgba(black, 0.87); }
@if ($state == 'secondary') { @return rgba(black, 0.54); }
@if ($state == 'secondary') { @return rgba(black, 0.6); }
@if ($state == 'disabled') { @return rgba(black, 0.38); }
@if ($state == 'secondary-disabled') { @return rgba(black, 0.26); }
@if ($state == 'track') { @return rgba(black, 0.26); }
"frame_incognito_inactive": [214, 214, 214],
"toolbar": [255, 255, 255],
"tab_text": [0, 0, 0, 0.87],
"tab_background_text": [0, 0, 0, 0.54],
"tab_background_text": [0, 0, 0, 0.6],
"bookmark_text": [0, 0, 0, 0.87],
"ntp_background": [255, 255, 255],
"ntp_text": [0, 0, 0, 0.87],
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M10 3v10L5 8z" fill="#000000" opacity="0.54"/>
<path d="M10 3v10L5 8z" fill="#000000" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M6 3v10l5-5z" fill="#000000" opacity="0.54"/>
<path d="M6 3v10l5-5z" fill="#000000" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#000000" opacity="0.54"/>
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#000000" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#000000" opacity="0.54"/>
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" fill="#000000" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M10 3v10L5 8z" fill="#000000" opacity="0.54"/>
<path d="M10 3v10L5 8z" fill="#000000" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M6 3v10l5-5z" fill="#000000" opacity="0.54"/>
<path d="M6 3v10l5-5z" fill="#000000" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#000000" opacity="0.54"/>
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="#000000" opacity="0.6"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z" fill="#000000" opacity="0.54"/>
<path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z" fill="#000000" opacity="0.6"/>
</svg>
</linearGradient>
<linearGradient id="color-text-secondary">
<stop offset="1" stop-color="#000000" stop-opacity="0.54"/>
<stop offset="1" stop-color="#000000" stop-opacity="0.6"/>
</linearGradient>
<linearGradient id="color-text-secondary-disabled">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0"/>
<path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.08"/>
<path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.2"/>
<path d="M17 8.41L15.59 7 12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0"/>
<path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.08"/>
<path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.2"/>
<path d="m8 8v8h8v-8h-8zm2 2h4v4h-4v-4z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0"/>
<path d="m8 14h8v2h-8z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.08"/>
<path d="m8 14h8v2h-8z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.2"/>
<path d="m8 14h8v2h-8z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0"/>
<path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.08"/>
<path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.54">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000" opacity="0.6">
<circle cx="12" cy="12" r="10" opacity="0.2"/>
<path d="m9 9v6h6v-6h-6zm2 2h2v2h-2v-2z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="M21 12.41L19.59 11 16 14.59 12.41 11 11 12.41 14.59 16 11 19.59 12.41 21 16 17.41 19.59 21 21 19.59 17.41 16z"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="m12 18h8v2h-8z"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="m12 12v8h8v-8zm2 2h4v4h-4z"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="m13 13v6h6v-6zm2 2h2v2h-2z"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<circle cx="16" cy="16" r="2"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="m10 18 1.41 1.41 4.59-4.59 4.59 4.59 1.41-1.41-6-6z"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="m22 14-1.41-1.41-4.59 4.59-4.59-4.59-1.41 1.41l6 6z"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4z"/>
</g>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#E0E0E0"/>
<rect width="32" height="1" fill="#FFFFFF" fill-opacity="0.4"/>
<g fill="#000000" opacity="0.54">
<g fill="#000000" opacity="0.6">
<circle cx="16" cy="16" r="12" opacity="0"/>
<path d="m16 10a6 6 0 0 0 -6 6 6 6 0 0 0 6 6 6 6 0 0 0 6 -6 6 6 0 0 0 -6 -6zm0 2a4 4 0 0 1 4 4 4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2 2 2 0 0 0 2 2 2 2 0 0 0 2 -2 2 2 0 0 0 -2 -2z"/>
</g>
active_text_color=#212121
active_text_shadow_color=#212121
inactive_text_color=#757575
inactive_text_shadow_color=#757575
inactive_text_color=#616161
inactive_text_shadow_color=#616161
title_shadow_active=false
title_shadow_inactive=false
full_width_title=true