Created
October 3, 2012 17:03
-
-
Save thachhoang/3828332 to your computer and use it in GitHub Desktop.
Theme colors shown in the pickers for text/fill colors in Excel 2007.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private var colors:Array = [ | |
0xffffff, 0x000000, 0xeeece1, 0x1f497d, 0x4f81bd, 0xc0504d, 0x9bbb59, 0x8064a2, 0x4bacc6, 0xf79646, | |
0xf2f2f2, 0x808080, 0xddd9c3, 0xc5d9f1, 0xdbe5f1, 0xf2dddc, 0xeaf1dd, 0xe5e0ec, 0xdbeef3, 0xfde9d9, | |
0xd8d8d8, 0x5a5a5a, 0xc5be97, 0x8db4e3, 0xb8cce4, 0xe6b9b8, 0xd7e4bc, 0xccc0da, 0xb6dde8, 0xfcd5b4, | |
0xbfbfbf, 0x404040, 0x948b54, 0x538ed5, 0x95b3d7, 0xd99795, 0xc2d69a, 0xb2a1c7, 0x93cddd, 0xfac090, | |
0xa5a5a5, 0x272727, 0x4a452a, 0x17375d, 0x376091, 0x953735, 0x75923c, 0x60497b, 0x31849b, 0xe46d0a, | |
0x7f7f7f, 0x0d0d0d, 0x1d1b11, 0x0f253f, 0x254061, 0x632523, 0x4f6228, 0x3f3151, 0x215867, 0x974807 | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment