1
0
mirror of https://github.com/catppuccin/misskey synced 2024-11-27 14:28:13 +09:00

feat: insert uuids

This commit is contained in:
uncenter 2024-05-27 14:35:28 -04:00
parent 36f4ff79da
commit 04ba710d72
No known key found for this signature in database
57 changed files with 114 additions and 115 deletions

View File

@ -1,7 +1,6 @@
---
uuids:
whiskers:
version: 2.1.0
version: "2.3.0"
matrix:
- accent
- flavor
@ -11,7 +10,7 @@ whiskers:
{%- set palette = flavor.colors -%}
{
id: '$uuid',
id: '{{ read_file(path="uuids.txt") | split(pat="\n") | nth(n=flavor.order + palette[accent].order) }}',
base: '{% if flavor.dark %}dark{% else %}light{% endif %}',
name: 'Catppuccin {{ flavor.name }} {{ accent | capitalize }}',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '6592977c-e6a6-491c-a1f6-3cf5c715dc99',
base: 'dark',
name: 'Catppuccin Frappé Blue',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '10ececda-0979-488a-812a-29968899bd86',
base: 'dark',
name: 'Catppuccin Frappé Flamingo',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f5110364-ab47-4d38-a2dd-7a6bba48ca8e',
base: 'dark',
name: 'Catppuccin Frappé Green',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'b008cd09-7ed5-4b88-adcc-c5a6c27406a6',
base: 'dark',
name: 'Catppuccin Frappé Lavender',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'e09e1abc-4abf-460c-b5c6-8acd6c508a22',
base: 'dark',
name: 'Catppuccin Frappé Maroon',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '276f2d8b-7029-4e83-a951-a7573663c868',
base: 'dark',
name: 'Catppuccin Frappé Mauve',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f75ad66f-e6d7-4ee5-9abb-335b2ed8ebea',
base: 'dark',
name: 'Catppuccin Frappé Peach',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '78b0a6da-7500-4688-b86c-678df7961a44',
base: 'dark',
name: 'Catppuccin Frappé Pink',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '169661d2-5a17-4dfc-b71b-9938cbbbed3e',
base: 'dark',
name: 'Catppuccin Frappé Red',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '7f158d25-7b7a-44af-8c1c-c0059a84ad32',
base: 'dark',
name: 'Catppuccin Frappé Rosewater',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '3af445d9-9973-445d-af10-4a34ba87ee51',
base: 'dark',
name: 'Catppuccin Frappé Sapphire',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'cfea510d-dad1-4930-b602-1c5b02352d79',
base: 'dark',
name: 'Catppuccin Frappé Sky',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f6820dd3-9926-4850-ae08-3b5f3a6435c0',
base: 'dark',
name: 'Catppuccin Frappé Teal',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '91e3a64c-36bd-4d55-8a59-dd824214b36f',
base: 'dark',
name: 'Catppuccin Frappé Yellow',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '3af445d9-9973-445d-af10-4a34ba87ee51',
base: 'light',
name: 'Catppuccin Latte Blue',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '7f158d25-7b7a-44af-8c1c-c0059a84ad32',
base: 'light',
name: 'Catppuccin Latte Flamingo',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '91e3a64c-36bd-4d55-8a59-dd824214b36f',
base: 'light',
name: 'Catppuccin Latte Green',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '6592977c-e6a6-491c-a1f6-3cf5c715dc99',
base: 'light',
name: 'Catppuccin Latte Lavender',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '169661d2-5a17-4dfc-b71b-9938cbbbed3e',
base: 'light',
name: 'Catppuccin Latte Maroon',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '78b0a6da-7500-4688-b86c-678df7961a44',
base: 'light',
name: 'Catppuccin Latte Mauve',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'e09e1abc-4abf-460c-b5c6-8acd6c508a22',
base: 'light',
name: 'Catppuccin Latte Peach',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '10ececda-0979-488a-812a-29968899bd86',
base: 'light',
name: 'Catppuccin Latte Pink',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '276f2d8b-7029-4e83-a951-a7573663c868',
base: 'light',
name: 'Catppuccin Latte Red',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'fdc604f8-2dc4-4ed7-baf1-4dc5e94fd0a3',
base: 'light',
name: 'Catppuccin Latte Rosewater',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'cfea510d-dad1-4930-b602-1c5b02352d79',
base: 'light',
name: 'Catppuccin Latte Sapphire',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f6820dd3-9926-4850-ae08-3b5f3a6435c0',
base: 'light',
name: 'Catppuccin Latte Sky',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f5110364-ab47-4d38-a2dd-7a6bba48ca8e',
base: 'light',
name: 'Catppuccin Latte Teal',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f75ad66f-e6d7-4ee5-9abb-335b2ed8ebea',
base: 'light',
name: 'Catppuccin Latte Yellow',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'b008cd09-7ed5-4b88-adcc-c5a6c27406a6',
base: 'dark',
name: 'Catppuccin Macchiato Blue',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '78b0a6da-7500-4688-b86c-678df7961a44',
base: 'dark',
name: 'Catppuccin Macchiato Flamingo',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f6820dd3-9926-4850-ae08-3b5f3a6435c0',
base: 'dark',
name: 'Catppuccin Macchiato Green',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '6365da57-9c82-4a11-b064-d2b72c1e4962',
base: 'dark',
name: 'Catppuccin Macchiato Lavender',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f75ad66f-e6d7-4ee5-9abb-335b2ed8ebea',
base: 'dark',
name: 'Catppuccin Macchiato Maroon',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '169661d2-5a17-4dfc-b71b-9938cbbbed3e',
base: 'dark',
name: 'Catppuccin Macchiato Mauve',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '91e3a64c-36bd-4d55-8a59-dd824214b36f',
base: 'dark',
name: 'Catppuccin Macchiato Peach',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '276f2d8b-7029-4e83-a951-a7573663c868',
base: 'dark',
name: 'Catppuccin Macchiato Pink',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'e09e1abc-4abf-460c-b5c6-8acd6c508a22',
base: 'dark',
name: 'Catppuccin Macchiato Red',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '10ececda-0979-488a-812a-29968899bd86',
base: 'dark',
name: 'Catppuccin Macchiato Rosewater',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '6592977c-e6a6-491c-a1f6-3cf5c715dc99',
base: 'dark',
name: 'Catppuccin Macchiato Sapphire',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '3af445d9-9973-445d-af10-4a34ba87ee51',
base: 'dark',
name: 'Catppuccin Macchiato Sky',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'cfea510d-dad1-4930-b602-1c5b02352d79',
base: 'dark',
name: 'Catppuccin Macchiato Teal',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f5110364-ab47-4d38-a2dd-7a6bba48ca8e',
base: 'dark',
name: 'Catppuccin Macchiato Yellow',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '6365da57-9c82-4a11-b064-d2b72c1e4962',
base: 'dark',
name: 'Catppuccin Mocha Blue',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '276f2d8b-7029-4e83-a951-a7573663c868',
base: 'dark',
name: 'Catppuccin Mocha Flamingo',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'cfea510d-dad1-4930-b602-1c5b02352d79',
base: 'dark',
name: 'Catppuccin Mocha Green',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '9c1ad601-df61-4135-8598-a5bfbd8560b6',
base: 'dark',
name: 'Catppuccin Mocha Lavender',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '91e3a64c-36bd-4d55-8a59-dd824214b36f',
base: 'dark',
name: 'Catppuccin Mocha Maroon',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'e09e1abc-4abf-460c-b5c6-8acd6c508a22',
base: 'dark',
name: 'Catppuccin Mocha Mauve',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f5110364-ab47-4d38-a2dd-7a6bba48ca8e',
base: 'dark',
name: 'Catppuccin Mocha Peach',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '169661d2-5a17-4dfc-b71b-9938cbbbed3e',
base: 'dark',
name: 'Catppuccin Mocha Pink',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f75ad66f-e6d7-4ee5-9abb-335b2ed8ebea',
base: 'dark',
name: 'Catppuccin Mocha Red',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '78b0a6da-7500-4688-b86c-678df7961a44',
base: 'dark',
name: 'Catppuccin Mocha Rosewater',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'b008cd09-7ed5-4b88-adcc-c5a6c27406a6',
base: 'dark',
name: 'Catppuccin Mocha Sapphire',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '6592977c-e6a6-491c-a1f6-3cf5c715dc99',
base: 'dark',
name: 'Catppuccin Mocha Sky',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: '3af445d9-9973-445d-af10-4a34ba87ee51',
base: 'dark',
name: 'Catppuccin Mocha Teal',
props: {

View File

@ -1,5 +1,5 @@
{
id: '$uuid',
id: 'f6820dd3-9926-4850-ae08-3b5f3a6435c0',
base: 'dark',
name: 'Catppuccin Mocha Yellow',
props: {