-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeter discord gamesense.theme.css
68 lines (67 loc) · 2.96 KB
/
beter discord gamesense.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
/**
* @name GameSense 「gamesense」
* @version 1.2
* @description Better discord gamesense styled theme made by st1ko
* @authorId 934730103261364334
* @author st1ko#4307
* @source https://github.com/st1ko-gs/better-discord-gamesense-theme
* @updateUrl https://raw.githubusercontent.com/st1ko-gs/better-discord-gamesense-theme/main/beter%20discord%20gamesense.theme.css
**/
@import url('https://gamesense.wiki/static/css/gamesense.theme.css?v=1.0.4');
.theme-dark,.theme-light,:root{
--title-gradient:linear-gradient( to right, #37b1da 0, #c948cd 50%, #cce335 100% );
--primary-color:#66cc00;
--brand-experiment: #66cc00 !important;
--outline-color:#0a0a0a;
--outline-lightcolor:#303030;
--app-color:#111;
--channels-color:#111;
--channels-darker:#0c0c0c;
--channels-selected:#191919;
--channels-text-selected:#9fca2b;
--chat-color:#1a1a1a;
--mention-color:#1f1f1f;
--scrollbar-bg:#2d2d2d;
--scrollbar-thumb:#414141;
--text-input:#191919;
--dropdown-color:#232323;
--link-color:#96c83c;
--channel-radius:5px;
--text-color:#cbcbcb;
--text-darker:#b0b0b0;
--font:"Verdana", "Helvetica";
--important-notification-l:#f84747;
--important-notification:#d12020;
--background-primary:#141414 !important;
--background-secondary:#111 !important;
--background-secondary-alt:#292929 !important;
--brand-experiment-05a: #111111A6 !important;
--background-tertiary:#0c0c0c !important;
--background-accent:#242424 !important;
--background-floating:black !important;
--background-modifier-hover:rgba(255, 255, 255, 0.01) !important;
--background-modifier-active:rgba(255, 255, 255, 0.03) !important;
--background-modifier-selected:rgba(255, 255, 255, 0.04) !important;
--background-modifier-accent:hsla(0, 0%, 100%, 0.06) !important;
--channeltextarea-background:var(--background-accent) !important;
--deprecated-card-bg:rgba(0, 0, 0, 0.2) !important;
--deprecated-card-editable-bg:rgba(0, 0, 0, 0.1) !important;
--deprecated-text-input-bg:var(--deprecated-card-editable-bg) !important;
--deprecated-text-input-border:var(--background-floating) !important;
--deprecated-text-input-border-disabled:var( --background-tertiary ) !important;
--activity-card-background:var(--background-primary) !important;
--channels-default:#9f9f9f !important;
--text-muted:#b6b6b6 !important;
--text-normal:#fbfbfb !important;
--interactive-normal:#c8c8c8 !important;
--interactive-hover:#dcddde !important;
--interactive-active:#fff !important;
--interactive-muted:#747474 !important;
--header-primary:white !important;
--header-secondary:#c9c9c9 !important;
--toast-background:var(--background-primary) !important;
--toast-header:var(--background-tertiary) !important;
--toast-contents:var(--background-secondary) !important;
--toast-box-shadow:rgba(0, 0, 0, 0.2) !important;
--toast-border:var(--background-tertiary) !important
}