Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs/themes/active.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: Active
description: Energetic and tactile, always in motion.
isPro: true
tags: pro
defaultPalette: rudimentary
---
1 change: 1 addition & 0 deletions docs/docs/themes/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
title: Awesome
description: Punchy and vibrant, the rockstar of themes.
order: 0.2
defaultPalette: bright
---
1 change: 1 addition & 0 deletions docs/docs/themes/brutalist.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: Brutalist
description: Sharp, square, and unapologetically bold.
isPro: true
tags: pro
defaultPalette: default
---
1 change: 1 addition & 0 deletions docs/docs/themes/classic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
title: Classic
description: Timeless elegance that never goes out of style.
order: 0.1
defaultPalette: classic
---
1 change: 1 addition & 0 deletions docs/docs/themes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
title: Default
description: Your trusty companion, like a perfectly broken-in pair of jeans.
order: 0
defaultPalette: default
---
1 change: 1 addition & 0 deletions docs/docs/themes/glassy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ description: Smooth, sleek, and reflective.
isPro: true
tags: pro
noAlpha: true
defaultPalette: elegant
---
1 change: 1 addition & 0 deletions docs/docs/themes/mellow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: Mellow
description: Soft and soothing, like a lazy Sunday morning.
isPro: true
tags: pro
defaultPalette: natural
---
1 change: 1 addition & 0 deletions docs/docs/themes/playful.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ description: Fun, colorful, and full of personality.
isPro: true
tags: pro
noAlpha: true
defaultPalette: rudimentary
---
1 change: 1 addition & 0 deletions docs/docs/themes/premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: Premium
description: The ultimate in sophistication and style.
isPro: true
tags: pro
defaultPalette: anodized
---
1 change: 1 addition & 0 deletions docs/docs/themes/tailspin.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title: Tailspin
description: Like a bird in flight, guiding you from there to here.
isPro: true
tags: pro
defaultPalette: vogue
---
106 changes: 106 additions & 0 deletions src/styles/color/default.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
/**
* Literal Colors
* Each color is identified by a number that corresponds to its perceived lightness, where 100 is equal to white and 0 is equal to black.
* Each lightness value has nearly uniform WCAG 2.1 contrast across hues.
* A difference of 40 between lightness values ensures a minimum 3:1 contrast ratio.
* A difference of 50 between lightness values ensures a minimum 4.5:1 contrast ratio.
* A difference of 60 between lightness values ensures a minimum 7:1 contrast ratio.
*/
:where(:root),
:host {
--wa-color-red-95: #ffefef;
--wa-color-red-90: #ffdddc;
--wa-color-red-80: #ffb7b6;
--wa-color-red-70: #fc9090;
--wa-color-red-60: #f2676c;
--wa-color-red-50: #de2d44;
--wa-color-red-40: #b11036;
--wa-color-red-30: #861a2f;
--wa-color-red-20: #641122;
--wa-color-red-10: #400712;
--wa-color-red-05: #2a030a;

--wa-color-yellow-95: #fdf3ba;
--wa-color-yellow-90: #fee590;
--wa-color-yellow-80: #fcc041;
--wa-color-yellow-70: #f39b00;
--wa-color-yellow-60: #e07b00;
--wa-color-yellow-50: #bb5a00;
--wa-color-yellow-40: #924200;
--wa-color-yellow-30: #743200;
--wa-color-yellow-20: #572300;
--wa-color-yellow-10: #361300;
--wa-color-yellow-05: #240b00;

--wa-color-green-95: #e2f9e2;
--wa-color-green-90: #c2f2c1;
--wa-color-green-80: #92da97;
--wa-color-green-70: #5dc36f;
--wa-color-green-60: #00ac49;
--wa-color-green-50: #008825;
--wa-color-green-40: #006800;
--wa-color-green-30: #005300;
--wa-color-green-20: #003c00;
--wa-color-green-10: #002400;
--wa-color-green-05: #001700;

--wa-color-teal-95: #e3f7f5;
--wa-color-teal-90: #c6eeeb;
--wa-color-teal-80: #81d9d3;
--wa-color-teal-70: #34c2b9;
--wa-color-teal-60: #10a69d;
--wa-color-teal-50: #00837c;
--wa-color-teal-40: #00645e;
--wa-color-teal-30: #004e49;
--wa-color-teal-20: #003935;
--wa-color-teal-10: #002220;
--wa-color-teal-05: #001513;

--wa-color-blue-95: #ebf4ff;
--wa-color-blue-90: #d4e7ff;
--wa-color-blue-80: #a6ccff;
--wa-color-blue-70: #77b1ff;
--wa-color-blue-60: #4895fd;
--wa-color-blue-50: #0070ef;
--wa-color-blue-40: #0055b8;
--wa-color-blue-30: #004390;
--wa-color-blue-20: #00306c;
--wa-color-blue-10: #001c45;
--wa-color-blue-05: #00112f;

--wa-color-indigo-95: #f0f2fe;
--wa-color-indigo-90: #e2e4fc;
--wa-color-indigo-80: #c2c6f8;
--wa-color-indigo-70: #a5a9f2;
--wa-color-indigo-60: #8a8beb;
--wa-color-indigo-50: #6b65e2;
--wa-color-indigo-40: #5246c1;
--wa-color-indigo-30: #412eaa;
--wa-color-indigo-20: #321393;
--wa-color-indigo-10: #1c006a;
--wa-color-indigo-05: #130049;

--wa-color-violet-95: #f9effd;
--wa-color-violet-90: #f4defb;
--wa-color-violet-80: #e7baf7;
--wa-color-violet-70: #d996ef;
--wa-color-violet-60: #c674e1;
--wa-color-violet-50: #a94dc6;
--wa-color-violet-40: #8732a1;
--wa-color-violet-30: #6d2283;
--wa-color-violet-20: #521564;
--wa-color-violet-10: #330940;
--wa-color-violet-05: #22042b;

--wa-color-gray-95: #f1f2f3;
--wa-color-gray-90: #e4e5e9;
--wa-color-gray-80: #c7c9d0;
--wa-color-gray-70: #abaeb9;
--wa-color-gray-60: #9194a2;
--wa-color-gray-50: #717584;
--wa-color-gray-40: #545868;
--wa-color-gray-30: #424554;
--wa-color-gray-20: #2f323f;
--wa-color-gray-10: #1b1d26;
--wa-color-gray-05: #101219;
}
2 changes: 1 addition & 1 deletion src/styles/themes/active.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('../color/rudimentary.css');
@import url('default/color-semantic.css');
@import url('default/color.css');
@import url('default/space.css');
@import url('default/outlines.css');
@import url('default/typography.css');
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/awesome.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('../color/bright.css');
@import url('default/color-semantic.css');
@import url('default/color.css');
@import url('default/space.css');
@import url('default/outlines.css');
@import url('default/typography.css');
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/brutalist.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('../color/default.css');
@import url('default/color.css');
@import url('default/color-semantic.css');
@import url('default/space.css');
@import url('default/outlines.css');
@import url('default/typography.css');
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/classic.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('../color/classic.css');
@import url('default/color-semantic.css');
@import url('default/color.css');
@import url('default/space.css');
@import url('default/outlines.css');
@import url('default/typography.css');
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/default.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('../color/default.css');
@import url('default/color.css');
@import url('default/color-semantic.css');
@import url('default/space.css');
@import url('default/outlines.css');
@import url('default/typography.css');
Expand Down
190 changes: 0 additions & 190 deletions src/styles/themes/default/color-semantic.css

This file was deleted.

Loading