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
eb303b4c
Commit
eb303b4c
authored
Jan 17, 2014
by
steckerhalter
Browse files
new preprocessor-face color
parent
f8e1ecf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
grandshell-theme.el
View file @
eb303b4c
...
...
@@ -77,6 +77,7 @@
(
magenta-darkest
"#1B0026"
)
(
violet
"#78537A"
)
(
violet-darkest
"#110011"
)
(
violet-red
"#d020a7"
)
)
(
custom-theme-set-faces
...
...
@@ -135,7 +136,7 @@
`
(
font-lock-function-name-face
((
,
class
(
:foreground
,
magenta-bright
))))
`
(
font-lock-keyword-face
((
,
class
(
:foreground
,
cyan
))))
`
(
font-lock-negation-char-face
((
,
class
(
:foreground
,
green
))))
`
(
font-lock-preprocessor-face
((
,
class
(
:foreground
,
red-bright
))))
`
(
font-lock-preprocessor-face
((
,
class
(
:foreground
,
violet-red
))))
`
(
font-lock-regexp-grouping-backslash
((
,
class
(
:foreground
,
cyan
))))
`
(
font-lock-regexp-grouping-construct
((
,
class
(
:foreground
,
magenta
))))
`
(
font-lock-string-face
((
,
class
(
:foreground
,
pink
))))
...
...
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