-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsolarized-definitions.el.diff
More file actions
19 lines (19 loc) · 1.17 KB
/
solarized-definitions.el.diff
File metadata and controls
19 lines (19 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- solarized-definitions.el.orig 2017-11-23 21:21:11.000000000 -0500
+++ solarized-definitions.el 2017-11-23 21:18:42.000000000 -0500
@@ -674,10 +674,12 @@
(rainbow-delimiters-depth-8-face (:inherit outline-8))
(rainbow-delimiters-depth-9-face (,@fg-green))
;; powerline
- (powerline-active1 (,@fg-base00 :inherit mode-line))
- (powerline-active2 (,@fg-base0 :inherit mode-line))
- (powerline-inactive1 (,@fg-base02 ,@bg-base1 :inherit mode-line-inactive))
- (powerline-inactive2 (,@fg-base01 :inherit mode-line-inactive))
+ (powerline-active1 (,@fg-base0 ,@bg-base03 :inherit mode-line))
+ (powerline-active2 (,@fg-base00 ,@bg-base02 :inherit mode-line))
+ (powerline-inactive1 (,@fg-base02 ,@bg-base03 :inherit mode-line-inactive))
+ (powerline-inactive2 (,@fg-base02 ,@bg-base03 :inherit mode-line-inactive))
+ ;; which-func
+ (which-func (,@bg-base03))
;; slime
(slime-error-face (,@fmt-revr ,@fg-red)) ; ErrorMsg
(slime-note-face (,@fg-yellow))