Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.32 KB | None | 0 0
  1. {
  2.     "Standard": {
  3.         "Body": {
  4.             "Background": "#FDF6E3FF",
  5.             "Text": "#073642FF",
  6.             "Border": "#00000000"
  7.         },
  8.         "Header": {
  9.             "Background": "#002B36FF",
  10.             "Text": "#B58900FF",
  11.             "Border": "#B58900FF"
  12.         },
  13.         "SubHeader": {
  14.             "Background": "#00000000",
  15.             "Text": "#002B36FF",
  16.             "Border": "#00000000"
  17.         },
  18.         "Label": {
  19.             "Background": "#00000000",
  20.             "Text": "#002B36FF",
  21.             "Border": "#00000000"
  22.         },
  23.         "PushButton": {
  24.             "ColorStates": [
  25.                 {
  26.                     "state": "Normal",
  27.                     "colors": {
  28.                         "Background": "#EEE8D5FF",
  29.                         "Text": "#002B36FF",
  30.                         "Border": "#002B36FF"
  31.                     }
  32.                 },
  33.                 {
  34.                     "state": "Highlighted",
  35.                     "colors": {
  36.                         "Background": "#EEE8D5FF",
  37.                         "Text": "#B58900FF",
  38.                         "Border": "#B58900FF"
  39.                     }
  40.                 },
  41.                 {
  42.                     "state": "Pressed",
  43.                     "colors": {
  44.                         "Background": "#93A1A1FF",
  45.                         "Text": "#CB4B16FF",
  46.                         "Border": "#CB4B16FF"
  47.                     }
  48.                 },
  49.                 {
  50.                     "state": "Disabled",
  51.                     "colors": {
  52.                         "Background": "#FDF6E3FF",
  53.                         "Text": "#657B83FF",
  54.                         "Border": "#657B83FF"
  55.                     }
  56.                 }
  57.             ]
  58.         },
  59.         "OptionButton": {
  60.             "ColorStates": [
  61.                 {
  62.                     "state": "Normal",
  63.                     "colors": {
  64.                         "Background": "#EEE8D5FF",
  65.                         "Text": "#002B36FF",
  66.                         "Border": "#002B36FF"
  67.                     }
  68.                 },
  69.                 {
  70.                     "state": "Highlighted",
  71.                     "colors": {
  72.                         "Background": "#EEE8D5FF",
  73.                         "Text": "#B58900FF",
  74.                         "Border": "#B58900FF"
  75.                     }
  76.                 },
  77.                 {
  78.                     "state": "Pressed",
  79.                     "colors": {
  80.                         "Background": "#93A1A1FF",
  81.                         "Text": "#CB4B16FF",
  82.                         "Border": "#CB4B16FF"
  83.                     }
  84.                 },
  85.                 {
  86.                     "state": "Selected",
  87.                     "colors": {
  88.                         "Background": "#EEE8D5FF",
  89.                         "Text": "#002B36FF",
  90.                         "Border": "#002B36FF"
  91.                     }
  92.                 },
  93.                 {
  94.                     "state": "Disabled",
  95.                     "colors": {
  96.                         "Background": "#FDF6E3FF",
  97.                         "Text": "#657B83FF",
  98.                         "Border": "#657B83FF"
  99.                     }
  100.                 }
  101.             ]
  102.         },
  103.         "Input": {
  104.             "ColorStates": [
  105.                 {
  106.                     "state": "Normal",
  107.                     "colors": {
  108.                         "Background": "#FDF6E3FF",
  109.                         "Text": "#002B36FF",
  110.                         "Border": "#002B36FF"
  111.                     }
  112.                 },
  113.                 {
  114.                     "state": "Highlighted",
  115.                     "colors": {
  116.                         "Background": "#FDF6E3FF",
  117.                         "Text": "#B58900FF",
  118.                         "Border": "#B58900FF"
  119.                     }
  120.                 },
  121.                 {
  122.                     "state": "Pressed",
  123.                     "colors": {
  124.                         "Background": "#FDF6E3FF",
  125.                         "Text": "#002B36FF",
  126.                         "Border": "#002B36FF"
  127.                     }
  128.                 },
  129.                 {
  130.                     "state": "Disabled",
  131.                     "colors": {
  132.                         "Background": "#FDF6E3FF",
  133.                         "Text": "#657B83FF",
  134.                         "Border": "#657B83FF"
  135.                     }
  136.                 }
  137.             ]
  138.         },
  139.         "ActionButton": {
  140.             "ColorStates": [
  141.                 {
  142.                     "state": "Normal",
  143.                     "colors": {
  144.                         "Background": "#EEE8D5FF",
  145.                         "Text": "#002B36FF",
  146.                         "Border": "#002B36FF"
  147.                     }
  148.                 },
  149.                 {
  150.                     "state": "Highlighted",
  151.                     "colors": {
  152.                         "Background": "#EEE8D5FF",
  153.                         "Text": "#B58900FF",
  154.                         "Border": "#B58900FF"
  155.                     }
  156.                 },
  157.                 {
  158.                     "state": "Pressed",
  159.                     "colors": {
  160.                         "Background": "#93A1A1FF",
  161.                         "Text": "#CB4B16FF",
  162.                         "Border": "#CB4B16FF"
  163.                     }
  164.                 },
  165.                 {
  166.                     "state": "Disabled",
  167.                     "colors": {
  168.                         "Background": "#FDF6E3FF",
  169.                         "Text": "#657B83FF",
  170.                         "Border": "#657B83FF"
  171.                     }
  172.                 }
  173.             ]
  174.         }
  175.     },
  176.     "Inverted": {
  177.         "Body": {
  178.             "Background": "",
  179.             "Text": "",
  180.             "Border": ""
  181.         },
  182.         "Header": {
  183.             "Background": "",
  184.             "Text": "",
  185.             "Border": ""
  186.         },
  187.         "SubHeader": {
  188.             "Background": "",
  189.             "Text": "",
  190.             "Border": ""
  191.         },
  192.         "Label": {
  193.             "Background": "",
  194.             "Text": "",
  195.             "Border": ""
  196.         },
  197.         "PushButton": {
  198.             "ColorStates": []
  199.         },
  200.         "OptionButton": {
  201.             "ColorStates": []
  202.         },
  203.         "Input": {
  204.             "ColorStates": []
  205.         },
  206.         "ActionButton": {
  207.             "ColorStates": []
  208.         }
  209.     }
  210. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement