Skip to content

Commit

Permalink
Merge branch 'main' into github-progress-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Jul 23, 2023
2 parents d2398f4 + ec77a17 commit 82305a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 30 deletions.
1 change: 1 addition & 0 deletions styles/github/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@

&,
& body {
accent-color: @accent-color;
--color-canvas-default-transparent: rgba(13, 17, 23, 0);
--color-page-header-bg: @base;
--color-marketing-icon-primary: @sky;
Expand Down
2 changes: 1 addition & 1 deletion styles/modrinth/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
#catppuccin(@lightFlavor, @accentColor);
}

.dark-mode {
.dark-mode, .oled-mode {
#catppuccin(@darkFlavor, @accentColor);
}

Expand Down
47 changes: 18 additions & 29 deletions styles/vercel/catppuccin.user.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
/* ==UserStyle==
@name Vercel Catppuccin
@namespace github.com/catppuccin/userstyles/styles/vercel
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/vercel
@version 0.0.4
@description Soothing pastel theme for Vercel
@author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.css
@license MIT
@preprocessor less
@license MIT
@preprocessor less
@var select flavor "Flavor" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
==/UserStyle== */
@-moz-document domain("vercel.com") {

:root {
#catppuccin(@flavor);
}
Expand Down Expand Up @@ -45,7 +42,7 @@
@base: #eff1f5;
@mantle: #e6e9ef;
@crust: #dce0e8;
}
};
@frappe: {
@rosewater: #f2d5cf;
@flamingo: #eebebe;
Expand Down Expand Up @@ -73,7 +70,7 @@
@base: #303446;
@mantle: #292c3c;
@crust: #232634;
}
};
@macchiato: {
@rosewater: #f4dbd6;
@flamingo: #f0c6c6;
Expand Down Expand Up @@ -101,7 +98,7 @@
@base: #24273a;
@mantle: #1e2030;
@crust: #181926;
}
};
@mocha: {
@rosewater: #f5e0dc;
@flamingo: #f2cdcd;
Expand Down Expand Up @@ -129,8 +126,8 @@
@base: #1e1e2e;
@mantle: #181825;
@crust: #11111b;
}
}
};
};

#catppuccin(@lookup) {
@rosewater: @catppuccin[@@lookup][@rosewater];
Expand Down Expand Up @@ -175,29 +172,21 @@
--geist-success: @blue;
--geist-error: @red;
--geist-cyan: @teal;
--_1psdadq8: @overlay0;
--_1psdadq1n: @maroon;

& when (Theme = "Latte") {
div.jsx-138561840.menu > div.item.hover:hover {
background-color: var(--accents-2) !important;
}
--ds-background-100: @base;
--ds-background-200: @surface0;
--ds-gray-100: @base;
--ds-gray-200: @surface0;
--ds-gray-300: @surface1;
--ds-gray-1000: @text;
--ds-gray-900: @subtext0;
--ds-gray-800: @subtext1;

div.jsx-138561840.menu > div.item.active {
background-color: transparent !important;
}
}
--ds-red-800: @red;
--ds-red-900: lighten(@red, 5%);

svg {
--geist-stroke: var(--geist-background) !important;
}

.button_ghost__sBWMh {
--lighten-color: transparent !important;
}

.feedback-input_geist-feedback-input__PxEnJ:hover .feedback-input_feedback-wrapper__mCwSO .feedback-input_placeholder__ZKdJ6 {
color: var(--geist-foreground);
}
}
}
}

0 comments on commit 82305a1

Please sign in to comment.