-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSelectedSequentialPartyMode.scpt
12 lines (9 loc) · 2.3 KB
/
SelectedSequentialPartyMode.scpt
1
2
3
4
5
6
7
8
9
10
11
12
set color_values to {{42148, 34952, 58082},{37779, 8224, 37522},{40349, 19275, 59367},{42662, 12336, 56283},{43947, 20303, 54741},{51400, 29041, 56283},{58082, 35209, 56797},{58596, 45746, 58339},{62451, 39835, 61937},{65535, 16448, 65535},{56283, 15677, 41377},{54227, 13107, 38807},{49087, 17990, 29555},{58339, 34695, 41891},{65535, 50372, 52428},{65535, 52428, 54484},{65535, 14649, 41891},{65535, 33667, 49601},{65535, 9766, 0},{65535, 23901, 0},{65535, 31354, 22616},{62708, 38293, 37522},{65535, 37779, 25186},{65535, 40349, 0},{65535, 37522, 0},{65535, 45232, 35980},{64764, 38293, 33924},{61166, 42919, 35980},{43690, 31097, 16705},{49601, 13621, 11308},{56540, 32125, 9766},{56283, 49344, 40349},{63479, 46003, 29298},{63479, 58339, 49344},{63479, 63222, 58082},{58853, 50372, 39064},{55255, 38807, 20303},{45489, 25957, 14906},{40349, 22359, 5911},{55512, 29298, 28270},{51400, 41377, 41120},{50629, 38550, 1542},{58082, 45746, 10280},{61937, 57825, 37779},{65535, 56540, 0},{65278, 64507, 0},{65278, 65278, 58853},{64250, 64250, 56026},{61937, 60395, 47288},{62451, 59881, 40349},{51400, 49858, 32125},{32125, 40092, 11565},{9252, 39321, 11308},{43176, 53970, 16448},{13621, 53713, 16448},{47288, 64250, 15420},{0, 63222, 43690},{35980, 63993, 0},{0, 63993, 0},{35209, 63479, 0},{0, 64250, 37265},{42405, 63736, 43176},{6939, 48573, 47288},{17990, 48573, 33924},{14135, 39578, 27242},{40863, 50886, 41120},{26471, 31868, 15677},{0, 29812, 0},{36237, 64764, 56540},{30069, 54484, 47288},{28784, 44461, 44975},{58853, 65278, 65535},{0, 64764, 65535},{18504, 58339, 55769},{21331, 55255, 54741},{0, 54741, 55769},{48059, 61680, 61937},{48316, 58853, 60395},{47802, 57311, 60395},{48573, 53199, 58596},{21845, 38293, 49601},{38807, 55255, 64507},{38550, 55255, 61423},{0, 51914, 65535},{7710, 42148, 65535},{1028, 12850, 65535},{20817, 33153, 59367},{514, 10280, 54998},{38550, 35209, 65535},{36494, 33153, 61937},{32125, 29555, 54998},{23130, 21074, 40092},{30326, 43176, 61680},{257, 6168, 37522},{8481, 10537, 33667},{56283, 56283, 56283},{51657, 51657, 51657},{35209, 39578, 43433},{33410, 37522, 41377},{31868, 31868, 31868},{15420, 24929, 24929}}
repeat
repeat with i from 1 to length of color_values
tell application "Terminal"
set background color of first window to item i of color_values
end tell
delay .15
end repeat
end repeat