palette tweak
This commit is contained in:
24
theme.js
24
theme.js
@@ -1,19 +1,21 @@
|
|||||||
import Color from "color";
|
import Color from "color";
|
||||||
|
|
||||||
|
|
||||||
export const green = '#35D721';
|
// export const green = '#35D721';
|
||||||
export const red = '#DD1A10';
|
// export const red = '#DD1A10';
|
||||||
export const yellow = '#FFDE00';
|
export const green = '#009F49'
|
||||||
export const orange = '#F58A00';
|
export const red = '#BD0D26'
|
||||||
export const blue = '#1666EB';
|
export const yellow = '#FFDE00'
|
||||||
export const gray = '#969696';
|
export const orange = '#F58A00'
|
||||||
export const purple = '#892ABF';
|
export const blue = '#1666EB'
|
||||||
export const white = '#FFFFFF';
|
export const gray = '#969696'
|
||||||
export const black = '#000000';
|
export const purple = '#892ABF'
|
||||||
|
export const white = '#FFFFFF'
|
||||||
|
export const black = '#000000'
|
||||||
|
|
||||||
// adjust this number upwards to make the TradingView palette brighter and downwards for darker
|
// adjust this number upwards to make the TradingView palette brighter and downwards for darker
|
||||||
const lightMiddleShadeIndex = 7
|
const lightMiddleShadeIndex = 9
|
||||||
const darkMiddleShadeIndex = 5
|
const darkMiddleShadeIndex = 9
|
||||||
|
|
||||||
const numShades = 20
|
const numShades = 20
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user