Changeset 5319


Ignore:
Timestamp:
06/18/09 08:19:59 (3 years ago)
Author:
adamk
Message:

Correcting the colour names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Constant.pm

    r5258 r5319  
    5050}; 
    5151 
    52 # Syntax Highlighter Colours 
     52# Syntax Highlighter Colours. 
     53# Note: It's not clear why these need "PADRE_" in the name, 
     54# but they do. 
    5355use constant { 
    54     BLACK    => 0, 
    55     BLUE     => 1, 
    56     RED      => 2, 
    57     GREEN    => 3, 
    58     MAGENTA  => 4, 
    59     ORANGE   => 5, 
    60     DIM_GRAY => 6, 
    61     CRIMSON  => 7, 
    62     BROWN    => 8, 
     56    PADRE_BLACK    => 0, 
     57    PADRE_BLUE     => 1, 
     58    PADRE_RED      => 2, 
     59    PADRE_GREEN    => 3, 
     60    PADRE_MAGENTA  => 4, 
     61    PADRE_ORANGE   => 5, 
     62    PADRE_DIM_GRAY => 6, 
     63    PADRE_CRIMSON  => 7, 
     64    PADRE_BROWN    => 8, 
    6365}; 
    6466 
Note: See TracChangeset for help on using the changeset viewer.