# HG changeset patch # User Meredith Howard # Date 1401216349 14400 # Node ID 3debd229ea65b75d2feb5342855caca18cf003f4 # Parent fa2f0f9008e8513d64f154e0ee2284b2964b7cd8 Add minttyrc to force babun colors diff --git a/.minttyrc b/.minttyrc new file mode 100644 --- /dev/null +++ b/.minttyrc @@ -0,0 +1,19 @@ +ForegroundColour=171,171,171 +BackgroundColour=0,0,0 +CursorColour=253,157,79 +Black=0,0,0 +BoldBlack=52,52,52 +Red=233,47,47 +BoldRed=240,116,116 +Green=14,216,57 +BoldGreen=64,243,102 +Yellow=221,221,19 +BoldYellow=240,240,78 +Blue=59,72,227 +BoldBlue=125,135,236 +Magenta=249,150,226 +BoldMagenta=253,222,246 +Cyan=35,237,218 +BoldCyan=107,243,230 +White=171,171,171 +BoldWhite=249,249,249 \ No newline at end of file