Skip to content

Commit

Permalink
deploy: 5660f74
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
1 parent 4276030 commit 207d99d
Show file tree
Hide file tree
Showing 60 changed files with 420 additions and 780 deletions.
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-blue.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #8caaee;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-flamingo.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #eebebe;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-green.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #a6d189;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-lavender.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #babbf1;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-maroon.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #ea999c;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-mauve.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #ca9ee6;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-peach.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #ef9f76;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
20 changes: 7 additions & 13 deletions dist/catppuccin-frappe-pink.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ div[class^=contentRegion] [id="privacy-&-safety-tab"] div[class*=betaTagIcon] {
div[class^=contentRegion] #accessibility-tab button[class*=colorBrandNew] {
background-color: #f4b8e4;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] {
color: #232634;
}
div[class^=contentRegion] #keybinds-tab span[class*=key] g {
fill: #232634;
}
div[class^=contentRegion] #nitro-server-boost-tab circle[class^=circleProgress] {
color: #f4b8e4;
}
Expand Down Expand Up @@ -1408,9 +1402,6 @@ div[class^=chat] > div[class^=content] > div[class^=container] div[class^=grid][
div[class^=chat] > div[class^=content] > div[class^=container] > div[class^=chatContainer] > div[class^=container] {
background-color: #303446;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=matchingPostsRow] span[class^=key] {
color: #232634 !important;
}
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=pinIcon] > svg > path,
div[class^=chat] > div[class^=content] > div[class^=container] div[class^=stepStatus] > svg > path {
fill: #a5adce;
Expand Down Expand Up @@ -2512,10 +2503,6 @@ div[class^=button][class*=revokeInvite_] {
background-image: url("data:image/svg+xml,%3Csvg height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m14.25 4.808-1.057-1.058-4.193 4.192-4.192-4.192-1.058 1.058 4.192 4.192-4.192 4.193 1.058 1.057 4.192-4.193 4.193 4.193 1.057-1.057-4.193-4.193z' fill='rgb(231, 130, 132)' fill-rule='nonzero'/%3E%3Cpath d='m0 0h18v18h-18z'/%3E%3C/g%3E%3C/svg%3E");
}

div[class*=fixClipping] div[class^=tip] div[class*=keybind] span[class^=key] {
color: #232634;
}

div[class*=actions_] button[class*=green_] {
background: #a6d189;
}
Expand All @@ -2526,6 +2513,13 @@ div[class*=actions_] button svg > path {
fill: #232634 !important;
}

span[class*=key] {
color: #232634 !important;
}
span[class*=key] g {
fill: #232634 !important;
}

.theme-dark code.hljs {
color: #c6d0f5;
background: #303446;
Expand Down
Loading

0 comments on commit 207d99d

Please sign in to comment.