Revert the orange syntax highlighting for functions.

The changes were introduced in Change Id07e34e33.

Bug: Issue 10658
Change-Id: I65edee2bb877cbe588027f717b2a6b6e0a1e1280
(cherry picked from commit 4d6f3309d0)
This commit is contained in:
brohlfs 2019-03-27 16:59:31 +01:00 committed by Ben Rohlfs
parent dc9e7bfc5a
commit 4bf00def60

View File

@ -110,7 +110,7 @@ limitations under the License.
--syntax-default-color: var(--primary-text-color);
--syntax-attribute-color: var(--primary-text-color);
--syntax-function-color: #e90;
--syntax-function-color: var(--primary-text-color);
--syntax-meta-color: #FF1717;
--syntax-keyword-color: #9E0069;
--syntax-number-color: #164;