﻿#grid {
    --item-background-color-start: #b7e5fc;
    --item-background-color-end: #6bc4ef;
    --active-item-background-color-start: #e4ee88;
    --active-item-background-color-end: #7cbd4d;
    --item-arrow-background: #75bce5;
    --item-panel-background: var(--item-background-color-start);
    --font-color: black;
}
