Skip to content

Commit 6f0aa25

Browse files
committed
set org-block background
1 parent 391a361 commit 6f0aa25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

starlit-theme.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ Each element has the form (NAME . HEX).")
5353

5454
(setq starlit-default-colors
5555
'(("current-line" . "#0a121a")
56+
("block" . "#11151e")
5657
("background" . "#131729")
57-
("block-background" . "#1f2032")
58+
("backgroundlight" . "#161930")
5859
("selection" . "#103050")
5960
("bluedark" . "#0e355d")
6061
("greendark" . "#155903")
@@ -252,8 +253,7 @@ in the theme."
252253
`(org-agenda-dimmed-todo-face ((,colorful (:foreground ,.comment))))
253254
`(org-agenda-done ((,colorful (:foreground ,.green))))
254255
`(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))))
257257
`(org-code ((,colorful (:foreground ,.yellow))))
258258
`(org-column ((,colorful (:background ,.current-line))))
259259
`(org-column-title ((,colorful (:inherit org-column :weight bold :underline t))))
@@ -336,9 +336,9 @@ in the theme."
336336
`(whitespace-line ((,colorful (:background nil :foreground ,.red))))
337337
`(whitespace-newline ((,colorful (:background nil :foreground ,.selection))))
338338
`(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))))
340340
`(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))))
342342
`(whitespace-trailing ((,colorful (:foreground ,.red :inverse-video t :underline nil))))
343343
`(widget-button ((,colorful (:underline t))))
344344
`(widget-field ((,colorful (:background ,.current-line :box (:line-width 1 :color ,.foreground))))))

0 commit comments

Comments
 (0)