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
63fc3200
Commit
63fc3200
authored
May 09, 2013
by
steckerhalter
Browse files
tweaked orange, green, region. added sexp-fu
parent
e9e10f45
Changes
1
Hide whitespace changes
Inline
Side-by-side
grandshell-theme.el
View file @
63fc3200
...
...
@@ -57,11 +57,11 @@
(
red-darkest
"#1a0000"
)
(
pink
"#ff5f87"
)
(
pink-darker
"#aa2255"
)
(
orange
"#
ffbf48
"
)
(
orange
"#
efc334
"
)
(
yellow
"#f6df92"
)
(
yellow-dark
"#643"
)
(
green-bright
"#dcf692"
)
(
green
"#acfb5
e
"
)
(
green
"#acfb5
a
"
)
(
green-darker
"#77bb33"
)
(
cyan
"#5af2ee"
)
(
blue
"#b2baf6"
)
...
...
@@ -108,6 +108,9 @@
;; Fic-mode
`
(
font-lock-fic-face
((
,
class
(
:background
,
red
:foreground
,
red-darkest
:weight
bold
))))
;; eval-sexp-fu
`
(
eval-sexp-fu-flash
((
,
class
(
:background
,
magenta-dark
))))
;; auto-complete
`
(
ac-completion-face
((
,
class
(
:foreground
,
bright
:underline
t
))))
`
(
ac-candidate-face
((
,
class
(
:background
,
magenta-darkest
:foreground
,
bright
))))
...
...
@@ -200,7 +203,7 @@
`
(
mode-line-buffer-id
((
t
(
:foreground
,
yellow
))))
`
(
mode-line-emphasis
((
,
class
(
:foreground
,
magenta
))))
`
(
minibuffer-prompt
((
,
class
(
:foreground
,
blue
))))
`
(
region
((
,
class
(
:background
,
contrast-background
))))
`
(
region
((
,
class
(
:background
,
magenta-dark
))))
`
(
secondary-selection
((
,
class
(
:background
,
alt-background
))))
`
(
header-line
((
,
class
(
:inherit
mode-line
:foreground
,
magenta
:background
nil
))))
...
...
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