Skip to content

Commit b049b39

Browse files
authored
Merge pull request #462 from node-red-contrib-themes/update-theme-colors
2 parents 181c423 + 470d5ba commit b049b39

File tree

15 files changed

+81
-81
lines changed

15 files changed

+81
-81
lines changed

src/themes/cobalt2/theme.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ $secondary-text-color-disabled-active: rgba($primary-text-color, 0.5);
2828
$secondary-text-color-disabled-inactive: rgba($primary-text-color, 0.4);
2929

3030
// Sub label text
31-
$tertiary-text-color: #aaaaaa;
31+
$tertiary-text-color: #808080;
3232
// Heading text
33-
$header-text-color: #ffffff;
33+
$header-text-color: #aaaaaa;
3434

3535
$text-color-error: #ff5630;
3636
$text-color-warning: #ffc600;
@@ -67,7 +67,7 @@ $text-editor-background-disabled: $secondary-background-disabled;
6767
$text-editor-gutter-background: #12273866;
6868
$text-editor-gutter-color: #aaaaaa;
6969
$text-editor-gutter-active-line-background: $secondary-background-selected;
70-
$text-editor-active-line-background: $secondary-background-selected;
70+
$text-editor-active-line-background: #1f4662;
7171
$text-editor-selection-background: #0050a480;
7272

7373
$event-log-background: $secondary-background;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #ff7200;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -258,10 +258,10 @@ $debug-message-background-hover: $secondary-background-hover;
258258

259259
$debug-message-text-color: $primary-text-color;
260260
$debug-message-text-color-meta: #9effff;
261-
$debug-message-text-color-object-key: #9effff;
261+
$debug-message-text-color-object-key: #e1efff;
262262
$debug-message-text-color-msg-type-other: #4e94ce;
263263
$debug-message-text-color-msg-type-string: #ce9178;
264-
$debug-message-text-color-msg-type-null: #c586c0;
264+
$debug-message-text-color-msg-type-null: #aaaaaa;
265265
$debug-message-text-color-msg-type-meta: #c586c0;
266266
$debug-message-text-color-msg-type-number: #b5cea8;
267267

src/themes/dark/theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $form-text-color-disabled: $secondary-text-color-disabled;
5353
$form-input-focus-color: rgba(85, 150, 230, 0.8);
5454
$form-input-border-color: $tertiary-border-color;
5555
$form-input-border-selected-color: #0078d4;
56-
$form-input-border-error-color: rgb(214, 97, 95);
56+
$form-input-border-error-color: #be1100;
5757
$form-input-background: $secondary-background;
5858
$form-input-background-disabled: $secondary-background-disabled;
5959
$form-button-background: $secondary-background-selected;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #e4676b;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -261,7 +261,7 @@ $debug-message-text-color-meta: #569cd6;
261261
$debug-message-text-color-object-key: #9cdcfe;
262262
$debug-message-text-color-msg-type-other: #4e94ce;
263263
$debug-message-text-color-msg-type-string: #ce9178;
264-
$debug-message-text-color-msg-type-null: #c586c0;
264+
$debug-message-text-color-msg-type-null: #cccccc;
265265
$debug-message-text-color-msg-type-meta: #c586c0;
266266
$debug-message-text-color-msg-type-number: #b5cea8;
267267

src/themes/dracula/theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $secondary-text-color-disabled-active: rgba($primary-text-color, 0.5);
2828
$secondary-text-color-disabled-inactive: rgba($primary-text-color, 0.4);
2929

3030
// Sub label text
31-
$tertiary-text-color: #f8f8f2;
31+
$tertiary-text-color: #6272a4;
3232
// Heading text
3333
$header-text-color: #f8f8f2;
3434

@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #ffb86c;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);

src/themes/github-dark-default/theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $form-text-color-disabled: $secondary-text-color-disabled;
5353
$form-input-focus-color: rgba(85, 150, 230, 0.8);
5454
$form-input-border-color: $tertiary-border-color;
5555
$form-input-border-selected-color: #f78166;
56-
$form-input-border-error-color: rgb(214, 97, 95);
56+
$form-input-border-error-color: #be1100;
5757
$form-input-background: $secondary-background;
5858
$form-input-background-disabled: $secondary-background-disabled;
5959
$form-button-background: $secondary-background-selected;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #db6d28;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #23863626;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -261,7 +261,7 @@ $debug-message-text-color-meta: #ffa657;
261261
$debug-message-text-color-object-key: #7ee787;
262262
$debug-message-text-color-msg-type-other: #56d364;
263263
$debug-message-text-color-msg-type-string: #a5d6ff;
264-
$debug-message-text-color-msg-type-null: #79c0ff;
264+
$debug-message-text-color-msg-type-null: #58a6ff;
265265
$debug-message-text-color-msg-type-meta: #79c0ff;
266266
$debug-message-text-color-msg-type-number: #56d364;
267267

src/themes/github-dark-dimmed/theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $form-text-color-disabled: $secondary-text-color-disabled;
5353
$form-input-focus-color: rgba(85, 150, 230, 0.8);
5454
$form-input-border-color: $tertiary-border-color;
5555
$form-input-border-selected-color: #ec775c;
56-
$form-input-border-error-color: rgb(214, 97, 95);
56+
$form-input-border-error-color: #be1100;
5757
$form-input-background: $secondary-background;
5858
$form-input-background-disabled: $secondary-background-disabled;
5959
$form-button-background: $secondary-background-selected;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #cc6b2c;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #347d3926;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -261,7 +261,7 @@ $debug-message-text-color-meta: #f69d50;
261261
$debug-message-text-color-object-key: #8ddb8c;
262262
$debug-message-text-color-msg-type-other: #6bc46d;
263263
$debug-message-text-color-msg-type-string: #96d0ff;
264-
$debug-message-text-color-msg-type-null: #6cb6ff;
264+
$debug-message-text-color-msg-type-null: #539bf5;
265265
$debug-message-text-color-msg-type-meta: #6cb6ff;
266266
$debug-message-text-color-msg-type-number: #6bc46d;
267267

src/themes/github-dark/theme.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $secondary-text-color-disabled-inactive: rgba($primary-text-color, 0.4);
3030
// Sub label text
3131
$tertiary-text-color: #6a737d;
3232
// Heading text
33-
$header-text-color: #e1e4e8;
33+
$header-text-color: #d1d5da;
3434

3535
$text-color-error: #f97583;
3636
$text-color-warning: #ffea7f;
@@ -53,7 +53,7 @@ $form-text-color-disabled: $secondary-text-color-disabled;
5353
$form-input-focus-color: rgba(85, 150, 230, 0.8);
5454
$form-input-border-color: $tertiary-border-color;
5555
$form-input-border-selected-color: #f9826c;
56-
$form-input-border-error-color: rgb(214, 97, 95);
56+
$form-input-border-error-color: #be1100;
5757
$form-input-background: $secondary-background;
5858
$form-input-background-disabled: $secondary-background-disabled;
5959
$form-button-background: $secondary-background-selected;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #ffab70;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -261,7 +261,7 @@ $debug-message-text-color-meta: #b392f0;
261261
$debug-message-text-color-object-key: #d1d5da;
262262
$debug-message-text-color-msg-type-other: #4e94ce;
263263
$debug-message-text-color-msg-type-string: #ce9178;
264-
$debug-message-text-color-msg-type-null: #c586c0;
264+
$debug-message-text-color-msg-type-null: #d1d5da;
265265
$debug-message-text-color-msg-type-meta: #c586c0;
266266
$debug-message-text-color-msg-type-number: #b5cea8;
267267

src/themes/monokai-dimmed/theme.scss

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ $secondary-background-inactive: #272727;
1010
$secondary-background-hover: #444444;
1111
$secondary-background-disabled: #272727;
1212

13-
$tertiary-background: #272727;
13+
$tertiary-background: #252526;
1414

1515
$shadow: rgba(0, 0, 0, 0.2);
1616

1717
// Main body text
1818
$primary-text-color: #cccccc;
1919
// UI control label text
2020
$secondary-text-color: #ccccccb3;
21-
$secondary-text-color-focus: #c5c8c6;
22-
$secondary-text-color-hover: #c5c8c6;
23-
$secondary-text-color-active: #c5c8c6;
24-
$secondary-text-color-selected: #c5c8c6;
21+
$secondary-text-color-focus: #cccccc;
22+
$secondary-text-color-hover: #cccccc;
23+
$secondary-text-color-active: #cccccc;
24+
$secondary-text-color-selected: #cccccc;
2525
$secondary-text-color-inactive: #d8d8d8;
2626
$secondary-text-color-disabled: rgba($primary-text-color, 0.4);
2727
$secondary-text-color-disabled-active: rgba($primary-text-color, 0.5);
@@ -30,17 +30,17 @@ $secondary-text-color-disabled-inactive: rgba($primary-text-color, 0.4);
3030
// Sub label text
3131
$tertiary-text-color: #9a9b99;
3232
// Heading text
33-
$header-text-color: #c5c8c6;
33+
$header-text-color: #cccccc;
3434

3535
$text-color-error: #f48771;
3636
$text-color-warning: #cca700;
3737
$text-color-success: #86b42b;
3838
$text-color-code: #d7ba7d;
3939
$text-color-link: #3794ff;
4040

41-
$primary-border-color: darken($secondary-background, 8%);
42-
$secondary-border-color: darken($secondary-background, 6%);
43-
$tertiary-border-color: darken($secondary-background, 7%);
41+
$primary-border-color: #414141;
42+
$secondary-border-color: scale-color($primary-border-color, $lightness: -14%);
43+
$tertiary-border-color: scale-color($primary-border-color, $lightness: -7%);
4444

4545
$border-color-error: #df2935;
4646
$border-color-warning: #ffcf70;
@@ -53,7 +53,7 @@ $form-text-color-disabled: $secondary-text-color-disabled;
5353
$form-input-focus-color: rgba(85, 150, 230, 0.8);
5454
$form-input-border-color: $tertiary-border-color;
5555
$form-input-border-selected-color: $tertiary-text-color;
56-
$form-input-border-error-color: rgb(214, 97, 95);
56+
$form-input-border-error-color: #be1100;
5757
$form-input-background: $secondary-background;
5858
$form-input-background-disabled: $secondary-background-disabled;
5959
$form-button-background: $secondary-background-selected;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #e4676b;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -257,11 +257,11 @@ $debug-message-background: $secondary-background;
257257
$debug-message-background-hover: $secondary-background-hover;
258258

259259
$debug-message-text-color: $primary-text-color;
260-
$debug-message-text-color-meta: #86b42b;
261-
$debug-message-text-color-object-key: #3794ff;
262-
$debug-message-text-color-msg-type-other: #b5cea8;
260+
$debug-message-text-color-meta: #9872a2;
261+
$debug-message-text-color-object-key: #676867;
262+
$debug-message-text-color-msg-type-other: #4e94ce;
263263
$debug-message-text-color-msg-type-string: #ce9178;
264-
$debug-message-text-color-msg-type-null: #c586c0;
264+
$debug-message-text-color-msg-type-null: #cccccc;
265265
$debug-message-text-color-msg-type-meta: #c586c0;
266266
$debug-message-text-color-msg-type-number: #b5cea8;
267267

src/themes/monokai/theme.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ $shadow: rgba(0, 0, 0, 0.2);
1818
$primary-text-color: #cccccc;
1919
// UI control label text
2020
$secondary-text-color: #ccccccb3;
21-
$secondary-text-color-focus: #f8f8f2;
22-
$secondary-text-color-hover: #f8f8f2;
23-
$secondary-text-color-active: #f8f8f2;
24-
$secondary-text-color-selected: #f8f8f2;
21+
$secondary-text-color-focus: #cccccc;
22+
$secondary-text-color-hover: #cccccc;
23+
$secondary-text-color-active: #cccccc;
24+
$secondary-text-color-selected: #cccccc;
2525
$secondary-text-color-inactive: #ccccc7;
2626
$secondary-text-color-disabled: rgba($primary-text-color, 0.4);
2727
$secondary-text-color-disabled-active: rgba($primary-text-color, 0.5);
@@ -30,17 +30,17 @@ $secondary-text-color-disabled-inactive: rgba($primary-text-color, 0.4);
3030
// Sub label text
3131
$tertiary-text-color: #88846f;
3232
// Heading text
33-
$header-text-color: #f8f8f2;
33+
$header-text-color: #cccccc;
3434

3535
$text-color-error: #f48771;
3636
$text-color-warning: #cca700;
3737
$text-color-success: #86b42b;
3838
$text-color-code: #d7ba7d;
3939
$text-color-link: #3794ff;
4040

41-
$primary-border-color: darken($secondary-background, 8%);
42-
$secondary-border-color: darken($secondary-background, 6%);
43-
$tertiary-border-color: darken($secondary-background, 7%);
41+
$primary-border-color: #414339;
42+
$secondary-border-color: scale-color($primary-border-color, $lightness: -14%);
43+
$tertiary-border-color: scale-color($primary-border-color, $lightness: -7%);
4444

4545
$border-color-error: #df2935;
4646
$border-color-warning: #ffcf70;
@@ -65,10 +65,10 @@ $text-editor-background: $secondary-background;
6565
$text-editor-color-disabled: $secondary-text-color-inactive;
6666
$text-editor-background-disabled: $secondary-background-disabled;
6767
$text-editor-gutter-background: $secondary-background;
68-
$text-editor-gutter-color: #57584f;
68+
$text-editor-gutter-color: #90908a;
6969
$text-editor-gutter-active-line-background: $secondary-background;
70-
$text-editor-active-line-background: #fdfff10c;
71-
$text-editor-selection-background: #fdfff126;
70+
$text-editor-active-line-background: #3e3d32;
71+
$text-editor-selection-background: #575b6180;
7272

7373
$event-log-background: $secondary-background;
7474
$event-log-color: $primary-text-color;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #e4676b;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -261,7 +261,7 @@ $debug-message-text-color-meta: #a6e22e;
261261
$debug-message-text-color-object-key: #66d9ef;
262262
$debug-message-text-color-msg-type-other: #4e94ce;
263263
$debug-message-text-color-msg-type-string: #ce9178;
264-
$debug-message-text-color-msg-type-null: #c586c0;
264+
$debug-message-text-color-msg-type-null: #cccccc;
265265
$debug-message-text-color-msg-type-meta: #c586c0;
266266
$debug-message-text-color-msg-type-number: #b5cea8;
267267

src/themes/noctis/theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $text-color-success: #49e9a6;
3838
$text-color-code: #e4b781;
3939
$text-color-link: #40d4e7;
4040

41-
$primary-border-color: #0f1415;
41+
$primary-border-color: #29484c;
4242
$secondary-border-color: scale-color($primary-border-color, $lightness: -14%);
4343
$tertiary-border-color: scale-color($primary-border-color, $lightness: -7%);
4444

@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #e4b781;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -261,7 +261,7 @@ $debug-message-text-color-meta: #49d6e9;
261261
$debug-message-text-color-object-key: #e4b781;
262262
$debug-message-text-color-msg-type-other: #4e94ce;
263263
$debug-message-text-color-msg-type-string: #ce9178;
264-
$debug-message-text-color-msg-type-null: #c586c0;
264+
$debug-message-text-color-msg-type-null: #b2cacd;
265265
$debug-message-text-color-msg-type-meta: #c586c0;
266266
$debug-message-text-color-msg-type-number: #b5cea8;
267267

src/themes/one-dark-pro-darker/theme.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $secondary-text-color-disabled-inactive: rgba($primary-text-color, 0.4);
3030
// Sub label text
3131
$tertiary-text-color: #7f848e;
3232
// Heading text
33-
$header-text-color: #abb2bf;
33+
$header-text-color: #cccccc;
3434

3535
$text-color-error: #f48771;
3636
$text-color-warning: #d19a66;
@@ -53,7 +53,7 @@ $form-text-color-disabled: $secondary-text-color-disabled;
5353
$form-input-focus-color: rgba(85, 150, 230, 0.8);
5454
$form-input-border-color: $tertiary-border-color;
5555
$form-input-border-selected-color: #b4b4b4;
56-
$form-input-border-error-color: rgb(214, 97, 95);
56+
$form-input-border-error-color: #be1100;
5757
$form-input-background: $secondary-background;
5858
$form-input-background-disabled: $secondary-background-disabled;
5959
$form-button-background: $secondary-background-selected;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142142
$diff-state-conflicted: purple;
143143
$diff-state-moved: #3f81b3;
144144
$diff-state-conflict: #e4676b;
145-
$diff-state-conflict-background: #ffdad4;
145+
$diff-state-conflict-background: #ffea0047;
146146

147147
$diff-state-added-background: #9bb95533;
148148
$diff-state-added-border: rgba($diff-state-added-background, 0.1);
@@ -261,7 +261,7 @@ $debug-message-text-color-meta: #abb2bf;
261261
$debug-message-text-color-object-key: #e06c75;
262262
$debug-message-text-color-msg-type-other: #4e94ce;
263263
$debug-message-text-color-msg-type-string: #ce9178;
264-
$debug-message-text-color-msg-type-null: #c586c0;
264+
$debug-message-text-color-msg-type-null: #cccccc;
265265
$debug-message-text-color-msg-type-meta: #c586c0;
266266
$debug-message-text-color-msg-type-number: #b5cea8;
267267

0 commit comments

Comments
 (0)