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
ac699eef
Commit
ac699eef
authored
May 31, 2013
by
Tassilo Horn
Browse files
* themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
parent
0888c286
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/themes/tsdh-dark-theme.el
etc/themes/tsdh-dark-theme.el
+2
-2
No files found.
etc/ChangeLog
View file @
ac699eef
2013-05-31 Tassilo Horn <tsdh@gnu.org>
* themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
* refcards/refcard.tex: Refine some entries. (Bug#14087)
...
...
etc/themes/tsdh-dark-theme.el
View file @
ac699eef
...
...
@@ -73,8 +73,8 @@ Used and created by Tassilo Horn.")
'
(
magit-section-title
((
t
(
:inherit
magit-header
:background
"dark slate blue"
))))
'
(
menu
((
t
(
:background
"gray30"
:foreground
"gray70"
))))
'
(
minibuffer-prompt
((
t
(
:background
"yellow"
:foreground
"medium blue"
:box
(
:line-width
-1
:color
"red"
:style
released-button
)
:weight
bold
))))
'
(
mode-line
((
t
(
:box
(
:line-width
1
:color
"red"
)
:family
"DejaVu Sans"
))))
'
(
mode-line-inactive
((
t
(
:inherit
mode-line
:foreground
"d
im
gray"
))))
'
(
mode-line
((
t
(
:background
"gray30"
:box
(
:line-width
1
:color
"red"
)
:family
"DejaVu Sans"
))))
'
(
mode-line-inactive
((
t
(
:inherit
mode-line
:foreground
"d
ark
gray"
))))
'
(
org-agenda-date
((
t
(
:inherit
org-agenda-structure
)))
t
)
'
(
org-agenda-date-today
((
t
(
:inherit
org-agenda-date
:underline
t
)))
t
)
'
(
org-agenda-date-weekend
((
t
(
:inherit
org-agenda-date
:foreground
"green"
)))
t
)
...
...
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