Merged in [9653] from rjsparks@nostrum.com:

Capture \'art\' colors in two more places.
 - Legacy-Id: 9676
Note: SVN reference [9653] has been migrated to Git commit 3a5f14425cd0982e7740aad55e579ee0543500ac
This commit is contained in:
Henrik Levkowetz 2015-06-22 19:50:28 +00:00
parent f45c124427
commit b77811386b
2 changed files with 4 additions and 0 deletions

View file

@ -96,6 +96,7 @@
var fg = {
'app': "#008",
'art': "#808",
'gen': "#080",
'int': "#088",
'ops': "#800",
@ -109,6 +110,7 @@
var bg = {
'app': "#eef",
'art': "#fef",
'gen': "#efe",
'int': "#eff",
'ops': "#fee",

View file

@ -96,6 +96,7 @@
var fg = {
'app': "#008",
'art': "#808",
'gen': "#080",
'int': "#088",
'ops': "#800",
@ -109,6 +110,7 @@
var bg = {
'app': "#eef",
'art': "#fef",
'gen': "#efe",
'int': "#eff",
'ops': "#fee",