mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Copied over _base.scss + adjusted the comments
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6,8 +6,6 @@ const contrastTheme = {
|
||||
...defaultTheme,
|
||||
|
||||
/* contrast overrides */
|
||||
background: '#ccf',
|
||||
|
||||
backgroundColor: color('white'),
|
||||
backgroundDarkerColor: color('purple200'),
|
||||
backgroundDarkerSecondaryColor: color('purple200'),
|
||||
|
||||
@@ -2,8 +2,6 @@ import { color } from 'weaveworks-ui-components/lib/theme/selectors';
|
||||
import { transparentize } from 'polished';
|
||||
|
||||
const defaultTheme = {
|
||||
background: '#fcc',
|
||||
|
||||
backgroundColor: color('gray50'), // $background-color: $color-gray-50;
|
||||
backgroundDarkColor: color('purple900'), // $background-dark-color: $color-purple-900;
|
||||
backgroundDarkerColor: color('purple100'), // $background-darker-color: $color-purple-100;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user