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
6b483b66
Commit
6b483b66
authored
Feb 21, 2011
by
Chong Yidong
Browse files
* themes/tango-dark-theme.el: Tweak background on low-color terminals.
parent
50a4e25a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/themes/tango-dark-theme.el
etc/themes/tango-dark-theme.el
+7
-1
No files found.
etc/ChangeLog
View file @
6b483b66
2011-02-21 Chong Yidong <cyd@stupidchicken.com>
* themes/tango-dark-theme.el: Tweak background on low-color
terminals.
2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
* etc/images/icons/allout-widgets/dark-bg,
...
...
etc/themes/tango-dark-theme.el
View file @
6b483b66
...
...
@@ -49,7 +49,13 @@ Semantic, and Ansi-Color faces are included.")
(
custom-theme-set-faces
'tango-dark
`
(
default
((
,
class
(
:foreground
,
alum-1
:background
,
alum-6
))))
;; Ensure sufficient contrast on low-color terminals.
`
(
default
((((
class
color
)
(
min-colors
4096
))
(
:foreground
,
alum-1
:background
,
alum-6
))
(((
class
color
)
(
min-colors
256
))
(
:foreground
,
alum-1
:background
"#222"
))
(
,
class
(
:foreground
,
alum-1
:background
"black"
))))
`
(
cursor
((
,
class
(
:foreground
,
alum-6
:background
,
butter-1
))))
;; Highlighting faces
`
(
fringe
((
,
class
(
:background
,
alum-7
))))
...
...
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