@@ -53,8 +53,9 @@ Each element has the form (NAME . HEX).")
53
53
54
54
(setq starlit-default-colors
55
55
'((" current-line" . " #0a121a" )
56
+ (" block" . " #11151e" )
56
57
(" background" . " #131729" )
57
- (" block-background " . " #1f2032 " )
58
+ (" backgroundlight " . " #161930 " )
58
59
(" selection" . " #103050" )
59
60
(" bluedark" . " #0e355d" )
60
61
(" greendark" . " #155903" )
@@ -252,8 +253,7 @@ in the theme."
252
253
`(org-agenda-dimmed-todo-face ((, colorful (:foreground ,.comment))))
253
254
`(org-agenda-done ((, colorful (:foreground ,.green))))
254
255
`(org-agenda-structure ((, colorful (:foreground ,.purple))))
255
- `(org-block ((, colorful (:foreground ,.orange))))
256
- `(org-block-background ((, colorful (:background ,.block-background))))
256
+ `(org-block ((, colorful (:foreground ,.orange :background ,.block))))
257
257
`(org-code ((, colorful (:foreground ,.yellow))))
258
258
`(org-column ((, colorful (:background ,.current-line))))
259
259
`(org-column-title ((, colorful (:inherit org-column :weight bold :underline t ))))
@@ -336,9 +336,9 @@ in the theme."
336
336
`(whitespace-line ((, colorful (:background nil :foreground ,.red))))
337
337
`(whitespace-newline ((, colorful (:background nil :foreground ,.selection))))
338
338
`(whitespace-space ((, colorful (:background nil :foreground ,.selection))))
339
- `(whitespace-space-after-tab ((, colorful (:background nil :foreground ,.background :inverse-video t : underline nil ))))
339
+ `(whitespace-space-after-tab ((, colorful (:background nil :foreground ,.background :underline nil ))))
340
340
`(whitespace-space-before-tab ((, colorful (:foreground ,.red :inverse-video t :underline nil ))))
341
- `(whitespace-tab ((, colorful (:background nil :foreground ,.bluedark :background ,.block-background ))))
341
+ `(whitespace-tab ((, colorful (:background nil :foreground ,.bluedark :background ,.backgroundlight ))))
342
342
`(whitespace-trailing ((, colorful (:foreground ,.red :inverse-video t :underline nil ))))
343
343
`(widget-button ((, colorful (:underline t ))))
344
344
`(widget-field ((, colorful (:background ,.current-line :box (:line-width 1 :color ,.foreground))))))
0 commit comments