Skip to content

Commit

Permalink
Merge pull request #325 from node-red-contrib-themes/cobalt2-diff-sta…
Browse files Browse the repository at this point in the history
…te-unchanged
  • Loading branch information
bonanitech authored Oct 11, 2023
2 parents 2716f7c + c276c7c commit a7859d4
Showing 1 changed file with 28 additions and 39 deletions.
67 changes: 28 additions & 39 deletions themes/cobalt2/cobalt2.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$primary-font: 'Helvetica Neue', Arial, Helvetica, sans-serif;
$primary-font: "Helvetica Neue", Arial, Helvetica, sans-serif;
$primary-font-size: 14px;
$monospace-font: Menlo, Consolas, 'DejaVu Sans Mono', Courier, monospace;
$monospace-font: Menlo, Consolas, "DejaVu Sans Mono", Courier, monospace;

$primary-background: #122738;

$secondary-background: #193549;
$secondary-background-selected: #1F4662;
$secondary-background-selected: #1f4662;
$secondary-background-inactive: #122738;
$secondary-background-hover: #0d3a58;
$secondary-background-disabled: #122738;
Expand Down Expand Up @@ -38,14 +38,13 @@ $text-color-success: #3ad900;
$text-color-code: #ffc600;
$text-color-link: #0088ff;


$primary-border-color: #234E6DBF;
$primary-border-color: #234e6dbf;
$secondary-border-color: scale-color($primary-border-color, $lightness: -14%);
$tertiary-border-color: scale-color($primary-border-color, $lightness: -7%);

$border-color-error: #DF2935;
$border-color-warning: #FFCF70;
$border-color-success: #4B8400;
$border-color-error: #df2935;
$border-color-warning: #ffcf70;
$border-color-success: #4b8400;

$form-background: $secondary-background;
$form-placeholder-color: #aaaaaa;
Expand All @@ -61,7 +60,6 @@ $form-button-background: $secondary-background-selected;

$form-tips-background: $primary-background;


$text-editor-color: $primary-text-color;
$text-editor-background: $secondary-background;
$text-editor-color-disabled: $secondary-text-color-disabled;
Expand All @@ -77,9 +75,6 @@ $event-log-color: $primary-text-color;
$event-log-active-line-background: $primary-background;
$event-log-selection-background: $secondary-background-selected;




$list-item-color: $primary-text-color;
$list-item-secondary-color: $secondary-text-color;
$list-item-background: $secondary-background;
Expand Down Expand Up @@ -108,7 +103,6 @@ $palette-header-background: $primary-background;
$palette-header-color: $header-text-color;
$palette-content-background: $secondary-background;


$workspace-button-background: $secondary-background;
$workspace-button-background-hover: $secondary-background-hover;
$workspace-button-background-active: $secondary-background-selected;
Expand All @@ -121,8 +115,8 @@ $workspace-button-color-active: $secondary-text-color-active;
$workspace-button-color-selected: $secondary-text-color-selected;

$workspace-button-color-primary: #eee;
$workspace-button-background-primary: #AD1625;
$workspace-button-background-primary-hover: #6E0A1E;
$workspace-button-background-primary: #ad1625;
$workspace-button-background-primary-hover: #6e0a1e;

$workspace-button-color-focus-outline: $form-input-focus-color;

Expand All @@ -134,17 +128,15 @@ $popover-color: $primary-text-color;
$popover-button-border-color: $primary-border-color;
$popover-button-border-color-hover: $secondary-text-color-hover;



$diff-text-header-color: $secondary-text-color;
$diff-text-header-background: $secondary-background;
$diff-state-color: #F8F8F8;
$diff-state-prefix-color: #F8F8F8;
$diff-state-color: #f8f8f8;
$diff-state-prefix-color: #f8f8f8;
$diff-state-added: #81b88b;
$diff-state-deleted: #c74e39;
$diff-state-changed: #e2c08d;
$diff-state-changed-background: $secondary-background;
$diff-state-unchanged: #F8F8F8;
$diff-state-unchanged: #a3a2a2;
$diff-state-unchanged-background: $secondary-background;

$diff-state-conflicted: #ff7200;
Expand Down Expand Up @@ -211,14 +203,13 @@ $node-status-changed-border: rgb(28, 102, 140);
$node-status-changed-background: rgb(0, 188, 255);

$node-status-colors: (
red: #c00,
green: #5a8,
yellow: #F9DF31,
blue: #53A3F3,
grey: #d3d3d3
red: #c00,
green: #5a8,
yellow: #f9df31,
blue: #53a3f3,
grey: #d3d3d3,
);


$node-selected-color: #ff7f0e;
$port-selected-color: #ff7f0e;

Expand All @@ -230,53 +221,51 @@ $link-unknown-color: #f00;

$clipboard-textarea-background: $primary-background;


$deploy-button-color: #eee;
$deploy-button-color-active: #ccc;
$deploy-button-color-disabled: #999;
$deploy-button-background: #8C101C;
$deploy-button-background-hover: #6E0A1E;
$deploy-button-background-active: #4C0A17;
$deploy-button-background: #8c101c;
$deploy-button-background-hover: #6e0a1e;
$deploy-button-background-active: #4c0a17;
$deploy-button-background-disabled: #444;
$deploy-button-background-disabled-hover: #555;


$header-background: #000;
$header-button-background-active: #121212;
$header-menu-color: #C7C7C7;
$header-menu-color: #c7c7c7;
$header-menu-color-disabled: #666;
$header-menu-heading-color: #fff;
$header-menu-sublabel-color: #aeaeae;
$header-menu-background: #121212;
$header-menu-item-hover: #323232;
$header-menu-item-border-active: #777677;
$headerMenuItemDivider: #464646;
$headerMenuCaret: #C7C7C7;
$headerMenuCaret: #c7c7c7;

$vcCommitShaColor: #ffc600;

$dnd-background: rgba(0, 0, 0, 0.3);
$dnd-color: #fff;

$notification-border-default: #325C80;
$notification-border-default: #325c80;
$notification-border-success: $border-color-success;
$notification-border-warning: $border-color-warning;
$notification-border-error: $border-color-error;

$debug-message-background: $secondary-background;
$debug-message-background-hover: $secondary-background-selected;

$debug-message-text-color: #E1EFFF;
$debug-message-text-color-meta: #9EFFFF;
$debug-message-text-color-object-key: #2AFFDF;
$debug-message-text-color: #e1efff;
$debug-message-text-color-meta: #9effff;
$debug-message-text-color-object-key: #2affdf;
$debug-message-text-color-msg-type-other: #4e94ce;
$debug-message-text-color-msg-type-string: #ce9178;
$debug-message-text-color-msg-type-null: #aaaaaa;
$debug-message-text-color-msg-type-meta: #c586c0;
$debug-message-text-color-msg-type-number: #b5cea8;

$debug-message-border: $primary-background;
$debug-message-border-hover: #234E6D;
$debug-message-border-hover: #234e6d;
$debug-message-border-warning: $border-color-warning;
$debug-message-border-error: $border-color-error;

Expand All @@ -300,4 +289,4 @@ $tab-icon-color: rgba($primary-text-color, 0.2);
// Deprecated
$text-color-green: $text-color-success;
$info-text-code-color: $text-color-code;
$info-text-link-color: $text-color-link;
$info-text-link-color: $text-color-link;

0 comments on commit a7859d4

Please # to comment.