[geany/geany-osx] dcc083: Increase text contrast of the Arc theme a bit
Jiří Techet
git-noreply at xxxxx
Sat Oct 14 08:41:23 UTC 2017
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 14 Oct 2017 08:41:23 UTC
Commit: dcc0835a3ba3ff00c3f60d0e637c3f6904c9b954
https://github.com/geany/geany-osx/commit/dcc0835a3ba3ff00c3f60d0e637c3f6904c9b954
Log Message:
-----------
Increase text contrast of the Arc theme a bit
Modified Paths:
--------------
Arc/gtk-3.0/gtk.css
Modified: Arc/gtk-3.0/gtk.css
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -41,7 +41,7 @@
.view text,
iconview text,
textview text {
- color: #5c616c;
+ color: #202020;
background-color: #ffffff; }
.view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
.view text:selected,
@@ -1739,14 +1739,14 @@ notebook {
notebook > header.right > tabs > tab:hover:not(:checked) {
box-shadow: inset 1px 0 #dcdfe3; }
notebook > header > tabs > tab {
- color: rgba(92, 97, 108, 0.55);
+ color: rgba(92, 97, 108, 0.85);
background-color: rgba(255, 255, 255, 0); }
notebook > header > tabs > tab:hover:not(:checked) {
- color: rgba(92, 97, 108, 0.775);
+ color: rgba(92, 97, 108, 0.90);
background-color: rgba(255, 255, 255, 0.5);
border-color: #dcdfe3; }
notebook > header > tabs > tab:checked {
- color: #5c616c;
+ color: #202020;
background-color: #ffffff;
border-color: #dcdfe3; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button {
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list