##// 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 235 'black_background': 0,
236 236 'red_background': BACKGROUND_RED,
237 237 'green_background': BACKGROUND_GREEN,
238 'yellow_background': BACKGROUND_RED | BACKGROUND_GREEN,
238 239 'blue_background': BACKGROUND_BLUE,
240 'purple_background': BACKGROUND_BLUE | BACKGROUND_RED,
239 241 'cyan_background': BACKGROUND_BLUE | BACKGROUND_GREEN,
242 'white_background': BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE,
240 243 'bold_background': BACKGROUND_INTENSITY,
241 244 'underline': COMMON_LVB_UNDERSCORE, # double-byte charsets only
242 245 'inverse': COMMON_LVB_REVERSE_VIDEO, # double-byte charsets only
General Comments 0
You need to be logged in to leave comments. Login now