(texgraph) Correction couleurs
authorPatrick Fradin <pfradin@pfradin-bureau.(none)>
Fri, 7 Oct 2011 15:32:09 +0000 (17:32 +0200)
committerPatrick Fradin <pfradin@pfradin-bureau.(none)>
Fri, 7 Oct 2011 15:32:09 +0000 (17:32 +0200)
texgraph.php

index 76cfebb..7d0de1a 100644 (file)
@@ -174,9 +174,9 @@ $language_data = array (
             2  => 'color: #A53;', # programmation structure
             3  => 'color: #35A;font-weight: bold;', # commandes prédéfinies
             4  => 'color: #472;', # commandes relatives à l'interface graphique
-            5  => 'color: #A9A9A9;', # constantes prédéfinies
-            6  => 'color: #ff9d00;', # macros prédéfinies
-            7  => 'color: #4f94cd;'  # variables prédéfinies
+            5  => 'color: #008080;', # constantes prédéfinies
+            6  => 'color: #808000;font-weight: bold;', # macros prédéfinies
+            7  => 'color: #000;font-weight: bold;'  # variables prédéfinies
         ),
         'COMMENTS' => array(
             1 => 'color: #777;',

Licence Creative Commons Les fichiers de Syracuse sont mis à disposition (sauf mention contraire) selon les termes de la
Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.