##// END OF EJS Templates
color: add some missing background colors for win32 console
Stanimir Stamenkov -
r11118:24f904ae default
parent child Browse files
Show More
@@ -235,8 +235,11 b' try:'
235 'black_background': 0,
235 'black_background': 0,
236 'red_background': BACKGROUND_RED,
236 'red_background': BACKGROUND_RED,
237 'green_background': BACKGROUND_GREEN,
237 'green_background': BACKGROUND_GREEN,
238 'yellow_background': BACKGROUND_RED | BACKGROUND_GREEN,
238 'blue_background': BACKGROUND_BLUE,
239 'blue_background': BACKGROUND_BLUE,
240 'purple_background': BACKGROUND_BLUE | BACKGROUND_RED,
239 'cyan_background': BACKGROUND_BLUE | BACKGROUND_GREEN,
241 'cyan_background': BACKGROUND_BLUE | BACKGROUND_GREEN,
242 'white_background': BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE,
240 'bold_background': BACKGROUND_INTENSITY,
243 'bold_background': BACKGROUND_INTENSITY,
241 'underline': COMMON_LVB_UNDERSCORE, # double-byte charsets only
244 'underline': COMMON_LVB_UNDERSCORE, # double-byte charsets only
242 'inverse': COMMON_LVB_REVERSE_VIDEO, # double-byte charsets only
245 'inverse': COMMON_LVB_REVERSE_VIDEO, # double-byte charsets only
General Comments 0
You need to be logged in to leave comments. Login now