2014-07-08 20:15:22 +00:00
define ( "ace/theme/tomorrow" , [ "require" , "exports" , "module" , "ace/lib/dom" ] , function ( require , exports , module ) {
2012-07-05 06:37:09 +00:00
exports . isDark = false ;
exports . cssClass = "ace-tomorrow" ;
2013-12-30 15:00:16 +00:00
exports . cssText = " . ace - tomorrow . ace _gutter { \
background : # f6f6f6 ; \
color : # 4 D4D4C \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _print - margin { \
width : 1 px ; \
background : # f6f6f6 \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow { \
background - color : # FFFFFF ; \
color : # 4 D4D4C \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _cursor { \
2013-12-30 15:00:16 +00:00
color : # AEAFAD \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _marker - layer . ace _selection { \
2013-12-30 15:00:16 +00:00
background : # D6D6D6 \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _multiselect . ace _selection . ace _start { \
box - shadow : 0 0 3 px 0 px # FFFFFF ; \
border - radius : 2 px \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _marker - layer . ace _step { \
2013-12-30 15:00:16 +00:00
background : rgb ( 255 , 255 , 0 ) \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _marker - layer . ace _bracket { \
2013-12-30 15:00:16 +00:00
margin : - 1 px 0 0 - 1 px ; \
border : 1 px solid # D1D1D1 \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _marker - layer . ace _active - line { \
background : # EFEFEF \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _gutter - active - line { \
background - color : # dcdcdc \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _marker - layer . ace _selected - word { \
border : 1 px solid # D6D6D6 \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _invisible { \
2013-12-30 15:00:16 +00:00
color : # D1D1D1 \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _keyword , \
. ace - tomorrow . ace _meta , \
. ace - tomorrow . ace _storage , \
. ace - tomorrow . ace _storage . ace _type , \
. ace - tomorrow . ace _support . ace _type { \
color : # 8959 A8 \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _keyword . ace _operator { \
2013-12-30 15:00:16 +00:00
color : # 3E999 F \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _constant . ace _character , \
. ace - tomorrow . ace _constant . ace _language , \
. ace - tomorrow . ace _constant . ace _numeric , \
. ace - tomorrow . ace _keyword . ace _other . ace _unit , \
. ace - tomorrow . ace _support . ace _constant , \
. ace - tomorrow . ace _variable . ace _parameter { \
color : # F5871F \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _constant . ace _other { \
2013-12-30 15:00:16 +00:00
color : # 666969 \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _invalid { \
2013-12-30 15:00:16 +00:00
color : # FFFFFF ; \
background - color : # C82829 \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _invalid . ace _deprecated { \
2013-12-30 15:00:16 +00:00
color : # FFFFFF ; \
background - color : # 8959 A8 \
2012-07-05 06:37:09 +00:00
} \
. ace - tomorrow . ace _fold { \
2013-12-30 15:00:16 +00:00
background - color : # 4271 AE ; \
border - color : # 4 D4D4C \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _entity . ace _name . ace _function , \
. ace - tomorrow . ace _support . ace _function , \
2012-07-05 06:37:09 +00:00
. ace - tomorrow . ace _variable { \
2013-12-30 15:00:16 +00:00
color : # 4271 AE \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _support . ace _class , \
. ace - tomorrow . ace _support . ace _type { \
color : # C99E00 \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _heading , \
. ace - tomorrow . ace _markup . ace _heading , \
2012-07-05 06:37:09 +00:00
. ace - tomorrow . ace _string { \
2013-12-30 15:00:16 +00:00
color : # 718 C00 \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _entity . ace _name . ace _tag , \
. ace - tomorrow . ace _entity . ace _other . ace _attribute - name , \
. ace - tomorrow . ace _meta . ace _tag , \
. ace - tomorrow . ace _string . ace _regexp , \
2012-07-05 06:37:09 +00:00
. ace - tomorrow . ace _variable { \
2013-12-30 15:00:16 +00:00
color : # C82829 \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _comment { \
color : # 8E908 C \
2012-07-05 06:37:09 +00:00
} \
2013-12-30 15:00:16 +00:00
. ace - tomorrow . ace _indent - guide { \
background : url ( data : image / png ; base64 , iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4 ////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y\
2012-07-05 06:37:09 +00:00
} " ;
2013-12-30 15:00:16 +00:00
var dom = require ( "../lib/dom" ) ;
dom . importCssString ( exports . cssText , exports . cssClass ) ;
2012-07-05 06:37:09 +00:00
} ) ;