palette tweak

This commit is contained in:
tim
2024-10-16 17:04:02 -04:00
parent 1b0f591c09
commit 9fd768c9a1

View File

@@ -1,19 +1,21 @@
import Color from "color";
export const green = '#35D721';
export const red = '#DD1A10';
export const yellow = '#FFDE00';
export const orange = '#F58A00';
export const blue = '#1666EB';
export const gray = '#969696';
export const purple = '#892ABF';
export const white = '#FFFFFF';
export const black = '#000000';
// export const green = '#35D721';
// export const red = '#DD1A10';
export const green = '#009F49'
export const red = '#BD0D26'
export const yellow = '#FFDE00'
export const orange = '#F58A00'
export const blue = '#1666EB'
export const gray = '#969696'
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
const lightMiddleShadeIndex = 7
const darkMiddleShadeIndex = 5
const lightMiddleShadeIndex = 9
const darkMiddleShadeIndex = 9
const numShades = 20