use solarized-light color scheme
Stefan Bund [Fri, 6 Oct 2017 10:34:26 +0000 (12:34 +0200)]
.gitmodules
setup/solarized-emacs.el [new file with mode: 0644]
solarized-emacs [new submodule]

index 4982feb..b1f65c9 100644 (file)
@@ -36,3 +36,6 @@ url = git://g0dil.de/emacsstuff.git
 [submodule "system-cores.el"]
        path = system-cores.el
        url = https://github.com/aaron-em/system-cores.el.git
+[submodule "solarized-emacs"]
+       path = solarized-emacs
+       url = https://github.com/bbatsov/solarized-emacs.git
diff --git a/setup/solarized-emacs.el b/setup/solarized-emacs.el
new file mode 100644 (file)
index 0000000..cc6bd29
--- /dev/null
@@ -0,0 +1,11 @@
+(add-to-list 'load-path (concat (file-name-directory
+                                 (directory-file-name
+                                  (file-name-directory
+                                   (or load-file-name
+                                       (when (boundp 'bytecomp-filename) bytecomp-filename)
+                                       buffer-file-name))))
+                                "solarized-emacs"))
+
+(setq solarized-use-less-bold t)
+(setq solarized-distinct-fringe-background t)
+(require 'solarized-light-theme)
diff --git a/solarized-emacs b/solarized-emacs
new file mode 160000 (submodule)
index 0000000..a259562
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit a2595627a793c57fa904ac210a6ca07fe1fef656