﻿.vars[theme='gold'] {
    --sheet-foreground-color: #454545;
    --sheet-foreground-color-disabled: #a5a5a5;
    --sheet-bg-color: #ffffff;
    --sheet-border-style: 1px solid #c5c5c5;
    --row-header-bg-color: white;
    --col-header-bg-color: var(--gold-tab-header-background-color);
    --head-selection-bg-color: var(--gold-tab-header-background-color-selected);
    --row-header-foreground-color: #2e2e2e;
    --col-header-foreground-color: var(--gold-tab-header-color);
    --icon-color: #000000;
    --shadow-overlay-color: grey;
    --invalid-cell-foreground-color: #ff0000;
    --selection-bg-color: rgba(251, 232, 240, 0.26);
    --selection-border-color: var(--gold-pink-dark);
    --cell-highlight-bg-color: #a9e5b6;
    --num-highlight-color: #43a3b4;
    --string-highlight-color: #1a6206;
    --sheet-menu-bg-color: #fff;
    --sheet-menu-hover-color: #cde6f6;
    --sheet-button-bg-color: #f4f4f4;
    --sheet-button-bg-hover-color: #ffffff;
    --sheet-button-border: 1px solid #979797;
    --highlight-color-1: red;
    --highlight-color-2: blue;
    --highlight-color-3: purple;
    --highlight-color-4: green;
    --highlight-color-5: brown;
    --frozen-border-color: rgba(89, 85, 85, 0.4);
    --header-selected-bg-color: var(--gold-pink-active);
}

.row-head {
    justify-content: start;
}

.col-head {
    justify-content: center !important;
}