26 lines
802 B
CSS
26 lines
802 B
CSS
/*
|
|
* Copyright (c) 2022 Sasha Koshka <sashakoshka@tebibyte.media>
|
|
* SPDX-License-Identifier: FSFAP
|
|
*
|
|
* This file is part of Mintee.
|
|
*
|
|
* Copying and distribution of this file, with or without modification, are
|
|
* permitted in any medium without royalty provided the copyright notice and
|
|
* this notice are preserved. This file is offered as-is, without any
|
|
* warranty.
|
|
*/
|
|
|
|
/* arctica theme */
|
|
:root {
|
|
--glass: url("frost.webp"), #24293370;
|
|
--background: #242933;
|
|
--foreground: #d8dee9;
|
|
--subtle-foreground: #aeb7c6;
|
|
--outline: #3b4252;
|
|
--shine: #FFFFFF10;
|
|
--accent: #88c0d0;
|
|
--subtle-accent: #88c0d030;
|
|
--shadow: 0 4px 32px #00000040;
|
|
--icon-filter: hue-rotate(187deg) saturate(0.30) brightness(1.87);
|
|
}
|