@@ -154,7 +154,7 @@ background contrast. All other values default to \"medium\"."
154
154
155
155
; ;;; Base theme face overrides
156
156
((cursor :background base4)
157
- ((font-lock-comment-face &override) :background (if doom-gruvbox-light-comment-bg base0))
157
+ ((font-lock-comment-face &override) :background (if doom-gruvbox-light-comment-bg base0 'unspecified ))
158
158
((font-lock-doc-face &override) :slant 'italic )
159
159
(isearch :foreground " black" :background orange)
160
160
(isearch-fail :foreground fg :background red)
@@ -234,8 +234,8 @@ background contrast. All other values default to \"medium\"."
234
234
(doom-dashboard-footer-icon :foreground (doom-darken yellow 0.4 ))
235
235
(doom-dashboard-loaded :foreground yellow)
236
236
; ;;; diff-mode
237
- (diff-changed :background nil : foreground base6)
238
- (diff-removed :background nil : foreground red)
237
+ (diff-changed :foreground base6)
238
+ (diff-removed :foreground red)
239
239
(diff-indicator-changed :inherit 'diff-changed )
240
240
(diff-indicator-added :inherit 'diff-added )
241
241
(diff-indicator-removed :inherit 'diff-removed )
@@ -315,16 +315,16 @@ background contrast. All other values default to \"medium\"."
315
315
(js2-warning :underline `(:style wave :color , yellow ))
316
316
(js2-error :underline `(:style wave :color , red ))
317
317
(js2-external-variable :underline `(:style wave :color , cyan ))
318
- (js2-jsdoc-tag :background nil : foreground grey )
319
- (js2-jsdoc-type :background nil : foreground light4)
320
- (js2-jsdoc-value :background nil : foreground light3)
321
- (js2-function-param :background nil : foreground cyan)
322
- (js2-function-call :background nil : foreground blue)
323
- (js2-instance-member :background nil : foreground orange)
324
- (js2-private-member :background nil : foreground yellow)
325
- (js2-private-function-call :background nil : foreground faded-aqua)
326
- (js2-jsdoc-html-tag-name :background nil : foreground light4)
327
- (js2-jsdoc-html-tag-delimiter :background nil : foreground light3)
318
+ (js2-jsdoc-tag :foreground grey)
319
+ (js2-jsdoc-type :foreground light4)
320
+ (js2-jsdoc-value :foreground light3)
321
+ (js2-function-param :foreground cyan)
322
+ (js2-function-call :foreground blue)
323
+ (js2-instance-member :foreground orange)
324
+ (js2-private-member :foreground yellow)
325
+ (js2-private-function-call :foreground faded-aqua)
326
+ (js2-jsdoc-html-tag-name :foreground light4)
327
+ (js2-jsdoc-html-tag-delimiter :foreground light3)
328
328
; ;;; lsp-mode
329
329
(lsp-face-highlight-textual :background (doom-blend bg orange 0.9 ) :foreground base0 :distant-foreground base8)
330
330
; ;;; lsp-ui
@@ -468,13 +468,13 @@ background contrast. All other values default to \"medium\"."
468
468
(rainbox-delimiters-depth-8-face :foreground faded-orange)
469
469
(rainbow-delimiters-depth-11-face :foreground delimiter-3)
470
470
(rainbox-delimiters-depth-12-face :foreground faded-orange)
471
- (rainbow-delimiters-unmatched-face: :foreground fg :background 'nil )
471
+ (rainbow-delimiters-unmatched-face: :foreground fg)
472
472
; ;;; swiper
473
473
(swiper-line-face :background base3 :foreground base0)
474
- (swiper-match-face-1 :inherit 'unspecified :background base1 :foreground base5)
475
- (swiper-match-face-2 :inherit 'unspecified :background orange :foreground base0 :weight 'bold )
474
+ (swiper-match-face-1 :inherit 'unspecified :background base1 :foreground base5)
475
+ (swiper-match-face-2 :inherit 'unspecified :background orange :foreground base0 :weight 'bold )
476
476
(swiper-match-face-3 :inherit 'unspecified :background violet :foreground base1 :weight 'bold )
477
- (swiper-match-face-4 :inherit 'unspecified :background green :foreground base2 :weight 'bold )
477
+ (swiper-match-face-4 :inherit 'unspecified :background green :foreground base2 :weight 'bold )
478
478
(swiper-background-match-face-1 :inherit 'unspecified :background base2)
479
479
(swiper-background-match-face-2 :inherit 'unspecified :background base3)
480
480
(swiper-background-match-face-3 :inherit 'unspecified :background base4)
@@ -505,7 +505,7 @@ background contrast. All other values default to \"medium\"."
505
505
(whitespace-trailing :foreground red :background base1)
506
506
(whitespace-line :foreground red :background base1)
507
507
(whitespace-indentation :foreground base4 :background bg)
508
- (whitespace-empty :foreground 'nil :background 'nil ))
508
+ (whitespace-empty ))
509
509
510
510
; ;;; Base theme variable overrides-
511
511
())
0 commit comments