This commit is contained in:
Mirco Wittrien 2021-02-06 22:05:13 +01:00
parent 134ca045d1
commit 8564a156a2
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/**
* @name BlurpleRecolor
* @description Replace discords native blurple with your own color, change color in themefile
* @description Replace discords native blurple and boostpink with your own color, change color in themefile
* @author DevilBro
* @version 1.0.0
* @authorId 278543574059057154
@ -19,6 +19,7 @@
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root {
--accentcolor: 163,47,194; /* blurple - default: 114,137,218 */
--linkcolor: 190,60,220; /* link - default: 0,176,244 */
--accentcolor: 163,47,194; /* blurple - default: 114,137,218 */
--accentcolor2: 225,115,180; /* boostpink - default: 255,115,250 */
--linkcolor: 190,60,220; /* link - default: 0,176,244 */
}

View File

@ -23,6 +23,7 @@
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--accentcolor: 114,137,218; /* Blurple - default: 114,137,218 - hex: #7289da */
--accentcolor2: 255,115,250; /* Boostpink - default: 255,115,250 - hex: #ff73fa */
--linkcolor: 0,176,244; /* Link Color - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* Highlight - default: 250,166,26 - hex: #faa61a */