mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
Style changes
This commit is contained in:
parent
6b6cce486d
commit
ead1ae4e7c
5 changed files with 57 additions and 105 deletions
|
|
@ -3,19 +3,16 @@ $textColor = #2c3e50;
|
|||
$accentColor = darken(#e8a024, 10%);
|
||||
|
||||
// CUSTOM
|
||||
/*$exampleBgColor = $codeBgColor;
|
||||
$exampleTextColor = #ffffff;*/
|
||||
$exampleBgColor = #f3f5f7;
|
||||
$exampleBgColorInTip = darken($exampleBgColor, 4%);
|
||||
$exampleTextColor = darken($textColor, 5%);
|
||||
$exampleArgColor = darken($exampleBgColor, 4%);
|
||||
$exampleArgColorInExample = darken($exampleBgColor, 8%);
|
||||
$exampleArgColorInTip = darken($exampleBgColor, 7%);
|
||||
$exampleArgColorInBoth = darken($exampleBgColor, 12%);
|
||||
$exampleArgColor = darken($exampleBgColor, 1%);
|
||||
$exampleArgColorInExample = darken($exampleBgColor, 4%);
|
||||
$exampleArgColorInTip = darken($exampleBgColor, 3%);
|
||||
$exampleArgColorInBoth = darken($exampleBgColor, 8%);
|
||||
$tipDarkenFactor = 3;
|
||||
$exampleDarkenFactor = 5;
|
||||
//$examplePrefixColor = #b3b6b9;
|
||||
$examplePrefixColor = desaturate(lighten($textColor, 40%), 50%);
|
||||
$exampleCommentColor = darken($accentColor, 15%);
|
||||
$examplePrefixColor = desaturate(lighten($exampleCommentColor, 20%), 10%);
|
||||
$exampleFontSize = 0.9rem;
|
||||
$exampleFontFamily = source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
Loading…
Add table
Add a link
Reference in a new issue