Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pluralkit): init #1559

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix(pluralkit-dash): make linter happy
maemachinebroke committed Jan 4, 2025
commit 866af22eebffed6690c56e6fc58eb57e9aa126ff
40 changes: 19 additions & 21 deletions styles/pluralkit-dash/catppuccin.user.less
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* ==UserStyle==
@name PluralKit Dash Catppuccin
@name PluralKit Dashboard Catppuccin

Check failure on line 2 in styles/pluralkit-dash/catppuccin.user.less

GitHub Actions / lint

UserCSS metadata property `@name` should be "Pluralkit Dashboard Catppuccin" but is "PluralKit Dashboard Catppuccin"
@namespace github.com/catppuccin/userstyles/styles/pluralkit-dash
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pluralkit-dash
@version 2000.01.01
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pluralkit-dash/catppuccin.user.less
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apluralkit-dash
@description Soothing pastel theme for PluralKit Dash
@description Soothing pastel theme for PluralKit Dashboard

Check failure on line 8 in styles/pluralkit-dash/catppuccin.user.less

GitHub Actions / lint

UserCSS metadata property `@description` should be "Soothing pastel theme for Pluralkit Dashboard" but is "Soothing pastel theme for PluralKit Dashboard"
@author Catppuccin
@license MIT

@@ -110,11 +110,11 @@
}
.card {
background-color: @mantle;
border: 1px solid darken(@mantle, 5%);
border-color: darken(@mantle, 5%);
}
.card-header {
background-color: @crust;
border-bottom: 1px solid lighten(@mantle, 5%);
border-bottom-color: lighten(@mantle, 5%);
}
.card-body {
background-color: @mantle;
@@ -129,7 +129,7 @@
color: @text;
}
.btn:focus {
box-shadow: 0 0 0 0.25rem fadeout(lighten(@accent, 10%), 75%);
box-shadow: 0 0 0 0.25rem fade(lighten(@accent, 10%), 75%);
}
.btn-danger {
color: contrast(@red);
@@ -152,7 +152,7 @@
.btn-primary:focus {
background-color: lighten(@accent, 5%);
border-color: lighten(@accent, 5%);
box-shadow: 0 0 0 0.25rem fadeout(lighten(@accent, 10%), 75%);
box-shadow: 0 0 0 0.25rem fade(lighten(@accent, 10%), 75%);
}
.btn-primary:disabled {
background-color: desaturate(@accent, 5%);
@@ -170,7 +170,7 @@
.btn-secondary:focus {
background-color: lighten(@surface0, 5%);
border-color: lighten(@surface0, 5%);
box-shadow: 0 0 0 0.25rem fadeout(lighten(@accent, 10%), 75%);
box-shadow: 0 0 0 0.25rem fade(lighten(@accent, 10%), 75%);
}
.btn-secondary:active {
background-color: saturate(@surface0, 5%);
@@ -198,7 +198,7 @@
.form-control {
color: @subtext0;
background-color: @crust;
border: 1px solid lighten(@crust, 5%);
border-color: lighten(@crust, 5%);
}
.form-control:disabled {
background-color: desaturate(@crust, 5%);
@@ -212,10 +212,10 @@
color: @subtext0;
background-color: @crust;
border-color: lighten(@accent, 10%);
box-shadow: 0 0 0 0.25rem fadeout(lighten(@accent, 10%), 75%);
box-shadow: 0 0 0 0.25rem fade(lighten(@accent, 10%), 75%);
}
.svelecte-control .sv-control {
border: 1px solid lighten(@crust, 5%) !important;
border-color: lighten(@crust, 5%) !important;
}
.sv-control,
.sv-input-row {
@@ -231,7 +231,7 @@
.form-select {
color: @subtext0;
background-color: @crust;
border: 1px solid lighten(@crust, 5%);
border-color: lighten(@crust, 5%);
}
.form-select:hover {
color: @subtext0;
@@ -242,16 +242,16 @@
color: @subtext0;
background-color: @crust;
border-color: lighten(@accent, 10%);
box-shadow: 0 0 0 0.25rem fadeout(lighten(@accent, 10%), 75%);
box-shadow: 0 0 0 0.25rem fade(lighten(@accent, 10%), 75%);
}
.input-group-text {
color: @subtext0;
background-color: @mantle;
border: 1px solid lighten(@crust, 5%);
border-color: lighten(@crust, 5%);
}
.form-check-input:focus {
border-color: lighten(@accent, 10%);
box-shadow: 0 0 0 0.25rem fadeout(lighten(@accent, 10%), 75%);
box-shadow: 0 0 0 0.25rem fade(lighten(@accent, 10%), 75%);
}
.form-check-input:checked {
background-color: @accent;
@@ -260,10 +260,10 @@
.list-group-item {
background-color: @mantle;
color: @text;
border: 1px solid lighten(@crust, 5%);
border-color: lighten(@crust, 5%);
}
.form-check-input {
border: 1px solid darken(@mantle, 5%);
border-color: darken(@mantle, 5%);
}
.form-switch .form-check-input:not(:checked) {
background-image: e(
@@ -303,7 +303,7 @@
}
.accordion-item {
background-color: @mantle;
border: 1px solid darken(@mantle, 5%);
border-color: darken(@mantle, 5%);
}
.accordion-button {
color: @text;
@@ -313,12 +313,12 @@
color: @text;
background-color: @accent;
border-color: lighten(@accent, 10%);
box-shadow: 0 0 0 0.25rem fadeout(lighten(@accent, 10%), 75%);
box-shadow: 0 0 0 0.25rem fade(lighten(@accent, 10%), 75%);
}
.accordion-button:not(.collapsed) {
color: lighten(@accent, 10%);
background-color: darken(@accent, 10%);
box-shadow: inset 0 -1px fadeout(lighten(@accent, 10%), 87.5%);
box-shadow: inset 0 -1px fade(lighten(@accent, 10%), 87.5%);
}
.accordion-header {
background-color: @mantle;
@@ -330,8 +330,6 @@
.modal-content {
background-color: @crust;
}
.tooltip {
}
code {
background: @crust !important;
color: @text;