Skip to content

Commit a7ee388

Browse files
reworked colors for chimera-golden (#120)
1 parent dc8f70c commit a7ee388

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

3-
github: @MarkusJohansen
3+
github: #
44
pay_pal: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

build/chimera-golden.css

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/themes/chimera-golden.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ $font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
33
"Helvetica Neue", Arial, "Noto Sans", sans-serif;
44

55
//Color palette
6-
$Chimera: #fae0d1;
6+
$Chimera: hsl(22, 80%, 80%);
77
$Chimera-dark: hsl(22, 80%, 60%);
8-
$Chimera-darker: hsl(22, 80%, 40%);
8+
$Chimera-darker: hsl(22, 80%, 50%);
99
$Chimera-input-border: hsl(0, 0%, 51%);
10-
$Chimera-text: hsl(22, 80%, 90%);
10+
$Chimera-text: hsl(22, 80%, 80%);
1111
$Chimera-text-secondary: #333333;
1212
$Chimera-text-disabled: hsl(0, 0%, 30%);
1313
$Chimera-bg: hsl(0, 0%, 0%);
1414
$Chimera-bg-secondary: hsl(0, 0%, 10%);
1515
$Chimera-bg-disabled: hsl(0, 0%, 30%);
16-
$Chimera-link: hsl(22, 80%, 70%);
17-
$Chimera-focus: hsl(0, 60%, 60%);
16+
$Chimera-link: hsl(22, 80%, 60%);
17+
$Chimera-focus: hsl(0, 70%, 60%);
1818
$Chimera-fill: hsla(22, 100%, 33%, 20%);
19-
$Chimera-border: hsl(0, 0%, 90%);
19+
$Chimera-border: hsl(22, 80%, 80%);
2020

2121
// @use "main";
2222

0 commit comments

Comments
 (0)