Skip to content

Commit

Permalink
Merge branch 'main' into feat(inoreader)-share-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Philippot committed Sep 30, 2024
2 parents 0d5b116 + 870f498 commit 5307c47
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 15 deletions.
7 changes: 6 additions & 1 deletion styles/lastfm/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Last.fm Catppuccin
@namespace github.com/catppuccin/userstyles/styles/lastfm
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lastfm
@version 1.2.1
@version 1.2.2
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lastfm/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alastfm
@description Soothing pastel theme for Last.fm
Expand Down Expand Up @@ -306,6 +306,11 @@
color: @text;
}

/* info banner */
.nag-bar--info {
background-color: @base !important;
}

/* LIVE */
/* MUSIC */
.content-top-header {
Expand Down
9 changes: 6 additions & 3 deletions styles/linkedin/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name LinkedIn Catppuccin
@namespace github.com/catppuccin/userstyles/styles/linkedin
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/linkedin
@version 0.0.5
@version 0.0.6
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin
@description Soothing pastel theme for LinkedIn
Expand Down Expand Up @@ -467,8 +467,10 @@
--color-checked-hover: @accent-color;
--color-checked-active: @accent-color;

/* text on dark */
--color-text-on-dark: @text;

& when not (@lookup =latte) {
--color-text-on-dark: @text;
--color-element: @crust;
}

Expand All @@ -483,7 +485,8 @@
--black-a04: @text;
--black-a100: @text;

--color-background-scrim: fadeout(@crust, 60);
--color-scrim: fadeout(@crust, 60%);
--color-icon-on-dark: @text;

--white: @mantle;
--white-a06: @surface0;
Expand Down
31 changes: 26 additions & 5 deletions styles/modrinth/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Modrinth Catppuccin
@namespace github.com/catppuccin/userstyles/styles/modrinth
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth
@version 1.2.8
@version 1.2.9
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth
@description Soothing pastel theme for Modrinth
Expand Down Expand Up @@ -72,6 +72,7 @@
--text-color: @text;
--color-base: @text;
--color-bg: @crust;
--color-secondary: @subtext0;
--color-ad-raised: @surface2;
--color-ad: @surface1;
--color-ad-highlight: @teal;
Expand Down Expand Up @@ -113,10 +114,6 @@
--color-warning-banner-side: @red;
--color-warning-banner-bg: fade(@red, 10%);
--color-warning-banner-text: @text;
--landing-green-label: @accent-color;
--landing-green-label-bg: fade(@accent-color, 10%);
--landing-blue-label: @blue;
--landing-blue-label-bg: fade(@blue, 10%);
--color-platform-fabric: @pink;
--color-platform-quilt: @mauve;
--color-platform-forge: @blue;
Expand All @@ -132,6 +129,20 @@
--color-platform-waterfall: @blue;
--color-platform-sponge: @yellow;
--color-button-border: fade(@crust, 20%);
--color-tooltip-bg: @surface1;
--color-tooltip-text: @subtext1;
--landing-green-label: @accent-color;
--landing-green-label-bg: fade(@accent-color, 10%);
--landing-blue-label: @blue;
--landing-color-heading: @text;
--landing-color-subheading: @subtext0;
--landing-border-color: @overlay0;
--landing-blue-label-bg: fade(@blue, 10%);
--landing-border-gradient: linear-gradient(
to bottom right,
@overlay0,
@surface2
);
}
// homepage
.blob-demonstration,
Expand Down Expand Up @@ -165,6 +176,16 @@
border-color: @text transparent transparent;
color: @text;
}
// header button hover
.btn-wrapper:hover {
a,
button {
--tw-brightness: none !important;
}
}
.nuxt-loading-indicator {
background: @accent-color!important;
}
}
}

Expand Down
63 changes: 57 additions & 6 deletions styles/substack/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Substack Catppuccin
@namespace github.com/catppuccin/userstyles/styles/substack
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/substack
@version 0.2.0
@version 0.2.1
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/substack/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asubstack
@description Soothing pastel theme for Substack
Expand Down Expand Up @@ -146,9 +146,19 @@
--color-semantic-highlight-fg-primary: @accent-color;

/* Weird variables issue fixes */
--color-light-bg-primary: @crust;
--color-dark-bg-secondary: @surface0;
--color-dark-bg-tertiary: @base;
--color-light-bg-primary: @text;
--color-dark-bg-primary: @mantle;
--color-dark-bg-secondary: @base;
--color-dark-bg-tertiary: @surface0;

/* Publications with different variables */
--color-primary-themed: @text;
--color-secondary-themed: @subtext1;

--color-bg-secondary-themed: @surface0;

--web_bg_color: @mantle;
--print_on_web_bg_color: @text;
}

/* Substack logos */
Expand Down Expand Up @@ -194,15 +204,56 @@
}

input[type="text"],
input[type="date"],
select {
background-color: @mantle;
color: @text;
}

/* Dashboard analytics icons */
[stroke="#888888"] {
.themed-select > div {
background-color: @mantle;
border-color: @surface0;

* {
color: @text;
}
}

[aria-label="File Picker"] {
background-color: @base;
}

/* Dashboard */

/* Icons */
[stroke="#888888"],
[stroke="#555555"] {
stroke: @subtext1 !important;
}

/* Import posts */
.signup-page > .container .signup-box {
background-color: @base;
}

/* Stats */
.subscriber-stats-page {
.heading .options .header-option .header-button {
background-color: @surface0;
}

table {
td,
th {
background-color: @base;
}
}
}

/* Editor */
.tw-bg-pub-accent {
background-color: @accent-color !important;
}
}
}

Expand Down

0 comments on commit 5307c47

Please sign in to comment.