Skip to content

Commit

Permalink
chore: Add spacing for dashboard headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 11, 2025
1 parent a1a59eb commit 9bc13a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Jen-Chieh Shen
;; URL: https://github.com/emacs-vs/vs-dark-theme
;; Version: 1.0
;; Version: 2.0
;; Package-Requires: ((emacs "24.1"))

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -191,7 +191,8 @@

`(dashboard-text-banner ((t :foreground "white")))
`(dashboard-banner-logo-title ((t :foreground "cyan1")))
`(dashboard-heading ((t :foreground "#17A0FB")))
`(dashboard-heading ((t :foreground "#17A0FB"
:box (:line-width (-1 . 5) :color "#1E1E1E"))))
`(dashboard-items-face ((t :foreground "light steel blue")))

`(yascroll:thumb-fringe ((t :background "#686868" :foreground "#686868")))
Expand Down

0 comments on commit 9bc13a5

Please sign in to comment.