@mixin node-color {
    &.theme-default,
    &.theme-soft {
        .plait-text-container {
            color: #333333;
        }
    }

    &.theme-colorful,
    &.theme-retro {
        .root {
            .plait-text-container {
                color: #ffffff;
            }
        }
    }

    &.theme-dark,
    &.theme-starry {
        .plait-text-container {
            color: #ffffff;
        }
        .root {
            .plait-text-container {
                color: #333333;
            }
        }
    }
}
