Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
58e68725
Commit
58e68725
authored
Jan 18, 2018
by
Josh Junon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename grey to black
parent
a59f74e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/spdlog/sinks/ansicolor_sink.h
include/spdlog/sinks/ansicolor_sink.h
+2
-2
No files found.
include/spdlog/sinks/ansicolor_sink.h
View file @
58e68725
...
@@ -58,7 +58,7 @@ public:
...
@@ -58,7 +58,7 @@ public:
const
std
::
string
concealed
=
"
\033
[8m"
;
const
std
::
string
concealed
=
"
\033
[8m"
;
// Foreground colors
// Foreground colors
const
std
::
string
grey
=
"
\033
[30m"
;
const
std
::
string
black
=
"
\033
[30m"
;
const
std
::
string
red
=
"
\033
[31m"
;
const
std
::
string
red
=
"
\033
[31m"
;
const
std
::
string
green
=
"
\033
[32m"
;
const
std
::
string
green
=
"
\033
[32m"
;
const
std
::
string
yellow
=
"
\033
[33m"
;
const
std
::
string
yellow
=
"
\033
[33m"
;
...
@@ -68,7 +68,7 @@ public:
...
@@ -68,7 +68,7 @@ public:
const
std
::
string
white
=
"
\033
[37m"
;
const
std
::
string
white
=
"
\033
[37m"
;
/// Background colors
/// Background colors
const
std
::
string
on_
grey
=
"
\033
[40m"
;
const
std
::
string
on_
black
=
"
\033
[40m"
;
const
std
::
string
on_red
=
"
\033
[41m"
;
const
std
::
string
on_red
=
"
\033
[41m"
;
const
std
::
string
on_green
=
"
\033
[42m"
;
const
std
::
string
on_green
=
"
\033
[42m"
;
const
std
::
string
on_yellow
=
"
\033
[43m"
;
const
std
::
string
on_yellow
=
"
\033
[43m"
;
...
...
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