summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/styles/themes/app-theme.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/styles/themes/app-theme.html')
-rw-r--r--polygerrit-ui/app/styles/themes/app-theme.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/polygerrit-ui/app/styles/themes/app-theme.html b/polygerrit-ui/app/styles/themes/app-theme.html
index fba3e978bd..ec445ae181 100644
--- a/polygerrit-ui/app/styles/themes/app-theme.html
+++ b/polygerrit-ui/app/styles/themes/app-theme.html
@@ -109,6 +109,8 @@ limitations under the License.
--tooltip-text-color: #fff;
--syntax-default-color: var(--primary-text-color);
+ --syntax-attribute-color: var(--primary-text-color);
+ --syntax-function-color: #e90;
--syntax-meta-color: #FF1717;
--syntax-keyword-color: #9E0069;
--syntax-number-color: #164;
@@ -130,6 +132,7 @@ limitations under the License.
--syntax-regexp-color: #FA8602;
--syntax-selector-attr-color: #FA8602;
--syntax-template-tag-color: #FA8602;
+ --syntax-param-color: var(--primary-text-color);
}
@media screen and (max-width: 50em) {
:root {