From dc54b36b007208ec59717c78c3616ddc968cbb08 Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Tue, 7 Nov 2017 17:08:50 +0100 Subject: [PATCH 1/8] Updated logo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a5c41a..1045643 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg?style=flat-square)](#sponsors)

- +

#### Realize is the Go tool that is focused to speed up and improve developers workflow. @@ -21,7 +21,7 @@ Various operations can be programmed for each project, which can be executed at

- +

From c7fef8ae17f66da8767bace2ed3972b635f55f27 Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Tue, 7 Nov 2017 17:30:14 +0100 Subject: [PATCH 2/8] Updated logo size. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1045643..251eb58 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg?style=flat-square)](#sponsors)

- +

#### Realize is the Go tool that is focused to speed up and improve developers workflow. From c6bde0f4d92856e725ec571427af22c174700e85 Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Tue, 7 Nov 2017 17:31:06 +0100 Subject: [PATCH 3/8] Updated logo size. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251eb58..449deb5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg?style=flat-square)](#sponsors)

- +

#### Realize is the Go tool that is focused to speed up and improve developers workflow. From c0be37a0158a60b42e9e2984603930baf486458f Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Tue, 7 Nov 2017 17:31:33 +0100 Subject: [PATCH 4/8] Updated logo size. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 449deb5..0e8a068 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg?style=flat-square)](#sponsors)

- +

#### Realize is the Go tool that is focused to speed up and improve developers workflow. From 8585d97d596d5357bf2841a999ae1759b0c9d0c4 Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Tue, 7 Nov 2017 20:27:22 +0100 Subject: [PATCH 5/8] Fixed broken links. --- README.md | 70 +++++++------------------------------------------------ 1 file changed, 9 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index 0e8a068..7045610 100644 --- a/README.md +++ b/README.md @@ -219,69 +219,17 @@ $ go get github.com/tockins/realize Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/realize#backer)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + #### Sponsors Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/realize#sponsor)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + From b7965fe6e7806aada90b80dae3a6034cf9955551 Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Tue, 7 Nov 2017 20:29:00 +0100 Subject: [PATCH 6/8] Fixed broken links. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7045610..a74af91 100644 --- a/README.md +++ b/README.md @@ -228,8 +228,4 @@ Support us with a monthly donation and help us continue our activities. [[Become Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/realize#sponsor)] - - - - From 21741ce2d605cd98ea6eacd5ee44c769164a889a Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Wed, 8 Nov 2017 15:53:09 +0100 Subject: [PATCH 7/8] Changed colors to high contrast version. --- style.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.go b/style.go index ef8afc7..e35a35c 100644 --- a/style.go +++ b/style.go @@ -6,11 +6,11 @@ import ( var ( output = color.Output - red = colorBase(color.FgRed) - blue = colorBase(color.FgBlue) - green = colorBase(color.FgGreen) - yellow = colorBase(color.FgYellow) - magenta = colorBase(color.FgMagenta) + red = colorBase(color.FgHiRed) + blue = colorBase(color.FgHiBlue) + green = colorBase(color.FgHiGreen) + yellow = colorBase(color.FgHiYellow) + magenta = colorBase(color.FgHiMagenta) ) type colorBase color.Attribute From d900beb5993c83de6ac83a1a6487a0a7162d3ce3 Mon Sep 17 00:00:00 2001 From: Daniele Conventi Date: Wed, 8 Nov 2017 16:52:57 +0100 Subject: [PATCH 8/8] Fixed style test (high contrast color). --- style_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style_test.go b/style_test.go index 7f49352..b40be5c 100644 --- a/style_test.go +++ b/style_test.go @@ -14,7 +14,7 @@ func TestStyle_Regular(t *testing.T) { input[i] = s } result := red.regular(input) - c := color.New(color.FgRed).SprintFunc() + c := color.New(color.FgHiRed).SprintFunc() expected := fmt.Sprint(c(input)) if !bytes.Equal([]byte(result), []byte(expected)) { t.Error("Expected:", expected, "instead", result) @@ -28,7 +28,7 @@ func TestStyle_Bold(t *testing.T) { input[i] = s } result := red.bold(input) - c := color.New(color.FgRed, color.Bold).SprintFunc() + c := color.New(color.FgHiRed, color.Bold).SprintFunc() expected := fmt.Sprint(c(input)) if !bytes.Equal([]byte(result), []byte(expected)) { t.Error("Expected:", expected, "instead", result)