From d202ead5fa927869dbbe8b08e91100de20bcd324 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Sat, 27 Aug 2016 16:21:20 -0700 Subject: [PATCH] Add new base16 color schemes --- core/core-themes-support.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-themes-support.el b/core/core-themes-support.el index abc75e266..83333b0aa 100644 --- a/core/core-themes-support.el +++ b/core/core-themes-support.el @@ -54,6 +54,7 @@ (base16-eighties . base16-theme) (base16-embers . base16-theme) (base16-flat . base16-theme) + (base16-github . base16-theme) (base16-google-dark . base16-theme) (base16-google-light . base16-theme) (base16-grayscale-dark . base16-theme) @@ -81,10 +82,13 @@ (base16-solar-flare . base16-theme) (base16-solarized-dark . base16-theme) (base16-solarized-light . base16-theme) - (base16-summerfruit . base16-theme) + (base16-summerfruit-dark . base16-theme) + (base16-summerfruit-light . base16-theme) (base16-tomorrow-night . base16-theme) (base16-tomorrow . base16-theme) (base16-twilight . base16-theme) + (base16-unikitty-dark . base16-theme) + (base16-unikitty-light . base16-theme) (sanityinc-solarized-dark . color-theme-sanityinc-solarized) (sanityinc-solarized-light . color-theme-sanityinc-solarized) (sanityinc-tomorrow-blue . color-theme-sanityinc-tomorrow)