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
d6d59057
Commit
d6d59057
authored
Jun 26, 2000
by
Gerd Moellmann
Browse files
(fringe): Change face for different backgrounds.
parent
3fc720e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
lisp/faces.el
lisp/faces.el
+6
-4
No files found.
lisp/faces.el
View file @
d6d59057
...
...
@@ -1557,10 +1557,12 @@ created."
(
defface
fringe
'
((((
class
color
))
(
:background
"grey95"
))
(
t
(
:background
"gray"
)))
'
((((
class
color
)
(
background
light
))
(
:background
"grey95"
))
(((
class
color
)
(
background
dark
))
(
:background
"grey10"
))
(
t
(
:background
"gray"
)))
"Basic face for the fringes to the left and right of windows under X."
:version
"21.1"
:group
'frames
...
...
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