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
9da9a8d7
Commit
9da9a8d7
authored
Jan 11, 2014
by
steckerhalter
Browse files
add auto-dim-other-buffers face
parent
72b635a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
grandshell-theme.el
View file @
9da9a8d7
...
@@ -161,6 +161,9 @@
...
@@ -161,6 +161,9 @@
`
(
ac-yasnippet-candidate-face
((
,
class
(
:background
,
pink-darker
:foreground
,
darkest
))))
`
(
ac-yasnippet-candidate-face
((
,
class
(
:background
,
pink-darker
:foreground
,
darkest
))))
`
(
ac-yasnippet-selection-face
((
,
class
(
:background
,
pink
:foreground
,
darkest
))))
`
(
ac-yasnippet-selection-face
((
,
class
(
:background
,
pink
:foreground
,
darkest
))))
;; auto-dim-other-buffers
`
(
auto-dim-other-buffers-face
((
,
class
(
:background
"#0c0c0c"
))))
;; clojure
;; clojure
`
(
clojure-test-failure-face
((
,
class
(
:background
nil
:inherit
flymake-warnline
))))
`
(
clojure-test-failure-face
((
,
class
(
:background
nil
:inherit
flymake-warnline
))))
`
(
clojure-test-error-face
((
,
class
(
:background
nil
:inherit
flymake-errline
))))
`
(
clojure-test-error-face
((
,
class
(
:background
nil
:inherit
flymake-errline
))))
...
...
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