summaryrefslogtreecommitdiff
path: root/.obsidian/themes/RedShift - OLED Blue Light Filter/theme.css
blob: 94e4ba9e843eb99180a04fcab9a6c5e1275e6333 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/*
 * RedShift - OLED Blue light filter Theme
 * Copyright (C) 2025 Yazan Abu Queider queider@proton.me
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */

.theme-dark {
	--background-primary: black;
	--background-secondary: black;
	--accent-h: 0;
	--text-normal: rgb(255, 0, 0);
	--text-muted: rgb(204, 0, 0);
	--text-faint: rgb(153, 0, 0);
	--text-on-accent: rgb(255, 0, 0);
	--text-on-accent-inverted: rgb(255, 0, 0);
	--text-success: rgb(255, 0, 0);
	--text-warning: rgb(255, 0, 0);
	--text-error: rgb(179, 0, 0);
	--text-accent: rgb(255, 0, 0);
	--text-accent-hover: rgb(255, 0, 0);

	--color-base-00: rgb(0, 0, 0);
	--color-base-05: rgb(23, 0, 0);
	--color-base-10: rgb(26, 0, 0);
	--color-base-20: rgb(34, 0, 0);
	--color-base-25: rgb(41, 0, 0);
	--color-base-30: rgb(0, 0, 0);
	--color-base-35: rgb(58, 0, 0);
	--color-base-40: rgb(68, 0, 0);
	--color-base-50: rgb(85, 0, 0);
	--color-base-60: rgb(102, 0, 0);
	--color-base-70: rgb(0, 0, 0);
	--color-base-100: rgb(0, 0, 0);

	--input-hover-border-color: red;
	--color-accent: rgb(255, 3, 3);
	--interactive-accent: rgb(30, 0, 0);
	--text-accent: red;
	--input-shadow: 0 0 0 1px rgba(255, 0, 0, 0.5);

	--background-modifier-border: rgb(130, 0, 0);
	--background-modifier-hover: rgba(255, 0, 0, 0.2);

	--interactive-accent-hover: rgb(80, 0, 0);
	--input-shadow-hover: 0 0 0 1px rgba(255, 0, 0, 0.5);

	--caret-color: rgb(255, 0, 0);
}

.theme-dark img {
	filter: grayscale(1) brightness(0.2) sepia(1) hue-rotate(-50deg)
		saturate(10) contrast(1);
}

.theme-dark body {
	border: 1px solid rgb(130, 0, 0);
}