-
Notifications
You must be signed in to change notification settings - Fork 1
/
Kyanite.css
84 lines (73 loc) · 2.23 KB
/
Kyanite.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
/* Pulling source for the latest version */
@import url(https://raw.githubusercontent.com/Aely0/Kyanite/master/src/source.css);
/* Adjustable main color palette and background options */
:root {
/* Kyanite accents */
--main-color: rgba(22, 91, 123, 1) !important;
--dark-bg: rgba(7, 22, 37, 0.95) !important;
--soft-bright-color: rgb(133, 206, 255) !important;
--hover-color: rgba(22, 91, 123, 0.3) !important;
--hover-faded-color: rgba(22, 91, 123, 0.2) !important;
--hover-faint-color: rgba(22, 91, 123, 0.1) !important;
--hover-dark-color: rgba(22, 91, 123, 0.8) !important;
--hover-bright-color: rgba(16, 165, 235, 0.8) !important;
/* Background options */
--background-blur: 0px !important;
--background-brightness: 100% !important;
}
/* Main background */
body::after,
.callout-backdrop,
.user-popout::before,
#user-profile-modal .header::before,
#pubs-container::before,
.auth-background,
.auth-tiling-bg,
.invite-modal .invite-splash {
background-image: url("https://raw.githubusercontent.com/Aely0/Kyanite/master/src/resources/kyanite.jpg") !important;
}
/* Some elements are hidden by default, uncomment the ones below to unhide them */
/* Message hover toolbar (tag:hidden) */
.message_d5deea.selected_d5deea .buttons_d5deea,
.mouse-mode .message_d5deea:hover .buttons_d5deea {
display: initial !important;
}
/* Nitro / Shop tab (tag:hidden) */
/*
.channel_c91bad [href="/store"],
.channel_c91bad [href="/shop"] {
display: initial !important;
}
*/
/* Message bar gift button (tag:hidden) */
/*
.container_efde15,
.giftIconButton_efde15 {
display: initial !important;
}
*/
/* Help button (tag:hidden) */
/*
.toolbar_fc4f04 [href="https://support.discord.com"] {
display: initial !important;
}
*/
/* Apps and Commands button (tag:hidden) */
/*
.channelAppLauncher_df39bd {
display: initial !important;
}
.jumpToPresentBar_cf58b5 {
right: calc(
16px + var(--custom-channel-textarea-text-area-height) +
var(--custom-channel-textarea-app-launcher-button-gap)
) !important;
}
*/
/* Apps and Commands button (images) (tag:hidden) */
/*
.hoverButton_d0395d[aria-label="Edit Image with Apps"] {
display: initial !important;
}
*/
/* Add your custom rules here */