Commit f17d7a4b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '37898-increase-readability-of-colored-text-in-job-output-log' into 'master'

fix readability xterm colors

Closes #37898

See merge request gitlab-org/gitlab-ce!15921
parents 19b76cd4 e4239eb2
...@@ -3,22 +3,21 @@ ...@@ -3,22 +3,21 @@
// see also: https://gist.github.com/jasonm23/2868981 // see also: https://gist.github.com/jasonm23/2868981
$black: #000; $black: #000;
$red: #cd0000; $red: #ea1010;
$green: #00cd00; $green: #009900;
$yellow: #cdcd00; $yellow: #999900;
$blue: #00e; // according to wikipedia, this is the xterm standard $blue: #0073e6;
//$blue: #1e90ff; // this is used by all the terminals I tried (when configured with the xterm color profile) $magenta: #d411d4;
$magenta: #cd00cd; $cyan: #009999;
$cyan: #00cdcd; $white: #ccc;
$white: #e5e5e5;
$l-black: #373b41; $l-black: #373b41;
$l-red: #c66; $l-red: #ff6161;
$l-green: #b5bd68; $l-green: #00d600;
$l-yellow: #f0c674; $l-yellow: #bdbd00;
$l-blue: #81a2be; $l-blue: #5797ff;
$l-magenta: #b294bb; $l-magenta: #d96dd9;
$l-cyan: #8abeb7; $l-cyan: #00bdbd;
$l-white: $gray-darkest; $l-white: #fff;
/* /*
* xterm colors * xterm colors
......
---
title: increase-readability-of-colored-text-in-job-output-log
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment