Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
steckerhalter
grandshell-theme
Commits
f20f9016
Commit
f20f9016
authored
Apr 28, 2013
by
steckerhalter
Browse files
diredp colors updated
parent
7ce9557a
Changes
1
Hide whitespace changes
Inline
Side-by-side
grandshell-theme.el
View file @
f20f9016
...
...
@@ -254,24 +254,28 @@
;; dired+
`
(
diredp-compressed-file-suffix
((
,
class
(
:foreground
,
orange
))))
`
(
diredp-dir-heading
((
,
class
(
:inherit
minibuffer-prompt
))))
`
(
diredp-dir-priv
((
,
class
(
:foreground
,
cyan
:background
nil
))))
`
(
diredp-exec-priv
((
,
class
(
:foreground
,
green
:background
nil
))))
`
(
diredp-executable-tag
((
,
class
(
:foreground
,
red
:background
nil
))))
`
(
diredp-file-name
((
,
class
(
:foreground
,
green
))))
`
(
diredp-date-time
((
,
class
(
:foreground
,
yellow
))))
`
(
diredp-deletion
((
,
class
(
:foreground
,
red-bright
:weight
bold
:slant
italic
))))
`
(
diredp-deletion-file-name
((
,
class
(
:foreground
,
red-bright
:underline
t
))))
`
(
diredp-dir-heading
((
,
class
(
:foreground
,
pink
:underline
t
:weight
bold
))))
`
(
diredp-dir-priv
((
,
class
(
:foreground
,
magenta
:background
nil
))))
`
(
diredp-exec-priv
((
,
class
(
:foreground
,
green-bright
:background
nil
))))
`
(
diredp-executable-tag
((
,
class
(
:foreground
,
green-bright
:background
nil
))))
`
(
diredp-file-name
((
,
class
(
:foreground
,
normal
))))
`
(
diredp-file-suffix
((
,
class
(
:foreground
,
cyan
))))
`
(
diredp-flag-mark-line
((
,
class
(
:background
nil
:inherit
highlight
))))
`
(
diredp-ignored-file-name
((
,
class
(
:foreground
,
faintest
))))
`
(
diredp-link-priv
((
,
class
(
:background
nil
:foreground
,
violet
))))
`
(
diredp-mode-line-flagged
((
,
class
(
:foreground
,
red
))))
`
(
diredp-mode-line-marked
((
,
class
(
:foreground
,
green
))))
`
(
diredp-no-priv
((
,
class
(
:background
nil
))))
`
(
diredp-number
((
,
class
(
:foreground
,
yellow
))))
`
(
diredp-other-priv
((
,
class
(
:background
nil
:foreground
,
magenta
))))
`
(
diredp-flag-mark
((
,
class
(
:foreground
,
red-bright
:weight
bold
))))
`
(
diredp-flag-mark-line
((
,
class
(
:inherit
highlight
))))
`
(
diredp-ignored-file-name
((
,
class
(
:foreground
,
dark
))))
`
(
diredp-link-priv
((
,
class
(
:background
nil
:foreground
,
pink
))))
`
(
diredp-mode-line-flagged
((
,
class
(
:foreground
,
orange
))))
`
(
diredp-mode-line-marked
((
,
class
(
:foreground
,
magenta-bright
))))
`
(
diredp-no-priv
((
,
class
(
:foreground
,
dark
:background
nil
))))
`
(
diredp-number
((
,
class
(
:foreground
,
orange
))))
`
(
diredp-other-priv
((
,
class
(
:background
nil
:foreground
,
orange
))))
`
(
diredp-rare-priv
((
,
class
(
:foreground
,
red
:background
nil
))))
`
(
diredp-read-priv
((
,
class
(
:foreground
,
green
:background
nil
))))
`
(
diredp-symlink
((
,
class
(
:foreground
,
violet
))))
`
(
diredp-write-priv
((
,
class
(
:foreground
,
yellow
:background
nil
))))
`
(
diredp-read-priv
((
,
class
(
:foreground
,
blue
:background
nil
))))
`
(
diredp-symlink
((
,
class
(
:foreground
,
pink
))))
`
(
diredp-write-priv
((
,
class
(
:foreground
,
magenta-bright
:background
nil
))))
;; Magit (a patch is pending in magit to make these standard upstream)
`
(
magit-branch
((
,
class
(
:foreground
,
green
))))
...
...
Write
Preview
Supports
Markdown
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