mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
19 lines
575 B
Text
19 lines
575 B
Text
@import "variables";
|
|
|
|
@accent-primary: @taiga-light;
|
|
@accent-primary-dark: darken(@taiga-light, 20%);
|
|
|
|
@background-secondary: @white;
|
|
@text-color: @taiga-dark;
|
|
@text-color-subtle: lighten(@taiga-dark, 20%);
|
|
@text-color-very-subtle: @taiga-light;
|
|
@text-color-inverse: @taiga-light;
|
|
@text-color-inverse-subtle: darken(@taiga-light, 30%);
|
|
@text-color-inverse-very-subtle: darken(@taiga-light, 20%);
|
|
|
|
@panel-background-color: @white;
|
|
@toolbar-background-color: @white;
|
|
|
|
@btn-default-bg-color: @white;
|
|
@btn-default-text-color: @taiga-light;
|
|
@background-gradient: none;
|