From: Andrej Shadura <andrew.shadura@collabora.co.uk>
To: git@vger.kernel.org
Cc: Paul Mackerras <paulus@ozlabs.org>
Subject: [PATCH 1/2] gitk: refresh the colour scheme
Date: Tue, 26 Feb 2019 12:05:34 +0100 [thread overview]
Message-ID: <20190226110535.29172-1-andrew.shadura@collabora.co.uk> (raw)
The colours gitk is currently using are from the basic 16 colour
palette, and are a bit too intensive to be comfortable or pleasant
to work with.
Adjust the main colours (commit nodes, remotes, tags and one branch
colour) to be slightly softer.
Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
---
gitk-git/gitk | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gitk-git/gitk b/gitk-git/gitk
index a14d7a16b2..5766754ab6 100755
--- a/gitk-git/gitk
+++ b/gitk-git/gitk
@@ -12302,7 +12302,7 @@ if {[tk windowingsystem] eq "aqua"} {
set extdifftool "meld"
}
-set colors {"#00ff00" red blue magenta darkgrey brown orange}
+set colors {"#00ff00" red blue #f282f2 darkgrey brown orange}
if {[tk windowingsystem] eq "win32"} {
set uicolor SystemButtonFace
set uifgcolor SystemButtonText
@@ -12325,11 +12325,11 @@ set ignorespace 0
set worddiff ""
set markbgcolor "#e0e0ff"
-set headbgcolor "#00ff00"
+set headbgcolor #98ff5e
set headfgcolor black
set headoutlinecolor black
-set remotebgcolor #ffddaa
-set tagbgcolor yellow
+set remotebgcolor #bae2ff
+set tagbgcolor #f3fb57
set tagfgcolor black
set tagoutlinecolor black
set reflinecolor black
@@ -12338,10 +12338,10 @@ set filesepfgcolor black
set linehoverbgcolor #ffff80
set linehoverfgcolor black
set linehoveroutlinecolor black
-set mainheadcirclecolor yellow
+set mainheadcirclecolor #ffeb74
set workingfilescirclecolor red
set indexcirclecolor "#00ff00"
-set circlecolors {white blue gray blue blue}
+set circlecolors {white #08b5ed gray blue blue}
set linkfgcolor blue
set circleoutlinecolor $fgcolor
set foundbgcolor yellow
--
2.19.1
next reply other threads:[~2019-02-26 11:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-26 11:05 Andrej Shadura [this message]
2019-02-26 11:05 ` [PATCH 2/2] gitk: disable autoselect by default Andrej Shadura
2019-03-02 23:02 ` [PATCH 1/2] gitk: refresh the colour scheme Paul Mackerras
2019-03-04 9:35 ` Andrej Shadura
2021-02-04 20:34 ` Andrej Shadura
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190226110535.29172-1-andrew.shadura@collabora.co.uk \
--to=andrew.shadura@collabora.co.uk \
--cc=git@vger.kernel.org \
--cc=paulus@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).