This commit is contained in:
Mirco Wittrien 2021-06-08 22:37:57 +02:00
parent 9741d5697c
commit 52511060d4
2 changed files with 36 additions and 1 deletions

View File

@ -44,5 +44,12 @@
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}

View File

@ -25,6 +25,13 @@
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
@ -55,6 +62,13 @@
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
@ -85,6 +99,13 @@
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}
@ -100,7 +121,7 @@
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_blue.jpg); /* general background image */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background_blue.jpg); /* general background image */
--backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */
--backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */
--backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */
@ -115,5 +136,12 @@
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */
--backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */
--textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */
--textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */
--textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */
--textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */
--textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */
--textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
}