0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00
penpot/frontend/resources/styles/common/refactor/themes/default-theme.scss

16 lines
488 B
SCSS
Raw Normal View History

// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) KALEIDOS INC
@use "sass:meta";
:root {
2024-01-25 10:27:25 +01:00
--color-background-disabled: var(--df-secondary);
--color-foreground-disabled: var(--df-secondary-40);
--color-accent-tertiary-muted: var(--da-tertiary-10); // selection rect
2024-02-14 17:03:15 +01:00
2024-02-15 17:48:05 +01:00
--overlay-color: var(--db-primary-60);
}