Require the use of hex, rgb, rgba or rainbow for colors and refactor config types
This commit is contained in:
parent
436abf682f
commit
a96fa1622b
14 changed files with 178 additions and 147 deletions
|
|
@ -1,5 +1,7 @@
|
|||
// @flow
|
||||
import { hex, rgb, rgba, rainbow, esper_topics, esper_statistics } from "./utils";
|
||||
import type { Config } from "config/types";
|
||||
import { hex, rgb, rgba, rainbow } from "config/colors";
|
||||
import { esper_topics, esper_statistics } from "./utils";
|
||||
|
||||
const config : Config = {
|
||||
space: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue