Skip to content

Commit 6edc038

Browse files
committed
customize spacemacs org-kbd to be a gray button
1 parent f3b26f1 commit 6edc038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starlit-theme.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ in the theme."
278278
`(org-footnote ((,colorful (:foreground ,.aqua))))
279279
`(org-formula ((,colorful (:foreground ,.red))))
280280
`(org-hide ((,colorful (:foreground ,.background :background ,.background))))
281+
`(org-kbd ((,colorful (:foreground ,.background :background ,.shadow :box (:line-width 2 :color ,.shadow :style released-button)))))
281282
`(org-level-1 ((,colorful (:inherit nil :foreground ,.bluelight ,@(when starlit-scale-org-headlines '(:height 1.3))))))
282283
`(org-level-2 ((,colorful (:inherit nil :foreground ,.yellow ,@(when starlit-scale-org-headlines '(:height 1.2))))))
283284
`(org-level-3 ((,colorful (:inherit nil :foreground ,.purple ,@(when starlit-scale-org-headlines '(:height 1.1))))))

0 commit comments

Comments
 (0)