Skip to content

Commit

Permalink
Switch to Moa color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
mehr32 committed Feb 29, 2024
1 parent dfdcdd0 commit 8e239b5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
--bg-2: #fefefe;
--bg-3: #d8dcdd;
--hover-color: white;
--primary-color: #087E96;
--primary-color: #503899;
--divider-color: #d7d7d7;
--text-color: #222226;
--text-color-high-contrast: #313333;
Expand All @@ -86,7 +86,7 @@
--bg-2: #171717;
--bg-3: #535555;
--hover-color: black;
--primary-color: #91e0ee;
--primary-color: #865dff;
--divider-color: #4a4a4a;
--text-color: #D4D4D4;
--text-color-high-contrast: #eceeef;
Expand Down
4 changes: 2 additions & 2 deletions sass/skins/teal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
// The light background is #fff and the dark background is #1f1f1f.

:root {
--primary-color: #087e96; // Contrast ratio: 4.73:1
--primary-color: #503899; // Contrast ratio: 4.73:1
}

[data-theme='dark'] {
--primary-color: #91e0ee; // Contrast ratio: 11.06:1
--primary-color: #865dff; // Contrast ratio: 11.06:1
}
4 changes: 2 additions & 2 deletions themes/tabi/content/blog/customise-tabi/index.ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ Crea un nou arxiu `.scss` (per exemple, `la_teva_skin.scss`) a la ubicació que

```scss
:root {
--primary-color: #087e96;
--primary-color: #503899;
}

[data-theme='dark'] {
--primary-color: #91e0ee;
--primary-color: #865dff;
}
```

Expand Down
4 changes: 2 additions & 2 deletions themes/tabi/content/blog/customise-tabi/index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ Crea un nuevo archivo `.scss` (por ejemplo, `tu_skin.scss`) en la ubicación que

```scss
:root {
--primary-color: #087e96;
--primary-color: #503899;
}

[data-theme='dark'] {
--primary-color: #91e0ee;
--primary-color: #865dff;
}
```

Expand Down
4 changes: 2 additions & 2 deletions themes/tabi/content/blog/customise-tabi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ Create a new `.scss` file (for example, `your_skin.scss`) in your preferred loca

```scss
:root {
--primary-color: #087e96;
--primary-color: #503899;
}

[data-theme='dark'] {
--primary-color: #91e0ee;
--primary-color: #865dff;
}
```

Expand Down
4 changes: 2 additions & 2 deletions themes/tabi/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
--bg-2: #fefefe;
--bg-3: #d8dcdd;
--hover-color: white;
--primary-color: #087E96;
--primary-color: #503899;
--divider-color: #d7d7d7;
--text-color: #222226;
--text-color-high-contrast: #313333;
Expand All @@ -86,7 +86,7 @@
--bg-2: #171717;
--bg-3: #535555;
--hover-color: black;
--primary-color: #91e0ee;
--primary-color: #865dff;
--divider-color: #4a4a4a;
--text-color: #D4D4D4;
--text-color-high-contrast: #eceeef;
Expand Down
4 changes: 2 additions & 2 deletions themes/tabi/sass/skins/teal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
// The light background is #fff and the dark background is #1f1f1f.

:root {
--primary-color: #087e96; // Contrast ratio: 4.73:1
--primary-color: #503899; // Contrast ratio: 4.73:1
}

[data-theme='dark'] {
--primary-color: #91e0ee; // Contrast ratio: 11.06:1
--primary-color: #865dff; // Contrast ratio: 11.06:1
}

0 comments on commit 8e239b5

Please sign in to comment.