diff options
Diffstat (limited to 'src/client/theme/pink.json')
| -rw-r--r-- | src/client/theme/pink.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/theme/pink.json b/src/client/theme/pink.json new file mode 100644 index 0000000000..ddb56b46e1 --- /dev/null +++ b/src/client/theme/pink.json @@ -0,0 +1,17 @@ +{ + "meta": { + "id": "e9c8c01d-9c15-48d0-9b5c-3d00843b5b36", + "name": "Pink", + "author": "syuilo", + "base": "light", + "vars": { + "primary": "rgb(251, 78, 112)", + "secondary": "rgb(255, 218, 240)", + "text": "rgb(113, 91, 102)" + } + }, + + "renoteGradient": "#ffb1c9", + "renoteText": "#ff588d", + "quoteBorder": "#ff6c9b" +} |