dnote/pkg/server/assets/styles/src/_theme.scss
2023-02-05 11:02:25 +11:00

47 lines
1.2 KiB
SCSS

/* Copyright (C) 2019, 2020, 2021, 2022, 2023 Monomax Software Pty Ltd
*
* This file is part of Dnote.
*
* Dnote is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Dnote is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Dnote. If not, see <https://www.gnu.org/licenses/>.
*/
// basic colors
$black: #2a2a2a;
$white: #ffffff;
$light: #f7f9fa;
$gray: #686868;
$light-gray: #8c8c8c;
$lighter-gray: #f3f3f3;
$dark-gray: #637283;
// primary colors
$first: #072a40;
$second: #e7e7e7;
$third: #0a4b73;
// functional colors
$border-color: #d8d8d8;
$border-color-light: $lighter-gray;
$link: #6f53c0;
$link-hover: darken($link, 5%);
$danger-text: #cb2431;
$danger-background: #f8d7da;
$blue: #0668d7;
$light-blue: #ecf4ff;
$green: #28a755;
$active: #49abfd;