gtk: Revert titlebar colors only in standard variant
The current titlebar colors are a bit too dark for the standard variant.
It's kind of shame, but make the colors independent of $-dark-surface-* in the standard variant.
The current titlebar colors are a bit too dark for the standard variant.
It's kind of shame, but make the colors independent of $-dark-surface-* in the standard variant.
by roundabout, Sunday, 15 March 2020, 03:54:59 (1584244499), pushed by roundabout, Sunday, 11 May 2025, 13:22:50 (1746969770)
Author identity: nana-4 <hnmaigo@gmail.com>
7155b289a79bc48d39f5f60df806011a046942ed
$panel: if($topbar == 'dark', #1F1F1F, $scrim);
$panel-solid: if($topbar == 'dark', #1F1F1F, #CCCCCC); // for Unity panel which doesn't allow translucent colors
$titlebar: if($topbar == 'dark', $-dark-surface-4dp, #E0E0E0);
$titlebar-backdrop: if($topbar == 'dark', $-dark-surface-1dp, #D6D6D6);
$titlebar: if($topbar == 'dark', if($variant == 'light', #383838, $-dark-surface-4dp), #E0E0E0);
$titlebar-backdrop: if($topbar == 'dark', if($variant == 'light', #303030, $-dark-surface-1dp), #D6D6D6);
$titlebar-indicator: if($topbar == 'dark', currentColor, $primary);
//