|
@@ -70,12 +70,12 @@ $config-global: (
|
|
/* Colors */
|
|
/* Colors */
|
|
"color": (
|
|
"color": (
|
|
"primary": (
|
|
"primary": (
|
|
- "default": black,
|
|
|
|
|
|
+ "default": #000000,
|
|
"hover": #FF7A5C,
|
|
"hover": #FF7A5C,
|
|
),
|
|
),
|
|
"secondary": (
|
|
"secondary": (
|
|
"default": #FF7A5C,
|
|
"default": #FF7A5C,
|
|
- "hover": darkred,
|
|
|
|
|
|
+ "hover": #8B0000,
|
|
),
|
|
),
|
|
"foreground": (
|
|
"foreground": (
|
|
"default": #444444,
|
|
"default": #444444,
|
|
@@ -83,7 +83,7 @@ $config-global: (
|
|
"dark": #111111, // must be accessible against background
|
|
"dark": #111111, // must be accessible against background
|
|
),
|
|
),
|
|
"background": (
|
|
"background": (
|
|
- "default": white,
|
|
|
|
|
|
+ "default": #FFFFFF,
|
|
"light": #FAFAFA, // must be accessible against foreground-default
|
|
"light": #FAFAFA, // must be accessible against foreground-default
|
|
"dark": #DDDDDD, // must be accessible against foreground-default
|
|
"dark": #DDDDDD, // must be accessible against foreground-default
|
|
),
|
|
),
|
|
@@ -98,9 +98,9 @@ $config-global: (
|
|
"warning": #ffcf49,
|
|
"warning": #ffcf49,
|
|
"error": #FF7A5C,
|
|
"error": #FF7A5C,
|
|
),
|
|
),
|
|
- "text-selection": lightblue,
|
|
|
|
- "black": black,
|
|
|
|
- "white": white,
|
|
|
|
|
|
+ "text-selection": #add8e6,
|
|
|
|
+ "black": #000000,
|
|
|
|
+ "white": #FFFFFF,
|
|
),
|
|
),
|
|
|
|
|
|
/* Spacing */
|
|
/* Spacing */
|