From 4280dd77ca0ee853a914eab2ca4d42db63265bd4 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 20 Jul 2016 19:55:42 +1000 Subject: [PATCH] use pastels on dark theme --- .gitmodules | 3 +++ lisp/my-gui.el | 2 +- packages/pastels-on-dark-theme | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 packages/pastels-on-dark-theme diff --git a/.gitmodules b/.gitmodules index cf63ada..8bdb2c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,6 @@ [submodule "dockerfile-mode"] path = packages/dockerfile-mode url = https://github.com/spotify/dockerfile-mode.git +[submodule "pastels-on-dark-theme"] + path = packages/pastels-on-dark-theme + url = https://gist.github.com/1906662.git diff --git a/lisp/my-gui.el b/lisp/my-gui.el index f97309a..4f005ff 100644 --- a/lisp/my-gui.el +++ b/lisp/my-gui.el @@ -1,4 +1,4 @@ -(load-theme 'deeper-blue) +(require 'pastels-on-dark-theme) (menu-bar-mode -1) (tool-bar-mode -1) diff --git a/packages/pastels-on-dark-theme b/packages/pastels-on-dark-theme new file mode 160000 index 0000000..1473aee --- /dev/null +++ b/packages/pastels-on-dark-theme @@ -0,0 +1 @@ +Subproject commit 1473aee65d2039a3ba291e1a4e0cd117b5d278f3 -- 2.39.2