ridecabrider
Version:
RideCab Customer Ride Booking All Over Cyprus, Live Driver Tracking, Wallet, Payment Methods
55 lines (53 loc) • 1.13 kB
JavaScript
export const theme = {
FONT_ONE:'Roboto-Bold',
FONT_SIZE_BUTTONS: 18,
BUTTON_BLUE:'#47668B',
BUTTON_SKY: 'rgba(57,137,233,1)',
BUTTON_YELLOW:'#F9C667',
BUTTON_PRIMARY:'#1E81D3',
BUTTON_TEXT:'#fff',
};
export const colors = {
TRANSPARENT: 'transparent',
WHITE: '#fff',
BLACK: '#000',
RED: 'red',
SKY: '#1E81D3',
DARK: "#070807",
DEEP_SKY:"#0370bc",
LIGHT_RED:"#FF2121",
GREY: {
default: '#243235',
primary:"#f5f1f1",
secondary: "#9b9b9b",
btnPrimary:'#666666',
btnSecondary: "#ababab",
iconPrimary: "#c8c8c8",
iconSecondary: "#3d3d3d",
background: "rgba(22,22,22,0.8)",
Smoke_Grey:"#dcdcdc",
Trolley_Grey:"#808080",
border:"#d6d6d6",
Deep_Nobel:"#9f9f9f",
whiteish:"#E5E3E3",
},
BLUE: {
default: "blue",
primary: "rgba(111, 202, 186, 1)",
secondary: "#007aff",
light: "#8ec4e6",
dark: "#111b1e",
sky: "#4a90e2",
Deep_Blue:"#0386e1",
},
YELLOW: {
primary: "#fda33b",
secondary: "#ffe446",
light: "#dbd6a0"
},
GREEN: {
default: "green",
background: "#2e342d",
light: "#32db64",
},
}