Moon Rabbits Dream About Virtual
Based in Tsukino Mito Album cover | Lastest version is 4!!! | support server: https://discord.gg/PsNtzGeHuW
437
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Moon Rabbits Dream About Virtual3
* @description Based in Tsukino Mito Album Presentation4
* @author zuzumi-f5
* @authorId 4375798066163220496
* @invite PsNtzGeHuW7
* @donate https://www.paypal.me/konazumi8
* @website https://github.com/zuzumi-f/Moon-Rabbits-Dream-About-Virtual9
* @source https://github.com/zuzumi-f/Moon-Rabbits-Dream-About-Virtual/blob/main/release/tsukino-mito.base.css10
* @version 411
*/12
13
/*---------------------------------------------------------------14
Theme Import you can't disable this is the full theme dummy15
---------------------------------------------------------------*/16
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/tsukino-mito-base.css');17
18
/*---------------------------------------------------------------19
Make it look Like Another Window20
---------------------------------------------------------------*/21
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/window-mode.css');22
23
/*---------------------------------------------------------------24
Custom Settings25
---------------------------------------------------------------*/26
27
/* Animate the background */28
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/background-animation.css');29
30
/* Add transparency for background images */31
/* @import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/background-image.css'); */32
33
/* Pop Effect */34
@import url("https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/pop.css");35
36
/* Reverse the position of Server list and members */37
@import url('https://zuzumi-f.github.io/Moon-Rabbits-Dream-About-Virtual/release/reverse.css');38
39
/*------------------------------------------------------40
all the customization41
------------------------------------------------------*/42
:root {43
/* The text that appear in top, leave it blank ("") if you dont want any */44
--custom-text: "TSUKINO MITO";45
46
/* General Colors */47
--border-color: #da4a60;48
--drag-gradient1: #e8c4d3;49
--drag-gradient2: #e39ba7;50
--name-bg: #d95b72;51
52
/* Background Colors & BG Image */53
--bg-gradient1: #e297b2;54
--bg-gradient2: #c0b4d5;55
--bg-gradient3: #54b5de;56
--bg-image: none; /* Write the image url, example url("your url") [none is default]*/57
--opacity: 0; /* Value in numbers from 0 to 1, but there is a limit */58
--bg-blur: 6px; /* Value in px */59
60
/* HSL(Hue, Saturation, Lightness). This values will change the accent color (That blue color in most buttons) */61
--H: 339; /* Value in numbers [339 is default] */62
--S: 97%; /* Value in % [97% is default] */63
--L: 71%; /* Value in % [71% is default] */64
65
/* HSL DarkTheme */66
--darkH: 0; /* Value in numbers [0 is default] */67
--darkS: 0%; /* Value in % [0% is default] */68
--darkL: 16%; /* Value in % [16% is default] */69
70
/* Windows Buttons Colors */71
--close-color: #da5169;72
--max-color: #ffdf5b;73
--min-color: #00a0cb;74
75
/* Status Colors */76
--online-color: #caffbf;77
--idle-color: #fdffb6;78
--dnd-color: #ffadad;79
--offline-color: #d2d2cf;80
--streaming-color: #bdb2ff;81
82
/* Chatbar Colors */83
--textarea-background: #F0F2F2;84
--text-color: #313D40;85
--icon-color: var(--text-color);86
--selected-text-bg: var(--text-color);87
--selected-text-color: var(--textarea-background);88
--mentioned-color: 200, 100%, 60%; /* HSL Values Only */89
90
/* Other options */91
--border-width: 3px;92
--round-corners: 16px;93
}94
95
/* Selection text color */96
::selection {97
background-color: var(--selected-text-bg); /* text selection*/98
color: var(--selected-text-color); /* text color */99
}100
101
/*------------------------------------------------------102
anything else down here103
------------------------------------------------------*/104