Niharika29 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348521 )

Change subject: Swap parser function and assessment template colors
......................................................................

Swap parser function and assessment template colors

Bug: T162206
Change-Id: I2d8705a8ec44c668aebc4728cd84e0953cd497a1
---
M resources/mode/mediawiki/mediawiki.css
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CodeMirror 
refs/changes/21/348521/1

diff --git a/resources/mode/mediawiki/mediawiki.css 
b/resources/mode/mediawiki/mediawiki.css
index 55aec4a..ecbcc13 100644
--- a/resources/mode/mediawiki/mediawiki.css
+++ b/resources/mode/mediawiki/mediawiki.css
@@ -22,12 +22,12 @@
 pre.cm-mw-section-6 { font-weight: bold; }
 .cm-mw-section-header { color: #08f; font-weight: normal; }
 
-.cm-mw-template { color: #a11; font-weight: normal; }
-.cm-mw-template-name { color: #a11; font-weight: bold; }
+.cm-mw-template { color: #70a; font-weight: normal; }
+.cm-mw-template-name { color: #70a; font-weight: bold; }
 .cm-mw-template-name-mnemonic { font-weight: normal; }
-.cm-mw-template-argument-name { color: #a11; font-weight: bold; }
-.cm-mw-template-delimiter { color: #a11; font-weight: bold; }
-.cm-mw-template-bracket { color: #a11; font-weight: bold; }
+.cm-mw-template-argument-name { color: #70a; font-weight: bold; }
+.cm-mw-template-delimiter { color: #70a; font-weight: bold; }
+.cm-mw-template-bracket { color: #70a; font-weight: bold; }
 
 .cm-mw-templatevariable { color: #f50; font-weight: normal; }
 .cm-mw-templatevariable-name { color: #f50; font-weight: bold; }
@@ -35,9 +35,9 @@
 .cm-mw-templatevariable-delimiter { color: #f50; font-weight: bold; }
 
 .cm-mw-parserfunction { font-weight: normal; }
-.cm-mw-parserfunction-name { color: #70a; font-weight: bold; }
-.cm-mw-parserfunction-bracket { color: #70a; font-weight: bold; }
-.cm-mw-parserfunction-delimiter { color: #70a; font-weight: bold; }
+.cm-mw-parserfunction-name { color: #a11; font-weight: bold; }
+.cm-mw-parserfunction-bracket { color: #a11; font-weight: bold; }
+.cm-mw-parserfunction-delimiter { color: #a11; font-weight: bold; }
 
 pre.cm-mw-exttag { background-image: url( img/ext2.png ); }
 .cm-mw-exttag { background-image: url( img/ext4.png ); }

-- 
To view, visit https://gerrit.wikimedia.org/r/348521
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d8705a8ec44c668aebc4728cd84e0953cd497a1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CodeMirror
Gerrit-Branch: master
Gerrit-Owner: Niharika29 <nko...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to