Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Remove deprecated text-color-fixed-light and text-color-fixed-dark (#260
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SergeyRoyt authored Nov 28, 2023
1 parent 7c0a7e6 commit 24634b4
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions src/config/maps/themes/basic/keys/_keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ $theme-basic-keys: (
primary-text-color: $primary-text-color,
text-color-on-primary: $text-color-on-primary,
text-color-on-inverted: $text-color-on-inverted,
text-color-fixed-light: $text-color-fixed-light,
text-color-fixed-dark: $text-color-fixed-dark,
secondary-text-color: $secondary-text-color,
placeholder-color: $placeholder-color,
icon-color: $icon-color,
Expand Down
2 changes: 0 additions & 2 deletions src/config/maps/themes/black/keys/_black-theme-keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ $theme-black-keys: (
primary-text-color: $theme-black-primary-text-color,
text-color-on-primary: $theme-black-text-color-on-primary,
text-color-on-inverted: $theme-black-text-color-on-inverted,
text-color-fixed-light: $theme-black-text-color-fixed-light,
text-color-fixed-dark: $theme-black-text-color-fixed-dark,
secondary-text-color: $theme-black-secondary-text-color,
placeholder-color: $theme-black-placeholder-color,
icon-color: $theme-black-icon-color,
Expand Down
2 changes: 0 additions & 2 deletions src/config/maps/themes/dark/keys/_dark-theme-keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ $theme-dark-keys: (
primary-text-color: $theme-dark-primary-text-color,
text-color-on-primary: $theme-dark-text-color-on-primary,
text-color-on-inverted: $theme-dark-text-color-on-inverted,
text-color-fixed-light: $theme-dark-text-color-fixed-light,
text-color-fixed-dark: $theme-dark-text-color-fixed-dark,
secondary-text-color: $theme-dark-secondary-text-color,
placeholder-color: $theme-dark-placeholder-color,
icon-color: $theme-dark-icon-color,
Expand Down
2 changes: 0 additions & 2 deletions src/config/maps/themes/hacker/keys/_hacker-theme-keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ $theme-hacker-keys: (
primary-selected-hover-color: $theme-hacker-primary-selected-hover-color,
primary-text-color: $theme-hacker-primary-text-color,
text-color-on-inverted: $theme-hacker-text-color-on-inverted,
text-color-fixed-light: $theme-hacker-text-color-fixed-light,
text-color-fixed-dark: $theme-hacker-text-color-fixed-dark,
secondary-text-color: $theme-hacker-secondary-text-color,
placeholder-color: $theme-hacker-placeholder-color,
icon-color: $theme-hacker-icon-color,
Expand Down
2 changes: 0 additions & 2 deletions src/config/tokens/themes/basic/keys/_keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ $primary-text-color: $color-mud_black;

$text-color-on-primary: $color-snow_white;
$text-color-on-inverted: $color-snow_white;
$text-color-fixed-light: $color-snow_white;
$text-color-fixed-dark: $color-mud_black;

$secondary-text-color: $color-asphalt;
$placeholder-color: $color-asphalt;
Expand Down
2 changes: 0 additions & 2 deletions src/config/tokens/themes/black/keys/_black-theme-keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ $theme-black-primary-text-color: $color-smog;

$theme-black-text-color-on-primary: $text-color-on-primary;
$theme-black-text-color-on-inverted: $color-vanta;
$theme-black-text-color-fixed-light: $color-snow_white;
$theme-black-text-color-fixed-dark: $color-mud_black;

$theme-black-secondary-text-color: $color-mouse;
$theme-black-placeholder-color: $color-mouse;
Expand Down
2 changes: 0 additions & 2 deletions src/config/tokens/themes/dark/keys/_dark-theme-keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ $theme-dark-primary-text-color: $color-snow;

$theme-dark-text-color-on-primary: $text-color-on-primary; // todo: fix, value from basic theme
$theme-dark-text-color-on-inverted: $color-mud_black; // todo: fix, value from basic theme
$theme-dark-text-color-fixed-light: $color-snow_white;
$theme-dark-text-color-fixed-dark: $color-mud_black;

$theme-dark-secondary-text-color: $color-jaco_gray; // todo: fix, value from basic legacy palette
$theme-dark-placeholder-color: $color-wolf_gray; // todo: fix, value from basic theme
Expand Down
2 changes: 0 additions & 2 deletions src/config/tokens/themes/hacker/keys/_hacker-theme-keys.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ $theme-hacker-primary-selected-hover-color: $color-deep_blue;
$theme-hacker-primary-text-color: $color-snow;

$theme-hacker-text-color-on-inverted: $color-mud_black; // todo: fix, value from basic theme
$theme-hacker-text-color-fixed-light: $color-snow_white;
$theme-hacker-text-color-fixed-dark: $color-mud_black;

$theme-hacker-secondary-text-color: $color-jaco_gray; // todo: fix, value from basic legacy palette
$theme-hacker-placeholder-color: $color-wolf_gray; // todo: fix, value from basic theme
Expand Down
8 changes: 0 additions & 8 deletions src/files/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"secondary-text-color": "#676879",
"text-color-on-primary": "#ffffff",
"text-color-on-inverted": "#ffffff",
"text-color-fixed-light": "#ffffff",
"text-color-fixed-dark": "#323338",
"placeholder-color": "#676879",
"icon-color": "#676879",
"link-color": "#1f76c2",
Expand Down Expand Up @@ -187,8 +185,6 @@
"primary-text-color": "#d5d8df",
"text-color-on-primary": "#ffffff",
"text-color-on-inverted": "#323338",
"text-color-fixed-light": "#ffffff",
"text-color-fixed-dark": "#323338",
"secondary-text-color": "#9699a6",
"placeholder-color": "#c3c6d4",
"icon-color": "#c3c6d4",
Expand Down Expand Up @@ -346,8 +342,6 @@
"primary-text-color": "#eeeeee",
"text-color-on-primary": "#ffffff",
"text-color-on-inverted": "#111111",
"text-color-fixed-light": "#ffffff",
"text-color-fixed-dark": "#323338",
"secondary-text-color": "#aaaaaa",
"placeholder-color": "#aaaaaa",
"icon-color": "#aaaaaa",
Expand Down Expand Up @@ -517,8 +511,6 @@
"allgrey-background-color": "#282a36",
"inverted-color-background": "#ffffff",
"text-color-on-inverted": "#323338",
"text-color-fixed-light": "#ffffff",
"text-color-fixed-dark": "#323338",
"modal-background-color": "#282a36",
"color-error": "#ff5555",
"color-success": "#50fa7b",
Expand Down

0 comments on commit 24634b4

Please sign in to comment.