|
1 | | -${cacheDir}/wallbash/discord.css|${WALLBASH_SCRIPTS}/discord.sh |
| 1 | +${XDG_CACHE_HOME}/hyde/wallbash/discord.css|${WALLBASH_SCRIPTS}/discord.sh |
| 2 | +@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css'); |
2 | 3 |
|
3 | 4 | :root { |
4 | | - --accent-color: #<wallbash_1xa1>; |
5 | | - --border-color: #<wallbash_1xa3>; |
6 | | - --background-1: #<wallbash_pry1>; |
7 | | - --background-2: #<wallbash_1xa2>; |
8 | | - --background-tertiary: #<wallbash_pry1>66; |
9 | | - --background-mentioned: #<wallbash_2xa3> !important; |
10 | | - --background-mentioned-hover: #<wallbash_2xa2> !important; |
11 | | - --background-modifier-hover: #<wallbash_3xa4> !important; |
12 | | - --background-modifier-active: #<wallbash_4xa4> !important; |
13 | | - --text-normal: #<wallbash_txt1> !important; |
14 | | - --text-positive: #<wallbash_3xa9> !important; |
15 | | - --text-muted: #<wallbash_txt1>66 !important; |
16 | | - --text-link: #<wallbash_pry4> !important; |
17 | | - --channel-default: #<wallbash_txt1>99 !important; |
18 | | - --button-background: #<wallbash_pry1> !important; |
19 | | - --button-background-hover: #<wallbash_pry1> !important; |
20 | | - --button-background-active: #<wallbash_pry1> !important; |
21 | | - --button-accent: #<wallbash_pry1> !important; |
22 | | - --button-accent-hover: #<wallbash_pry1> !important; |
23 | | - --button-accent-active: #<wallbash_pry1> !important; |
24 | | - --button-destructive: #<wallbash_pry1> !important; |
25 | | - --button-destructive-hover: #<wallbash_pry1> !important; |
26 | | - --button-destructive-active: #<wallbash_pry1> !important; |
27 | | - --settings-icon-color: #<wallbash_pry1> !important; |
28 | | - --tab-selected: #<wallbash_pry1> !important; |
29 | | - --switch: #<wallbash_pry1> !important; |
| 5 | + --accentcolor: <wallbash_pry1_rgb>; |
| 6 | + --accentcolor2: <wallbash_pry2_rgb>; |
| 7 | + --linkcolor: <wallbash_txt2_rgb>; |
| 8 | + --mentioncolor: <wallbash_1xa5_rgb>; |
| 9 | + --textbrightest: <wallbash_txt1_rgb>; |
| 10 | + --textbrighter: <wallbash_txt2_rgb>; |
| 11 | + --textbright: <wallbash_1xa9_rgb>; |
| 12 | + --textdark: <wallbash_3xa9_rgb>; |
| 13 | + --textdarker: <wallbash_txt3_rgb>; |
| 14 | + --textdarkest: wallbash_txt4_rgb>; |
30 | 15 |
|
31 | | - --background-primary: var(--background-1); |
32 | | - --background-primary-alt: var(--background-1); |
33 | | - --background-secondary: var(--background-tertiary); |
34 | | - --background-secondary-alt: var(--background-tertiary); |
35 | | - --background-accent-gradient: var(--background-1); |
36 | | - --background-floating: var(--background-2); |
37 | | - --background-modifier-selected: var(--accent-color); |
38 | | - --background-modifier-accent: var(--border-color); |
39 | | - --background-message-hover: transparent; |
40 | | - --interactive-selected: var(--background-primary); |
41 | | - --interactive-active: var(--text-positive); |
42 | | - --interactive-normal: var(--text-normal); |
43 | | - --interactive-muted: var(--text-muted); |
44 | | - --channels-default: var(--channel-default); |
45 | | - --header-primary: var(--text-normal); |
46 | | - --header-secondary: var(--text-muted); |
47 | | - --control-brand-foreground: var(--accent-color); |
48 | | - --info-warning-foreground: var(--accent-color); |
49 | | - --activity-card-background: var(--background-1); |
50 | | - --brand-experiment: var(--accent-color) !important; |
51 | | - --close-button-color: var(--accent-color); |
52 | | - --maximize-button-color: var(--accent-color); |
53 | | - --minimize-button-color: var(--accent-color); |
54 | | - --scrollbar-color-alt: var(--accent-color); |
55 | | - --scrollbar-thin-track: transparent; |
56 | | - --scrollbar-auto-thumb: transparent; |
57 | | - --scrollbar-auto-thumb-hover: var(--accent-color); |
58 | | - --scrollbar-auto-track: transparent; |
59 | | - --scrollbar-auto-scrollbar-color-thumb: var(--accent-color); |
60 | | - --scrollbar-auto-scrollbar-color-track: transparent; |
61 | | - --channeltextarea-background: var(--accent-color); |
62 | | - --channeltextarea-background-hover: var(--background-tertiary); |
63 | | - --avatar-roundess: 5px; |
| 16 | + --backgroundaccent: <wallbash_1xa5_rgb>; |
| 17 | + --backgroundprimary: <wallbash_2xa1_rgb>; |
| 18 | + --backgroundsecondary: <wallbash_pry1_rgb>; |
| 19 | + --backgroundsecondaryalt: <wallbash_pry1_rgb>; |
| 20 | + --backgroundtertiary: <wallbash_pry1_rgb>; |
| 21 | + --backgroundfloating: <wallbash_2xa1_rgb>;; |
| 22 | + --settingsicons: 1; |
64 | 23 | } |
65 | 24 |
|
66 | | -.theme-dark { |
67 | | - --background-primary: var(--background-1); |
68 | | - --background-primary-alt: var(--background-1); |
69 | | - --background-secondary: var(--background-tertiary); |
70 | | - --background-secondary-alt: var(--background-tertiary); |
71 | | - --background-floating: var(--background-2); |
72 | | - --background-mentioned: var(--accent-color); |
73 | | - --background-mentioned-hover: var(--scrollbar-auto-thumb); |
74 | | -} |
| 25 | +/* Any custom CSS below here */ |
0 commit comments