blob: 6986a6d14f9d180a5df0d9ed4d42f42675eedfac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
/* ML4W Glass theme for Kool's Hyprland */
/* SPDX-FileCopyrightText: 2025-present Ahum Maitra theahummaitra@gmail.com
SPDX-License-Identifier: GPL-3.0-or-later */
@import "../../wallust/colors-waybar.css";
/* -------------------------
* Base surfaces
* ------------------------- */
@define-color background @background;
@define-color surface @color9;
@define-color surface_dim @color1;
/* -------------------------
* Primary colors
* ------------------------- */
@define-color primary @color12;
@define-color on_primary @color7;
@define-color on_primary_fixed @color1;
@define-color on_primary_fixed_variant @color10;
/* -------------------------
* Secondary colors
* ------------------------- */
@define-color secondary @color14;
@define-color on_secondary @color1;
/* -------------------------
* Tertiary (used for module pills)
* ------------------------- */
@define-color on_tertiary_fixed @color1;
@define-color on_tertiary_fixed_variant @color11;
/* -------------------------
* Text
* ------------------------- */
@define-color on_surface @foreground;
/* -------------------------
* Error states
* ------------------------- */
@define-color error @color9;
@define-color on_error @color7;
|