MikaFil commited on
Commit
080f9e5
·
verified ·
1 Parent(s): d4444be

Update EARCARE/acs_pro/config.json

Browse files
Files changed (1) hide show
  1. EARCARE/acs_pro/config.json +5 -5
EARCARE/acs_pro/config.json CHANGED
@@ -10,12 +10,12 @@
10
  "aspect": "16:9",
11
 
12
  "colorChoices": [
13
- { "title": "Noir", "color": [0, 0, 0], "emit": [0, 0, 0], "boolTrans": 0, "colorBg": [0.1, 0.8, 0.8], "swatch": "#090A0BFF" },
14
  { "title": "GrisTrans", "color": [0.3, 0.3, 0.3], "emit": [0.3, 0.3, 0.3], "boolTrans": 1, "colorBg": [0.8, 0.8, 0.8], "swatch": "#313B44FF" },
15
- { "title": "BlancTrans", "color": [1, 1, 1], "emit": [1, 1, 1], "boolTrans": 1, "colorBg": [0.8, 0.2, 0.8], "swatch": "#ddd" },
16
- { "title": "Blanc", "color": [0, 0, 0], "emit": [0.8, 0.8, 0.8], "boolTrans": 0, "colorBg": [0.1, 0.8, 0.2], "swatch": "#fff" },
17
- { "title": "Vert", "color": [0, 0.55, 0], "emit": [0, 0.6, 0.01], "boolTrans": 0, "colorBg": [0.4, 0.8, 0.1], "swatch": "#14C721FF"},
18
- { "title": "TurquoiseTrans", "color": [0.1, 0.6, 0.5], "emit": [0.1, 0.6, 0.5], "boolTrans": 1, "colorBg": [0.4, 0.8, 0.1], "swatch": "#55C7C1FF"},
19
  { "title": "Rouge", "color": [0.7, 0.05, 0.05], "emit": [0.372, 0.07, 0.003], "boolTrans": 0, "colorBg": [0.8, 0.8, 0.8], "swatch": "#d00" },
20
  { "title": "Rose", "color": [1, 0.5, 0.4], "emit": [0.8, 0.40, 0.79], "boolTrans": 0, "colorBg": [0.8, 0.8, 0.8], "swatch": "#E49CCFFF" },
21
  { "title": "RoseTrans", "color": [1, 0.75, 0.79], "emit": [1, 0.75, 0.79], "boolTrans": 1, "colorBg": [0.8, 0.8, 0.8], "swatch": "#E50CCFF1" }
 
10
  "aspect": "16:9",
11
 
12
  "colorChoices": [
13
+ { "title": "Noir", "color": [0, 0, 0], "emit": [0, 0, 0], "boolTrans": 0, "colorBg": [0.8, 0.8, 0.8], "swatch": "#090A0BFF" },
14
  { "title": "GrisTrans", "color": [0.3, 0.3, 0.3], "emit": [0.3, 0.3, 0.3], "boolTrans": 1, "colorBg": [0.8, 0.8, 0.8], "swatch": "#313B44FF" },
15
+ { "title": "BlancTrans", "color": [1, 1, 1], "emit": [1, 1, 1], "boolTrans": 1, "colorBg": [0.8, 0.8, 0.8], "swatch": "#ddd" },
16
+ { "title": "Blanc", "color": [0, 0, 0], "emit": [0.8, 0.8, 0.8], "boolTrans": 0, "colorBg": [0.5, 0.5, 1], "swatch": "#fff" },
17
+ { "title": "Vert", "color": [0, 0.55, 0], "emit": [0, 0.6, 0.01], "boolTrans": 0, "colorBg": [0.8, 0.8, 0.8], "swatch": "#14C721FF"},
18
+ { "title": "TurquoiseTrans", "color": [0.1, 0.6, 0.5], "emit": [0.1, 0.6, 0.5], "boolTrans": 1, "colorBg": [0.8, 0.8, 0.8], "swatch": "#55C7C1FF"},
19
  { "title": "Rouge", "color": [0.7, 0.05, 0.05], "emit": [0.372, 0.07, 0.003], "boolTrans": 0, "colorBg": [0.8, 0.8, 0.8], "swatch": "#d00" },
20
  { "title": "Rose", "color": [1, 0.5, 0.4], "emit": [0.8, 0.40, 0.79], "boolTrans": 0, "colorBg": [0.8, 0.8, 0.8], "swatch": "#E49CCFFF" },
21
  { "title": "RoseTrans", "color": [1, 0.75, 0.79], "emit": [1, 0.75, 0.79], "boolTrans": 1, "colorBg": [0.8, 0.8, 0.8], "swatch": "#E50CCFF1" }