Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f17d7a4b
Commit
f17d7a4b
authored
Jan 16, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
15 deletions
+19
-15
xterm.scss
app/assets/stylesheets/pages/xterm.scss
+14
-15
37898-increase-readability-of-colored-text-in-job-output-log.yml
...ncrease-readability-of-colored-text-in-job-output-log.yml
+5
-0
No files found.
app/assets/stylesheets/pages/xterm.scss
View file @
f17d7a4b
...
...
@@ -3,22 +3,21 @@
// see also: https://gist.github.com/jasonm23/2868981
$black
:
#000
;
$red
:
#cd0000
;
$green
:
#00cd00
;
$yellow
:
#cdcd00
;
$blue
:
#00e
;
// according to wikipedia, this is the xterm standard
//$blue: #1e90ff; // this is used by all the terminals I tried (when configured with the xterm color profile)
$magenta
:
#cd00cd
;
$cyan
:
#00cdcd
;
$white
:
#e5e5e5
;
$red
:
#ea1010
;
$green
:
#009900
;
$yellow
:
#999900
;
$blue
:
#0073e6
;
$magenta
:
#d411d4
;
$cyan
:
#009999
;
$white
:
#ccc
;
$l-black
:
#373b41
;
$l-red
:
#
c66
;
$l-green
:
#
b5bd68
;
$l-yellow
:
#
f0c674
;
$l-blue
:
#
81a2be
;
$l-magenta
:
#
b294bb
;
$l-cyan
:
#
8abeb7
;
$l-white
:
$gray-darkest
;
$l-red
:
#
ff6161
;
$l-green
:
#
00d600
;
$l-yellow
:
#
bdbd00
;
$l-blue
:
#
5797ff
;
$l-magenta
:
#
d96dd9
;
$l-cyan
:
#
00bdbd
;
$l-white
:
#fff
;
/*
* xterm colors
...
...
changelogs/unreleased/37898-increase-readability-of-colored-text-in-job-output-log.yml
0 → 100644
View file @
f17d7a4b
---
title
:
increase-readability-of-colored-text-in-job-output-log
merge_request
:
author
:
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment