File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33:root {
44 color-scheme : light ;
55
6- --color-dark : #121212 ;
6+ --color-dark : #0a0a0f ;
77 --color-brand-light : #cce8e9 ;
8- --color-brand-dark : #324b4c ;
9- --color-brand-primary : #167c80 ;
8+ --color-brand-dark : #1c1c28 ;
9+ --color-brand-primary : #7c6aff ;
1010
1111 --theme-primary : var (--color-brand-primary );
1212 --theme-primary-strong : var (--color-brand-dark );
1313
1414 --theme-bg : #ffffff ;
1515 --theme-bg-elevated : var (--color-brand-light );
16- --theme-bg-subtle : #e1efef ;
16+ --theme-bg-subtle : #bf77f6 ;
1717 --theme-bg-neutral : #fafafa ;
1818 --theme-bg-footer : #eee ;
1919 --theme-bg-device : #f6fafa ;
6060
6161 --theme-bg : var (--color-dark );
6262 --theme-bg-elevated : var (--color-brand-dark );
63- --theme-bg-subtle : #243738 ;
63+ --theme-bg-subtle : #0a0a0f ;
6464 --theme-bg-neutral : #1f2526 ;
6565 --theme-bg-footer : #1c1c1c ;
6666 --theme-bg-device : #212626 ;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ $light: $gray-100 !default;
7474$dark : $gray-800 !default ;
7575
7676// Lineage Colors
77- $lineage-primary : #167C80 !default ;
77+ $lineage-primary : #16161f !default ;
7878$lineage-warning : #F4AC45 !default ;
7979$lineage-danger : #D0422D !default ;
8080$lineage-success : #38853B !default ;
Original file line number Diff line number Diff line change 44
55/* brand Colors */
66
7- $brand-primary : #167C80 !default ;
7+ $brand-primary : #7c6aff !default ;
88$brand-info : #00B1E5 !default ;
99$brand-success : #38853B !default ;
1010$brand-warning : #F4AC45 !default ;
You can’t perform that action at this time.
0 commit comments