Cleanup of Monokai code view theme jv
authorPatrik Svestka <patrik.svestka@gmail.com>
Thu, 25 Nov 2021 11:55:51 +0100
branchjv
changeset 19622 8071191027ab
parent 19621 1cb1e6ba9f20
child 19626 2df93f7a6e39
Cleanup of Monokai code view theme
Monokai.st
--- a/Monokai.st	Mon Nov 22 12:32:59 2021 +0100
+++ b/Monokai.st	Thu Nov 25 11:55:51 2021 +0100
@@ -19,10 +19,9 @@
 
 CodeViewTheme subclass:#Monokai
 	instanceVariableNames:''
-	classVariableNames:'Base03 Base02 Base00 Base0 Base1 Yellow Red Magenta Violet Cyan
-		Grey OtherYellow White BlackPro YellowPro OrangePro Orange
-		PinkPro Pink BluePro Blue PurplePro Purple GreenPro Green Brown
-		Sand BlackOther BlackMonokai'
+	classVariableNames:'BlackMonokai BlackOther BlackPro Blue BluePro Brown Green
+		GreenPro Grey Magenta Orange OrangePro Pink PinkPro Purple
+		PurplePro Red Sand White Yellow YellowPro'
 	poolDictionaries:''
 	category:'Views-Text-Theme'
 !
@@ -162,11 +161,11 @@
     "the emphasis used for classVar/classInstVar identifiers
      If syntaxColoring is turned on."
      
-    ^ #italic "/Array with: #italic with: #bold
+    ^ #italic
 
     "Created: / 04-11-2021 / 13:53:06 / svestkap"
     "Modified: / 08-11-2021 / 16:11:31 / Patrik Svestka <patrik.svestka@gmail.com>"
-    "Modified (comment): / 09-11-2021 / 10:54:26 / Patrik Svestka <patrik.svestka@gmail.com>"
+    "Modified (comment): / 25-11-2021 / 11:52:29 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 collectionEnumerationSelectorColor
@@ -219,12 +218,13 @@
     "the color used for constants;
      If syntaxColoring is turned on."
 
-    ^ GreenPro "/ Magenta lighter
+    ^ GreenPro
 
     "Created: / 15-12-2017 / 22:56:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 16-01-2019 / 19:12:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 04-11-2021 / 16:30:08 / svestkap"
     "Modified: / 09-11-2021 / 12:02:49 / Patrik Svestka <patrik.svestka@gmail.com>"
+    "Modified (comment): / 25-11-2021 / 11:52:43 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 constantEmphasis
@@ -317,9 +317,13 @@
 !
 
 errorEmphasis
+    "The emphasis used for raise an error;
+     If syntaxColoring is turned on."
+     
     ^ (Array with:#underwave with:(#underlineColor->Red))
 
     "Created: / 20-12-2017 / 22:51:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 25-11-2021 / 11:54:13 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 errorRaisingSelectorColor