Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Mar 7, 2019
1 parent a2facec commit 4cb94bf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/themes/eui/eui_colors_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ $euiShadowColorLarge: #000;

// Visualization colors

$euiColorVis0: #00B3A4 !default;
$euiColorVis1: #3185FC !default;
$euiColorVis2: #DB1374 !default;
$euiColorVis3: #490092 !default;
$euiColorVis4: #FEB6DB !default;
$euiColorVis5: #E6C220 !default;
$euiColorVis6: #BFA180 !default;
$euiColorVis7: #F98510 !default;
$euiColorVis8: #461A0A !default;
$euiColorVis9: #920000 !default;
$euiColorVis0: #00B3A4;
$euiColorVis1: #3185FC;
$euiColorVis2: #DB1374;
$euiColorVis3: #490092;
$euiColorVis4: #FEB6DB;
$euiColorVis5: #E6C220;
$euiColorVis6: #BFA180;
$euiColorVis7: #F98510;
$euiColorVis8: #461A0A;
$euiColorVis9: #920000;

// Code

Expand Down

1 comment on commit 4cb94bf

@cchaos
Copy link
Contributor

@cchaos cchaos commented on 4cb94bf Mar 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@snide If these are the same colors as the light theme, it might be nice to keep the ! default so their still overridable by custom themes?

Please sign in to comment.