Skip to content

Commit

Permalink
Darken window-dividers
Browse files Browse the repository at this point in the history
  • Loading branch information
ianyepan committed Mar 22, 2021
1 parent d54fc12 commit 2c258ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vscode-dark-plus-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@
`(highlight-operators-face ((t (:inherit default))))
`(highlight-symbol-face ((t (:background "#343a40"))))

`(window-divider ((t (:foreground "gray40"))))
`(window-divider-last-pixel ((t (:foreground "gray20"))))
`(window-divider-first-pixel ((t (:foreground "gray60"))))

`(tab-bar-tab-inactive ((t (:background ,bg2))))
`(tab-bar-tab ((t (:background ,bg1 :foreground ,accent))))
`(tab-bar ((t (:background ,bg2))))))
Expand Down

0 comments on commit 2c258ec

Please sign in to comment.