kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [117:238]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/*******************************************************************************
 * Common UI Styling - Cog Button                                              *
 ******************************************************************************/

.theme-presets .cog-shape {
    -fx-shape: "M15.385,6.769h-0.738c-0.338,0-0.697-0.265-0.797-0.587L13.424,5.15c-0.158-0.298-0.094-0.74,0.145-0.978l0.523-0.523
        c0.242-0.239,0.242-0.632,0-0.872l-0.869-0.868c-0.24-0.241-0.633-0.241-0.873,0l-0.521,0.523
        c-0.238,0.239-0.682,0.304-0.979,0.144L9.818,2.152C9.496,2.052,9.23,1.692,9.23,1.354V0.615C9.23,0.277,8.953,0,8.615,0H7.386
        C7.047,0,6.77,0.277,6.77,0.615v0.739c0,0.338-0.265,0.697-0.586,0.798L5.152,2.576c-0.299,0.16-0.739,0.097-0.978-0.144
        L3.65,1.909c-0.24-0.241-0.631-0.241-0.872,0L1.91,2.777c-0.241,0.24-0.241,0.633,0,0.871l0.522,0.524
        C2.672,4.41,2.738,4.853,2.578,5.15L2.152,6.183C2.052,6.504,1.692,6.77,1.355,6.77l-0.74-0.001C0.277,6.769,0,7.046,0,7.385v1.23
        C0,8.951,0.277,9.23,0.615,9.23h0.74c0.337,0,0.695,0.266,0.797,0.588l0.426,1.029c0.158,0.299,0.094,0.742-0.146,0.979L1.91,12.35
        c-0.241,0.24-0.241,0.633,0,0.873l0.868,0.869c0.241,0.24,0.632,0.24,0.872,0l0.523-0.523c0.237-0.238,0.679-0.305,0.977-0.143
        l1.033,0.424c0.321,0.1,0.586,0.459,0.586,0.797v0.738C6.77,15.723,7.047,16,7.386,16h1.229c0.338,0,0.615-0.277,0.615-0.615
        v-0.738c0-0.338,0.266-0.697,0.588-0.797l1.031-0.424c0.301-0.162,0.74-0.096,0.98,0.143l0.52,0.523c0.24,0.24,0.633,0.24,0.873,0
        l0.869-0.869c0.242-0.24,0.242-0.633,0-0.873l-0.523-0.523c-0.238-0.236-0.303-0.68-0.145-0.979l0.426-1.029
        c0.1-0.322,0.459-0.588,0.797-0.588h0.738C15.725,9.23,16,8.953,16,8.615v-1.23C16,7.046,15.725,6.769,15.385,6.769z M11.582,7.998
        c0,1.979-1.602,3.58-3.578,3.58c-1.979,0-3.582-1.602-3.582-3.58c0-1.978,1.603-3.58,3.582-3.58
        C9.98,4.418,11.582,6.021,11.582,7.998z";
    -fx-background-color: -sb-header-detail;
    -fx-min-width: 8;
    -fx-max-width: 8;
    -fx-min-height: 8;
    -fx-max-height: 8;
}
.theme-presets .property-sheet .cog-shape {
    -fx-background-color: -sb-content-detail;
}

/*******************************************************************************
 * Common UI Styling - Accordion and TitledPane and search area shadows        *
 ******************************************************************************/

.theme-presets .accordion > .titled-pane > .title {
    -fx-background-color: 
        derive(-sb-content-background, -35%), -sb-sharp-edge-lo, -sb-sharp-edge-hi, -sb-flat;
    -fx-background-insets: 0 0 -1 0, 0, 1 0 0 0, 2 0 0 0; 
    -fx-padding: 0.385em 0.692em 0.231em 0.692em;
    -fx-font-size: 0.875em;
    -fx-alignment: center-right;
    -fx-effect: dropshadow( two-pass-box, rgba(0, 0, 0, 0.2), 5, 0.0, 0, 1 );
}
.theme-presets .accordion > .titled-pane > .title > .text {
    -fx-fill: -sb-header-text;
}
.theme-presets .accordion > .first-titled-pane > .title {
    -fx-background-insets: 0 0 -1 0, 0, 1 0 1 0, 2 0 0 0;
}
.theme-presets .accordion > .titled-pane > .title > .arrow-button {
    -fx-padding: -0.154em 0.583em 0.0em 0.0em; 
}
.theme-presets .accordion > .titled-pane > .title > .arrow-button > .arrow {
    -fx-background-color: -sb-header-detail;
    -fx-padding: 0.154em 0.231em 0.231em 0.231em; /* 2 3 3 3 */
}
.theme-presets .pane-shadow {
    -fx-background-color: derive(-sb-content-background, -35%);
    -fx-effect: dropshadow( two-pass-box, rgba(0, 0, 0, 0.6), 5, 0.0, 0, 0 );
}

/*******************************************************************************
 * Common UI Styling - Panel Backgrounds                                       *
 ******************************************************************************/

.theme-presets .property-sheet, 
.theme-presets .property-sheet > .viewport, 
.theme-presets .SBKIT-library-panel, 
.theme-presets .SBKIT-library-panel .accordion > .titled-pane > .content,
.theme-presets .SBKIT-hierarchy-panel .tree-view {
    -fx-border-color: null;
    -fx-border-width: 0;
    -fx-background-color: -sb-content-background;
    -fx-background-insets: 0;
    -fx-padding: 0;
}

.theme-presets .titled-pane > .content {
    -fx-border-width: 0;
    -fx-border-insets: 0;
}

/*******************************************************************************
 * Common UI Styling - Split Panes                                             *
 ******************************************************************************/

.theme-presets .split-pane {
    -fx-background-color: -sb-base-dark;
    -fx-background-insets: 0;
    -fx-padding: 0;
}
.theme-presets .split-pane > .split-pane-divider {
    -fx-background-color: -sb-base-dark;
    -fx-padding: 0 0.5 0 0;
}
.theme-presets .split-pane:horizontal .split-pane-divider .horizontal-grabber,
.theme-presets .split-pane:vertical .split-pane-divider .vertical-grabber {
    -fx-padding: 3;
    -fx-shape: "";
}

/*******************************************************************************
 * Common UI Styling - ScrollBars                                              *
 ******************************************************************************/

.theme-presets .scroll-bar .track-background {
    -fx-background-color: transparent;
}
.theme-presets .scroll-bar:vertical > .decrement-button,
.theme-presets .scroll-bar:vertical > .increment-button {
    -fx-padding: 0.077em 0.769em 0.077em 0.615em;
}
.theme-presets .scroll-bar:horizontal > .decrement-button,
.theme-presets .scroll-bar:horizontal > .increment-button {
    -fx-padding: 0.692em 0.077em 0.692em 0.077em;
}
.theme-presets .scroll-bar .increment-arrow, 
.theme-presets .scroll-bar .decrement-arrow {
    -fx-padding: 0;
}
.theme-presets .scroll-bar:vertical {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [97:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/*******************************************************************************
 * Common UI Styling - Cog Button                                              *
 ******************************************************************************/

.theme-presets .cog-shape {
    -fx-shape: "M15.385,6.769h-0.738c-0.338,0-0.697-0.265-0.797-0.587L13.424,5.15c-0.158-0.298-0.094-0.74,0.145-0.978l0.523-0.523
        c0.242-0.239,0.242-0.632,0-0.872l-0.869-0.868c-0.24-0.241-0.633-0.241-0.873,0l-0.521,0.523
        c-0.238,0.239-0.682,0.304-0.979,0.144L9.818,2.152C9.496,2.052,9.23,1.692,9.23,1.354V0.615C9.23,0.277,8.953,0,8.615,0H7.386
        C7.047,0,6.77,0.277,6.77,0.615v0.739c0,0.338-0.265,0.697-0.586,0.798L5.152,2.576c-0.299,0.16-0.739,0.097-0.978-0.144
        L3.65,1.909c-0.24-0.241-0.631-0.241-0.872,0L1.91,2.777c-0.241,0.24-0.241,0.633,0,0.871l0.522,0.524
        C2.672,4.41,2.738,4.853,2.578,5.15L2.152,6.183C2.052,6.504,1.692,6.77,1.355,6.77l-0.74-0.001C0.277,6.769,0,7.046,0,7.385v1.23
        C0,8.951,0.277,9.23,0.615,9.23h0.74c0.337,0,0.695,0.266,0.797,0.588l0.426,1.029c0.158,0.299,0.094,0.742-0.146,0.979L1.91,12.35
        c-0.241,0.24-0.241,0.633,0,0.873l0.868,0.869c0.241,0.24,0.632,0.24,0.872,0l0.523-0.523c0.237-0.238,0.679-0.305,0.977-0.143
        l1.033,0.424c0.321,0.1,0.586,0.459,0.586,0.797v0.738C6.77,15.723,7.047,16,7.386,16h1.229c0.338,0,0.615-0.277,0.615-0.615
        v-0.738c0-0.338,0.266-0.697,0.588-0.797l1.031-0.424c0.301-0.162,0.74-0.096,0.98,0.143l0.52,0.523c0.24,0.24,0.633,0.24,0.873,0
        l0.869-0.869c0.242-0.24,0.242-0.633,0-0.873l-0.523-0.523c-0.238-0.236-0.303-0.68-0.145-0.979l0.426-1.029
        c0.1-0.322,0.459-0.588,0.797-0.588h0.738C15.725,9.23,16,8.953,16,8.615v-1.23C16,7.046,15.725,6.769,15.385,6.769z M11.582,7.998
        c0,1.979-1.602,3.58-3.578,3.58c-1.979,0-3.582-1.602-3.582-3.58c0-1.978,1.603-3.58,3.582-3.58
        C9.98,4.418,11.582,6.021,11.582,7.998z";
    -fx-background-color: -sb-header-detail;
    -fx-min-width: 8;
    -fx-max-width: 8;
    -fx-min-height: 8;
    -fx-max-height: 8;
}
.theme-presets .property-sheet .cog-shape {
    -fx-background-color: -sb-content-detail;
}

/*******************************************************************************
 * Common UI Styling - Accordion and TitledPane and search area shadows        *
 ******************************************************************************/

.theme-presets .accordion > .titled-pane > .title {
    -fx-background-color: 
        derive(-sb-content-background, -35%), -sb-sharp-edge-lo, -sb-sharp-edge-hi, -sb-flat;
    -fx-background-insets: 0 0 -1 0, 0, 1 0 0 0, 2 0 0 0; 
    -fx-padding: 0.385em 0.692em 0.231em 0.692em;
    -fx-font-size: 0.875em;
    -fx-alignment: center-right;
    -fx-effect: dropshadow( two-pass-box, rgba(0, 0, 0, 0.2), 5, 0.0, 0, 1 );
}
.theme-presets .accordion > .titled-pane > .title > .text {
    -fx-fill: -sb-header-text;
}
.theme-presets .accordion > .first-titled-pane > .title {
    -fx-background-insets: 0 0 -1 0, 0, 1 0 1 0, 2 0 0 0;
}
.theme-presets .accordion > .titled-pane > .title > .arrow-button {
    -fx-padding: -0.154em 0.583em 0.0em 0.0em; 
}
.theme-presets .accordion > .titled-pane > .title > .arrow-button > .arrow {
    -fx-background-color: -sb-header-detail;
    -fx-padding: 0.154em 0.231em 0.231em 0.231em; /* 2 3 3 3 */
}
.theme-presets .pane-shadow {
    -fx-background-color: derive(-sb-content-background, -35%);
    -fx-effect: dropshadow( two-pass-box, rgba(0, 0, 0, 0.6), 5, 0.0, 0, 0 );
}

/*******************************************************************************
 * Common UI Styling - Panel Backgrounds                                       *
 ******************************************************************************/

.theme-presets .property-sheet, 
.theme-presets .property-sheet > .viewport, 
.theme-presets .SBKIT-library-panel, 
.theme-presets .SBKIT-library-panel .accordion > .titled-pane > .content,
.theme-presets .SBKIT-hierarchy-panel .tree-view {
    -fx-border-color: null;
    -fx-border-width: 0;
    -fx-background-color: -sb-content-background;
    -fx-background-insets: 0;
    -fx-padding: 0;
}

.theme-presets .titled-pane > .content {
    -fx-border-width: 0;
    -fx-border-insets: 0;
}

/*******************************************************************************
 * Common UI Styling - Split Panes                                             *
 ******************************************************************************/

.theme-presets .split-pane {
    -fx-background-color: -sb-base-dark;
    -fx-background-insets: 0;
    -fx-padding: 0;
}
.theme-presets .split-pane > .split-pane-divider {
    -fx-background-color: -sb-base-dark;
    -fx-padding: 0 0.5 0 0;
}
.theme-presets .split-pane:horizontal .split-pane-divider .horizontal-grabber,
.theme-presets .split-pane:vertical .split-pane-divider .vertical-grabber {
    -fx-padding: 3;
    -fx-shape: "";
}

/*******************************************************************************
 * Common UI Styling - ScrollBars                                              *
 ******************************************************************************/

.theme-presets .scroll-bar .track-background {
    -fx-background-color: transparent;
}
.theme-presets .scroll-bar:vertical > .decrement-button,
.theme-presets .scroll-bar:vertical > .increment-button {
    -fx-padding: 0.077em 0.769em 0.077em 0.615em;
}
.theme-presets .scroll-bar:horizontal > .decrement-button,
.theme-presets .scroll-bar:horizontal > .increment-button {
    -fx-padding: 0.692em 0.077em 0.692em 0.077em;
}
.theme-presets .scroll-bar .increment-arrow, 
.theme-presets .scroll-bar .decrement-arrow {
    -fx-padding: 0;
}
.theme-presets .scroll-bar:vertical {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



