芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/blocksy-companion/static/js/editor/blocks/search/colors.js
import { getColorsDefaults } from '../../utils/colors' export const colors = { inputFontColor: '', customInputFontColor: '', inputFontColorFocus: '', customInputFontColorFocus: '', inputIconColor: '', customInputIconColor: '', inputIconColorFocus: '', customInputIconColorFocus: '', inputBorderColor: '', customInputBorderColor: '', inputBorderColorFocus: '', customInputBorderColorFocus: '', inputBackgroundColor: '', customInputBackgroundColor: '', inputBackgroundColorFocus: '', customInputBackgroundColorFocus: '', buttonBackgroundColor: '', customButtonBackgroundColor: '', buttonBackgroundColorHover: '', customButtonBackgroundColorHover: '', dropdownTextInitialColor: '', customDropdownTextInitialColor: '', dropdownTextHoverColor: '', customDropdownTextHoverColor: '', dropdownBackgroundColor: '', customDropdownBackgroundColor: '', shadowColor: '', customShadowColor: '', } export const colorsDefaults = getColorsDefaults(colors)