Skip to content

Commit 568b0c2

Browse files
author
Graham
committed
background color is changed to #222222.
1 parent 0bc6d93 commit 568b0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/color-theme/atom-dark-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
(custom-theme-set-faces
1919
'atom-dark
2020

21-
'(default ((t (:foreground "#abb2bf" :background "#000000" ))))
21+
'(default ((t (:foreground "#abb2bf" :background "#222222" ))))
2222
'(cursor ((t (:background "#8599FF" ))))
2323
'(fringe ((t (:background "#31343F" ))))
2424
'(region ((t (:background "#504945" ))))

0 commit comments

Comments
 (0)