mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-12-01 17:43:17 -08:00
Fixed #24
This commit is contained in:
@@ -73,16 +73,17 @@
|
|||||||
@if ($type == 'b') { @return $grey-050; }
|
@if ($type == 'b') { @return $grey-050; }
|
||||||
@if ($type == 'c') { @return $grey-100; }
|
@if ($type == 'c') { @return $grey-100; }
|
||||||
@if ($type == 'd') { @return $grey-250; }
|
@if ($type == 'd') { @return $grey-250; }
|
||||||
@if ($type == 'e') { @return $grey-800; }
|
|
||||||
@if ($type == 'f') { @return $grey-750; }
|
|
||||||
@if ($type == 'g') { @return $grey-700; }
|
|
||||||
@if ($type == 'h') { @return $grey-650; }
|
|
||||||
|
|
||||||
@if ($blackness == 'true') {
|
@if ($blackness == 'true') {
|
||||||
@if ($type == 'e') { @return $black; }
|
@if ($type == 'e') { @return $black; }
|
||||||
@if ($type == 'f') { @return $grey-950; }
|
@if ($type == 'f') { @return $grey-950; }
|
||||||
@if ($type == 'g') { @return $grey-900; }
|
@if ($type == 'g') { @return $grey-900; }
|
||||||
@if ($type == 'h') { @return $grey-850; }
|
@if ($type == 'h') { @return $grey-850; }
|
||||||
|
} @else {
|
||||||
|
@if ($type == 'e') { @return $grey-800; }
|
||||||
|
@if ($type == 'f') { @return $grey-750; }
|
||||||
|
@if ($type == 'g') { @return $grey-700; }
|
||||||
|
@if ($type == 'h') { @return $grey-650; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user