-
-
Notifications
You must be signed in to change notification settings - Fork 196
/
Moon-Rabbits-Dream-About-Virtual.theme.css
103 lines (85 loc) · 3.82 KB
/
Moon-Rabbits-Dream-About-Virtual.theme.css
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/**
* @name Moon Rabbits Dream About Virtual
* @description Based in Tsukino Mito Album Presentation
* @author zuzumi-f
* @authorId 437579806616322049
* @invite PsNtzGeHuW
* @donate https://www.paypal.me/konazumi
* @website https://github.com/zuzumi-f/Moon-Rabbits-Dream-About-Virtual
* @source https://github.com/zuzumi-f/Moon-Rabbits-Dream-About-Virtual/blob/main/release/tsukino-mito.base.css
* @version 4
*/
/*---------------------------------------------------------------
Theme Import you can't disable this is the full theme dummy
---------------------------------------------------------------*/
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/tsukino-mito-base.css');
/*---------------------------------------------------------------
Make it look Like Another Window
---------------------------------------------------------------*/
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/window-mode.css');
/*---------------------------------------------------------------
Custom Settings
---------------------------------------------------------------*/
/* Animate the background */
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/background-animation.css');
/* Add transparency for background images */
/* @import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/background-image.css'); */
/* Pop Effect */
@import url("https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/pop.css");
/* Reverse the position of Server list and members */
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/reverse.css');
/*------------------------------------------------------
all the customization
------------------------------------------------------*/
:root {
/* The text that appear in top, leave it blank ("") if you dont want any */
--custom-text: "TSUKINO MITO";
/* General Colors */
--border-color: #da4a60;
--drag-gradient1: #e8c4d3;
--drag-gradient2: #e39ba7;
--name-bg: #d95b72;
/* Background Colors & BG Image */
--bg-gradient1: #e297b2;
--bg-gradient2: #c0b4d5;
--bg-gradient3: #54b5de;
--bg-image: none; /* Write the image url, example url("your url") [none is default]*/
--opacity: 0; /* Value in numbers from 0 to 1, but there is a limit */
--bg-blur: 6px; /* Value in px */
/* HSL(Hue, Saturation, Lightness). This values will change the accent color (That blue color in most buttons) */
--H: 339; /* Value in numbers [339 is default] */
--S: 97%; /* Value in % [97% is default] */
--L: 71%; /* Value in % [71% is default] */
/* HSL DarkTheme */
--darkH: 0; /* Value in numbers [0 is default] */
--darkS: 0%; /* Value in % [0% is default] */
--darkL: 16%; /* Value in % [16% is default] */
/* Windows Buttons Colors */
--close-color: #da5169;
--max-color: #ffdf5b;
--min-color: #00a0cb;
/* Status Colors */
--online-color: #caffbf;
--idle-color: #fdffb6;
--dnd-color: #ffadad;
--offline-color: #d2d2cf;
--streaming-color: #bdb2ff;
/* Chatbar Colors */
--textarea-background: #F0F2F2;
--text-color: #313D40;
--icon-color: var(--text-color);
--selected-text-bg: var(--text-color);
--selected-text-color: var(--textarea-background);
--mentioned-color: 200, 100%, 60%; /* HSL Values Only */
/* Other options */
--border-width: 3px;
--round-corners: 16px;
}
/* Selection text color */
::selection {
background-color: var(--selected-text-bg); /* text selection*/
color: var(--selected-text-color); /* text color */
}
/*------------------------------------------------------
anything else down here
------------------------------------------------------*/