Minor refinements of Jan's Monokai code view theme tweaks jv
authorPatrik Svestka <patrik.svestka@gmail.com>
Fri, 19 Nov 2021 14:35:04 +0100
branchjv
changeset 19620 8d670b9a4937
parent 19619 3375d0ef9023
child 19621 1cb1e6ba9f20
Minor refinements of Jan's Monokai code view theme tweaks This patch changes the following: - self displayed italic with the OrangePro color used - red (underwave) hopefully less strainful for the eyes
Monokai.st
--- a/Monokai.st	Mon Nov 15 20:19:27 2021 +0000
+++ b/Monokai.st	Fri Nov 19 14:35:04 2021 +0100
@@ -87,15 +87,15 @@
     Brown := Color rgbValue: 16r74715e.
     Sand := Color rgbValue: 16reee8d5.
     BlackOther := Color rgbValue: 16r2e2e2e.
-    Red := Color rgbValue: 16rcc0000.
+    Red := Color rgbValue: 16rff5252.
     Magenta := Color rgbValue: 16rd33682. 
     Grey := Color rgbValue: 16r595959.
     White := Color rgbValue: 16rd6d6d6.
 
     "Modified: / 11-12-2017 / 16:23:59 / jv"
     "Modified: / 04-11-2021 / 14:26:17 / svestkap"
-    "Modified: / 09-11-2021 / 10:58:48 / Patrik Svestka <patrik.svestka@gmail.com>"
     "Modified: / 15-11-2021 / 20:08:13 / Jan Vrany <jan.vrany@labware.com>"
+    "Modified: / 18-11-2021 / 09:32:16 / Patrik Svestka <patrik.svestka@gmail.com>"
 ! !
 
 !Monokai methodsFor:'styles'!
@@ -242,11 +242,11 @@
     "the color used for some selected controlFlow selectors (such as if, while etc.);
      If syntaxColoring is turned on."
      
-    ^ Orange "/PinkPro "/Magenta lighter "/GreenPro
+    ^ OrangePro
 
     "Created: / 04-11-2021 / 15:50:56 / svestkap"
-    "Modified (format): / 09-11-2021 / 12:05:02 / Patrik Svestka <patrik.svestka@gmail.com>"
     "Modified: / 15-11-2021 / 20:11:33 / Jan Vrany <jan.vrany@labware.com>"
+    "Modified (comment): / 17-11-2021 / 09:57:32 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 controlFlowSelectorEmphasis
@@ -313,6 +313,7 @@
     ^ Red
 
     "Created: / 05-11-2021 / 14:04:51 / Patrik Svestka <patrik.svestka@gmail.com>"
+    "Modified: / 17-11-2021 / 08:54:04 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 errorEmphasis
@@ -406,8 +407,7 @@
     ^ BluePro
 
     "Created: / 04-11-2021 / 13:29:54 / svestkap"
-    "Modified: / 09-11-2021 / 10:10:52 / Patrik Svestka <patrik.svestka@gmail.com>"
-    "Modified (comment): / 09-11-2021 / 11:13:14 / Patrik Svestka <patrik.svestka@gmail.com>"
+    "Modified: / 17-11-2021 / 09:16:03 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 instVarIdentifierEmphasis
@@ -530,16 +530,18 @@
     "Created: / 16-12-2017 / 20:11:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 16-01-2019 / 19:13:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 04-11-2021 / 12:40:57 / svestkap"
+    "Modified: / 17-11-2021 / 11:42:15 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 selfEmphasis
     "the emphasis used for the self pseudoVariable;
      If syntaxColoring is turned on."
 
-    ^ #normal
+    ^ #italic
 
     "Created: / 16-01-2019 / 19:14:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 04-11-2021 / 15:55:41 / svestkap"
+    "Modified: / 17-11-2021 / 11:42:23 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 stringColor