emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud 28fa560 065/140: Make fringe arrows a little mo


From: Rocky Bernstein
Subject: [elpa] externals/realgud 28fa560 065/140: Make fringe arrows a little more colorful
Date: Sat, 25 May 2019 19:35:34 -0400 (EDT)

branch: externals/realgud
commit 28fa560afa5fe1ea871e5fbe35ba9b02e58b16de
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Make fringe arrows a little more colorful
---
 realgud.el               | 2 +-
 realgud/common/fringe.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/realgud.el b/realgud.el
index 0826911..82922f9 100644
--- a/realgud.el
+++ b/realgud.el
@@ -7,7 +7,7 @@
 ;; URL: http://github.com/realgud/realgud/
 ;; Keywords: gdb, python, perl, go, bash, nodejs, zsh, bashdb, zshdb, remake, 
make, trepan, perldb
 
-;; Copyright (C) 2015-2017 Free Software Foundation, Inc
+;; Copyright (C) 2015-2018 Free Software Foundation, Inc
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/realgud/common/fringe.el b/realgud/common/fringe.el
index 52a68f3..b3ee9eb 100644
--- a/realgud/common/fringe.el
+++ b/realgud/common/fringe.el
@@ -56,13 +56,13 @@
 
 (defface realgud-overlay-arrow2
   '((((background  dark)) :foreground "white" :weight bold)
-    (((background light)) :foreground "black" :weight bold))
+    (((background light)) :foreground "tan1" :weight bold))
   "Fringe face for current position."
   :group 'realgud)
 
 (defface realgud-overlay-arrow3
   '((((background  dark)) :foreground "DimGray")
-    (((background light)) :foreground "DarkGray"))
+    (((background light)) :foreground "tan4"))
   "Fringe face for current position."
   :group 'realgud)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]