mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-24 06:05:09 +00:00
add more colors to presets
This commit is contained in:
parent
b314f62f55
commit
4aee841db3
1 changed files with 8 additions and 1 deletions
|
@ -18,7 +18,14 @@ const ColorPicker = findByCodeLazy(".Messages.USER_SETTINGS_PROFILE_COLOR_SELECT
|
|||
|
||||
const presets = [
|
||||
"#3DB77F", // discord default ~
|
||||
"#F6BFAC" // Vesktop inpired
|
||||
"#F6BFAC", // Vesktop inpired
|
||||
"#FC2F2F", // red
|
||||
"#2FFC33", // green
|
||||
"#FCF818", // yellow
|
||||
"#2FFCE6", // light-blue
|
||||
"#3870FA", // blue
|
||||
"#6F32FD", // purple
|
||||
"#FC18EC" // pink
|
||||
];
|
||||
|
||||
if (!isLinux)
|
||||
|
|
Loading…
Add table
Reference in a new issue