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
fa804930
Commit
fa804930
authored
Apr 28, 2013
by
steckerhalter
Browse files
type face now blue, small tweaks, e.g. helm
parent
aee7e883
Changes
1
Hide whitespace changes
Inline
Side-by-side
grandshell-theme.el
View file @
fa804930
...
...
@@ -57,14 +57,14 @@
(
red-darkest
"#1a0000"
)
(
pink
"#ef4990"
)
(
pink-darker
"#aa2255"
)
(
orange
"#ff
a
f5f"
)
(
orange
"#ff
b
f5f"
)
(
yellow
"#fff6a2"
)
(
yellow-dark
"#643"
)
(
green-bright
"#dcf692"
)
(
green
"#acfb5e"
)
(
green-darker
"#77bb33"
)
(
cyan
"#5af2
c
e"
)
(
blue
"#
a
2b
5
f6"
)
(
cyan
"#5af2
e
e"
)
(
blue
"#
b
2b
a
f6"
)
(
blue-darker
"#5555dd"
)
(
magenta-bright
"#e38fff"
)
(
magenta
"#b300ff"
)
...
...
@@ -96,7 +96,7 @@
`
(
font-lock-regexp-grouping-backslash
((
,
class
(
:foreground
,
cyan
))))
`
(
font-lock-regexp-grouping-construct
((
,
class
(
:foreground
,
magenta
))))
`
(
font-lock-string-face
((
,
class
(
:foreground
,
pink
))))
`
(
font-lock-type-face
((
,
class
(
:foreground
,
magenta-bright
))))
`
(
font-lock-type-face
((
,
class
(
:foreground
,
blue
))))
`
(
font-lock-variable-name-face
((
,
class
(
:foreground
,
yellow
))))
`
(
font-lock-warning-face
((
,
class
(
:weight
bold
:foreground
,
red
))))
`
(
shadow
((
,
class
(
:foreground
,
normal
))))
...
...
@@ -129,8 +129,9 @@
`
(
helm-selection
((
,
class
(
:background
,
faintest
:underline
t
))))
`
(
helm-selection-line
((
,
class
(
:background
,
normal
:foreground
,
yellow
:underline
nil
))))
`
(
helm-separator
((
,
class
(
:foreground
,
red
))))
`
(
helm-source-header
((
,
class
(
:background
,
background,
:foreground
,
blue
,
:underline
t
,
:weight
bold
))))
`
(
helm-source-header
((
,
class
(
:background
,
background,
:foreground
,
pink
,
:underline
t
,
:weight
bold
))))
`
(
helm-ff-directory
((
t
(
:foreground
,
magenta
))))
`
(
helm-ff-symlink
((
t
(
:foreground
,
yellow
))))
;; Flymake
`
(
flymake-warnline
((
,
class
(
:underline
,
orange
:background
,
background
))))
...
...
@@ -187,7 +188,7 @@
`
(
which-func
((
,
class
(
:foreground
,
blue
:background
nil
:weight
bold
))))
;; Emacs interface
`
(
cursor
((
,
class
(
:background
,
magenta
))))
`
(
cursor
((
,
class
(
:background
,
green
))))
`
(
fringe
((
,
class
(
:background
,
alt-background
))))
`
(
linum
((
,
class
(
:background
,
alt-background
))))
`
(
border
((
,
class
(
:background
,
alt-background
))))
...
...
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