Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
73106994
Commit
73106994
authored
Jun 22, 2005
by
Miles Bader
Browse files
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440
Change escape-glyph color on dark backgrounds back to cyan
parent
53abc3bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/faces.el
lisp/faces.el
+1
-1
No files found.
lisp/ChangeLog
View file @
73106994
2005-06-22 Miles Bader <miles@gnu.org>
* faces.el (vertical-border): Renamed from `vertical-divider'.
(escape-glyph): Change dark-background color back to `cyan'.
2005-06-21 Juri Linkov <juri@jurta.org>
...
...
lisp/faces.el
View file @
73106994
...
...
@@ -2106,7 +2106,7 @@ Note: Other faces cannot inherit from the cursor face."
:group
'basic-faces
)
(
defface
escape-glyph
'
((((
background
dark
))
:foreground
"
pink2
"
)
'
((((
background
dark
))
:foreground
"
cyan
"
)
;; See the comment in minibuffer-prompt for
;; the reason not to use blue on MS-DOS.
(((
type
pc
))
:foreground
"magenta"
)
...
...
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