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
1433397c
Commit
1433397c
authored
Apr 15, 2013
by
steckerhalter
Browse files
diff-hl colors
parent
67e77dfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
grandshell-theme.el
View file @
1433397c
...
...
@@ -51,13 +51,16 @@
(
red-darkest
"#1a0000"
)
(
redpink
"#f25e80"
)
(
pink
"#ef4990"
)
(
pink-darker
"#aa2255"
)
(
orange
"#efc334"
)
(
yellow
"#f6df92"
)
(
yellow-dark
"#643"
)
(
bright
-green
"#dcf692"
)
(
green-
bright
"#dcf692"
)
(
green
"#bdef34"
)
(
green-darker
"#77bb33"
)
(
cyan
"#5af2ce"
)
(
blue
"#92aaf6"
)
(
blue-darker
"#5555dd"
)
(
magenta
"#b300ff"
)
(
violet
"#78537A"
)
(
violet-darkest
"#110011"
)
...
...
@@ -218,6 +221,10 @@
`
(
ediff-odd-diff-A
((
,
class
(
:foreground
,
faint
:background
nil
:inverse-video
t
))))
`
(
ediff-odd-diff-B
((
,
class
(
:foreground
,
faint
:background
nil
:inverse-video
t
))))
`
(
diff-hl-change
((
,
class
(
:foreground
,
blue
:background
,
blue-darker
))))
`
(
diff-hl-delete
((
,
class
(
:foreground
,
pink
:background
,
pink-darker
))))
`
(
diff-hl-insert
((
,
class
(
:foreground
,
green
:background
,
green-darker
))))
`
(
eldoc-highlight-function-argument
((
,
class
(
:foreground
,
green
:weight
bold
))))
;; undo-tree
...
...
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