Skip to content

Commit

Permalink
chore: recompile themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Sep 26, 2022
1 parent ff94b45 commit f443972
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dist/catppuccin-frappe.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ form[class*=card-] {

div[class*=liveShapeRound-] {
background-color: #e78284 !important;
color: #303446 !important;
}

ul[aria-label$=" threads"] > li:nth-child(1n) {
Expand Down Expand Up @@ -488,6 +489,18 @@ ul[aria-label$=" threads"] > li:nth-child(6n) {
--interactive-active: #e0c7f0;
}

button[class*=emojiButtonNormal] > div > div {
filter: grayscale(0.88) hue-rotate(170deg) contrast(0.9) !important;
}

button[class*=emojiButtonHovered] {
background: transparent !important;
}

button[class*=emojiButtonHovered] > div > div {
filter: unset !important;
}

div[class*=unread-],
div[class^=jumpToPresentBar-] > button,
div[class^=newMessagesBar-] > button {
Expand Down
13 changes: 13 additions & 0 deletions dist/catppuccin-latte.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ form[class*=card-] {

div[class*=liveShapeRound-] {
background-color: #d20f39 !important;
color: #eff1f5 !important;
}

ul[aria-label$=" threads"] > li:nth-child(1n) {
Expand Down Expand Up @@ -488,6 +489,18 @@ ul[aria-label$=" threads"] > li:nth-child(6n) {
--interactive-active: #a468f3;
}

button[class*=emojiButtonNormal] > div > div {
filter: grayscale(0.88) hue-rotate(170deg) contrast(0.9) !important;
}

button[class*=emojiButtonHovered] {
background: transparent !important;
}

button[class*=emojiButtonHovered] > div > div {
filter: unset !important;
}

div[class*=unread-],
div[class^=jumpToPresentBar-] > button,
div[class^=newMessagesBar-] > button {
Expand Down
13 changes: 13 additions & 0 deletions dist/catppuccin-macchiato.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ form[class*=card-] {

div[class*=liveShapeRound-] {
background-color: #ed8796 !important;
color: #24273a !important;
}

ul[aria-label$=" threads"] > li:nth-child(1n) {
Expand Down Expand Up @@ -488,6 +489,18 @@ ul[aria-label$=" threads"] > li:nth-child(6n) {
--interactive-active: #e2cffa;
}

button[class*=emojiButtonNormal] > div > div {
filter: grayscale(0.88) hue-rotate(170deg) contrast(0.9) !important;
}

button[class*=emojiButtonHovered] {
background: transparent !important;
}

button[class*=emojiButtonHovered] > div > div {
filter: unset !important;
}

div[class*=unread-],
div[class^=jumpToPresentBar-] > button,
div[class^=newMessagesBar-] > button {
Expand Down
13 changes: 13 additions & 0 deletions dist/catppuccin-mocha.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ form[class*=card-] {

div[class*=liveShapeRound-] {
background-color: #f38ba8 !important;
color: #1e1e2e !important;
}

ul[aria-label$=" threads"] > li:nth-child(1n) {
Expand Down Expand Up @@ -488,6 +489,18 @@ ul[aria-label$=" threads"] > li:nth-child(6n) {
--interactive-active: #e6d5fb;
}

button[class*=emojiButtonNormal] > div > div {
filter: grayscale(0.88) hue-rotate(170deg) contrast(0.9) !important;
}

button[class*=emojiButtonHovered] {
background: transparent !important;
}

button[class*=emojiButtonHovered] > div > div {
filter: unset !important;
}

div[class*=unread-],
div[class^=jumpToPresentBar-] > button,
div[class^=newMessagesBar-] > button {
Expand Down

0 comments on commit f443972

Please sign in to comment.