• File: colors.scss
  • Full Path: /home/blwgracecity/jesusexp.org/wp-admin/css/colors/midnight/colors.scss
  • File size: 339 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@use "sass:color";

$base-color: #363b3f;
$highlight-color: #e14d43;
$notification-color: #69a8bb;

@use "../_admin.scss" with (
	$scheme-name: "midnight",
	$base-color: $base-color,
	$highlight-color: $highlight-color,
	$notification-color: $notification-color,

	$dashboard-accent-2: color.mix($base-color, $notification-color, 90%),
);