summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-05 09:45:06 -0800
committerBen Sima <ben@bsima.me>2018-11-05 09:49:05 -0800
commit20ab562c5c38f50aa2dc733d663ceaeddee00bc2 (patch)
tree30fa859f1a75cb9284f98f1d6b8cd082b5e4c0b9
parentfcf9e493cee2ff94ff5a6c767e14cd47de805b2a (diff)
Dark themes
-rw-r--r--emacs-packages.nix1
-rw-r--r--home.nix2
-rw-r--r--vimrc4
3 files changed, 4 insertions, 3 deletions
diff --git a/emacs-packages.nix b/emacs-packages.nix
index e6b02f0..021cf88 100644
--- a/emacs-packages.nix
+++ b/emacs-packages.nix
@@ -50,6 +50,7 @@ restclient
s
shakespeare-mode
smart-mode-line
+spacemacs-theme
swiper
sx
undo-tree
diff --git a/home.nix b/home.nix
index 26267fa..0c4acb2 100644
--- a/home.nix
+++ b/home.nix
@@ -77,7 +77,7 @@ in
"XTerm*termName" = "xterm-256color";
"XTerm*metaSendsEscape" = true;
};
- extraConfig = builtins.readFile(solarized-xresources + "/Xresources.light");
+ extraConfig = builtins.readFile(solarized-xresources + "/Xresources.dark");
};
services = {
diff --git a/vimrc b/vimrc
index d36fcf3..f483cad 100644
--- a/vimrc
+++ b/vimrc
@@ -55,5 +55,5 @@ map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
""" Colors
-set background=light
-colorscheme sol
+set background=dark
+colorscheme spacegray