redlib 0.36.0

Alternative private front-end to Reddit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Tokyo Night theme setting */
.tokyoNight {
	--accent: #565f89;
	--green: #73daca;
	--text: #a9b1d6;
	--foreground: #24283b;
	--background: #1a1b26;
	--outside: #24283b;
	--post: #1a1b26;
	--panel-border: 1px solid #a9b1d6;
	--highlighted: #414868;
	--visited: #414868;
	--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}