roundabout,
created on Wednesday, 16 November 2016, 07:27:13 (1479281233),
received on Sunday, 11 May 2025, 13:22:01 (1746969721)
Author identity: nana-4 <hnmaigo@gmail.com>
0583a3a863f667a2c966988256ac25eadeee8d87
gtk-3.0/gtk.scss
@@ -1,9 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade
// - if you need to inverse a color function use the @if directive to match for dark $variant
$variant: 'light';
$light: 'false';
$laptop: 'false';
@@ -16,3 +10,9 @@ $laptop: 'false';
@import 'budgie';
@import 'lightdm';
@import 'colors-public';
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade
// - if you need to inverse a color function use the @if directive to match for dark $variant
gtk-3.0/gtk_laptop.scss
@@ -1,9 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade
// - if you need to inverse a color function use the @if directive to match for dark $variant
$variant: 'light';
$light: 'false';
$laptop: 'true';
gtk-3.0/gtk_light.scss
@@ -1,9 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade
// - if you need to inverse a color function use the @if directive to match for dark $variant
$variant: 'light';
$light: 'true';
$laptop: 'false';
gtk-3.0/gtk_light_laptop.scss
@@ -1,9 +1,3 @@
// General guidelines:
// - very unlikely you want to edit something else than _common.scss
// - keep the number of defined colors to a minimum, use the color blending functions if
// you need a subtle shade
// - if you need to inverse a color function use the @if directive to match for dark $variant
$variant: 'light';
$light: 'true';
$laptop: 'true';