Merge pull request #181 from Calinou/atom-dark-colorscheme

Add Atom Dark colorscheme
This commit is contained in:
Zachary Yedidia 2016-06-23 08:25:23 -04:00 committed by GitHub
commit f1067d018c

View file

@ -0,0 +1,18 @@
color-link default "#C5C8C6,#1D1F21"
color-link comment "#7C7C7C,#1D1F21"
color-link identifier "#F9EE98,#1D1F21"
color-link constant "#FF73FD,#1D1F21"
color-link constant.string "#A8FF60,#1D1F21"
color-link statement "#96CBFE,#1D1F21"
color-link preproc "#62B1FE,#1D1F21"
color-link type "#C6C5FE,#1D1F21"
color-link special "#A6E22E,#1D1F21"
color-link underlined "#D33682,#1D1F21"
color-link error "bold #FF4444,#1D1F21"
color-link todo "bold #FF8844,#1D1F21"
color-link statusline "#1D1F21,#C5C8C6"
color-link indent-char "#505050,#1D1F21"
color-link line-number "#656866,#232526"
color-link gutter-error "#FF4444,#1D1F21"
color-link gutter-warning "#EEEE77,#1D1F21"
color-link cursor-line "#2D2F31"