@include exports("splitter/theme") {

    .k-splitter {
        @extend .k-text-selection;
        @include fill(
            $splitter-text,
            $splitter-bg,
            $splitter-border
        );
    }

    // Splitbar
    .k-splitbar {
        color: $splitbar-text;
        background-color: $splitbar-bg;

        &:active,
        &.k-state-focused {
            color: $splitbar-selected-text;
            background: $splitbar-selected-bg;
        }
    }
    .k-splitbar-horizontal-hover,
    .k-splitbar-vertical-hover {
        color: $splitbar-hovered-text;
        background-color: $splitbar-hovered-bg;
    }

    .k-ghost-splitbar {
        background-color: $splitbar-hovered-bg;
    }

}
