Skip to content

Commit

Permalink
Merge pull request #423 from node-red-contrib-themes/user-profile-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech authored May 15, 2024
2 parents 6686616 + 3b8a24a commit 2da7b82
Show file tree
Hide file tree
Showing 25 changed files with 200 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/template/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/aurora/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/cobalt2/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/dark/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/dracula/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/espresso-libre/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/github-dark-default/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/github-dark-dimmed/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/github-dark/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/midnight-red/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/monoindustrial/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/monokai-dimmed/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/monokai/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/noctis/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/oceanic-next/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/oled/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/one-dark-pro-darker/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/one-dark-pro/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/solarized-dark/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/solarized-light/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/tokyo-night-light/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/tokyo-night-storm/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/tokyo-night/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/totallyinformation/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down
8 changes: 8 additions & 0 deletions src/themes/zenburn/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ $spinner-color: $primary-text-color;

$tab-icon-color: rgba($primary-text-color, 0.2);

$user-profile-colors: (
1: #822e81,
2: #955e42,
3: #9c914f,
4: #748e54,
5: #06bcc1,
);

// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
Expand Down

0 comments on commit 2da7b82

Please sign in to comment.