From 7d5ed4f7477c2c564f0e9dededf7131ed42d55b8 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Thu, 27 Jun 2013 21:28:52 +0100 Subject: Moving LSL highlighting colour info into .../skins/default/colors.xml where it makes more sense than its own xml file. Changing other functions to read it. --- indra/newview/app_settings/keywords_lsl_colors.xml | 176 --------------------- indra/newview/skins/default/colors.xml | 53 +++++++ 2 files changed, 53 insertions(+), 176 deletions(-) delete mode 100644 indra/newview/app_settings/keywords_lsl_colors.xml (limited to 'indra/newview') diff --git a/indra/newview/app_settings/keywords_lsl_colors.xml b/indra/newview/app_settings/keywords_lsl_colors.xml deleted file mode 100644 index d150f0850f..0000000000 --- a/indra/newview/app_settings/keywords_lsl_colors.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - - types - - color - - 0.1 - 0.3 - 0.1 - - - - constants - - float - - color - - 0.3 - 0.1 - 0.5 - - - integer - - color - - 0.1 - 0.1 - 0.5 - - - key - - color - - 0.1 - 0.3 - 0.5 - - - rotation - - color - - 0.4 - 0.2 - 0.4 - - - string - - color - - 0.1 - 0.3 - 0.5 - - - vector - - color - - 0.4 - 0.2 - 0.4 - - - - - misc - - flow-control - - color - - 0.0 - 0.0 - 0.8 - - - - comments_1_sided - - color - - 0.8 - 0.3 - 0.15 - - - - comments_2_sided - - color - - 0.8 - 0.3 - 0.15 - - - - flow-label - - color - - 0.0 - 0.0 - 0.8 - - - - double_quotation_marks - - color - - 0.0 - 0.2 - 0.0 - - - - sections - - color - - 0.5 - 0.1 - 0.3 - - - - - events - - color - - 0.0 - 0.3 - 0.5 - - - - functions - - color - - 0.5 - 0.0 - 0.15 - - - - deprecated - - color - - 0.9 - 0.4 - 0.55 - - - - god_mode - - color - - 0.7 - 0.2 - 0.35 - - - - diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index a9176595c7..fe794c18c5 100755 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -884,4 +884,57 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3