2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-02-11 12:30:51 +08:00

Merge pull request from andreabedini/patch-1

Fix ansi color code for background yellow
This commit is contained in:
Min RK 2013-08-08 17:35:34 -07:00
commit 174af17a53

View File

@ -171,7 +171,7 @@ IPython.utils = (function (IPython) {
"40":"ansibgblack",
"41":"ansibgred",
"42":"ansibggreen",
"44":"ansibgyellow",
"43":"ansibgyellow",
"44":"ansibgblue",
"45":"ansibgpurple",
"46":"ansibgcyan",