aboutsummaryrefslogtreecommitdiffhomepage
path: root/color.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-09-06 01:30:26 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-09-06 01:30:26 -0700
commit35895540285a25747a72187473e560aedc6e2a6f (patch)
treee0e55cfc037317193fa6d046312d628c9365fb0f /color.cpp
parent1a59346b51e9ac5a89e303374f4a7ce1647d4c98 (diff)
Allow setting the prompt from web_config
Diffstat (limited to 'color.cpp')
-rw-r--r--color.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/color.cpp b/color.cpp
index 3b7baa89..dce115aa 100644
--- a/color.cpp
+++ b/color.cpp
@@ -164,11 +164,9 @@ static unsigned char term8_color_for_rgb(const unsigned char rgb[3]) {
0x000000, //Black
0xFF0000, //Red
0x00FF00, //Green
- 0x725000, //Brown
0xFFFF00, //Yellow
0x0000FF, //Blue
0xFF00FF, //Magenta
- 0xFF00FF, //Purple
0x00FFFF, //Cyan
0xFFFFFF, //White
};