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
0fb05cd8
Commit
0fb05cd8
authored
Apr 14, 2013
by
steckerhalter
Browse files
defined redpink, aliased mode-line
parent
8b19df22
Changes
1
Hide whitespace changes
Inline
Side-by-side
grandshell-theme.el
View file @
0fb05cd8
...
...
@@ -49,14 +49,18 @@
(
contrast-background
"#331133"
)
(
red
"red"
)
(
red-darkest
"#1a0000"
)
(
redpink
"#f25e80"
)
(
pink
"#ef4990"
)
(
orange
"#efc334"
)
(
yellow
"#f6df92"
)
(
yellow-dark
"#643"
)
(
bright-green
"#dcf692"
)
(
green
"#bdef34"
)
(
cyan
"#5af2ce"
)
(
blue
"#92aaf6"
)
(
magenta
"#b300ff"
)
(
violet
"#78537A"
)
(
violet-darkest
"#110011"
)
)
(
custom-theme-set-faces
...
...
@@ -77,7 +81,7 @@
`
(
font-lock-function-name-face
((
,
class
(
:foreground
,
blue
))))
`
(
font-lock-keyword-face
((
,
class
(
:foreground
,
cyan
))))
`
(
font-lock-negation-char-face
((
,
class
(
:foreground
,
green
))))
`
(
font-lock-preprocessor-face
((
,
class
(
:foreground
,
strong
))))
`
(
font-lock-preprocessor-face
((
,
class
(
:foreground
,
redpink
))))
`
(
font-lock-regexp-grouping-backslash
((
,
class
(
:foreground
,
cyan
))))
`
(
font-lock-regexp-grouping-construct
((
,
class
(
:foreground
,
magenta
))))
`
(
font-lock-string-face
((
,
class
(
:foreground
,
pink
))))
...
...
@@ -166,8 +170,8 @@
`
(
border-glyph
((
,
class
(
nil
))))
`
(
highlight
((
,
class
(
:inverse-video
nil
:background
,
alt-background
))))
`
(
gui-element
((
,
class
(
:background
,
alt-background
:foreground
,
normal
))))
`
(
mode-line
((
t
(
:foreground
"#ffffff"
:background
"#331133"
))))
`
(
mode-line-inactive
((
t
(
:foreground
"#643"
:background
"#110011"
:weight
light
:box
nil
:inherit
(
mode-line
)))))
`
(
mode-line
((
t
(
:foreground
,
strong
:background
,
contrast-background
))))
`
(
mode-line-inactive
((
t
(
:foreground
,
yellow-dark
:background
,
violet-darkest
:weight
light
:box
nil
:inherit
(
mode-line
)))))
`
(
mode-line-buffer-id
((
t
(
:foreground
,
yellow
))))
`
(
mode-line-emphasis
((
,
class
(
:foreground
,
magenta
))))
`
(
minibuffer-prompt
((
,
class
(
:foreground
,
blue
))))
...
...
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