Skip to content

Instantly share code, notes, and snippets.

@kcliu
Created March 29, 2017 08:22
Show Gist options
  • Save kcliu/836b0d66bad419400ee7128b2ef09915 to your computer and use it in GitHub Desktop.
Save kcliu/836b0d66bad419400ee7128b2ef09915 to your computer and use it in GitHub Desktop.
app params
params: {
template: 0,
avatar: {
name: 'AVATAR NAME',
title: 'TITLE',
color: '#2c2c2c',
background: '#efefef',
},
chatArea: {
background: '#e4e4e4',
},
message: {
description: '#2c2c2c',
background: '#fff',
price: '#2c2c2c',
orignalPrice: '#c2c2c2',
buyNow: '#fa1100',
},
newMessage: {
color: '#fff',
background: '#2c2c2c',
},
icon: {
normal: '#8a8a8a',
active: '#2c2c2c',
},
notification: {
background: 'rgba(255, 255, 255, 0.9)',
description: '#2c2c2c',
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment