diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-09-05 21:38:20 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-09-05 21:38:20 -0500 |
commit | 3436d24fa4f9871af68977e07e2e7241e873bc9f (patch) | |
tree | d5ac07c1a8619238ee1e3385a0715a7c91fd3c24 | |
parent | 17aac7f017b67f0f73827dc28f7e987c8fa92461 (diff) |
more colors!
-rw-r--r-- | dotfiles/Xresources | 18 | ||||
-rw-r--r-- | dotfiles/spacemacs | 7 |
2 files changed, 20 insertions, 5 deletions
diff --git a/dotfiles/Xresources b/dotfiles/Xresources new file mode 100644 index 0000000..0583ae5 --- /dev/null +++ b/dotfiles/Xresources @@ -0,0 +1,18 @@ +*foreground: rgb:c5/c8/c6 +*background: rgb:1d/1f/21 +*color0: rgb:1d/1f/21 +*color1: rgb:28/2a/2e +*color2: rgb:37/3b/41 +*color3: rgb:96/98/96 +*color4: rgb:b4/b7/b4 +*color5: rgb:c5/c8/c6 +*color6: rgb:e0/e0/e0 +*color7: rgb:ff/ff/ff +*color8: rgb:cc/66/66 +*color9: rgb:de/93/5f +*color10: rgb:f0/c6/74 +*color11: rgb:b5/bd/68 +*color12: rgb:8a/be/b7 +*color13: rgb:81/a2/be +*color14: rgb:b2/94/bb +*color15: rgb:a3/68/5a
\ No newline at end of file diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs index 8767201..53ac480 100644 --- a/dotfiles/spacemacs +++ b/dotfiles/spacemacs @@ -55,11 +55,8 @@ (projects . 7)) dotspacemacs-startup-buffer-responsive t dotspacemacs-scratch-mode 'text-mode - dotspacemacs-themes '(sanityinc-solarized-dark - sanityinc-solarized-light - solarized-theme - spacemacs-dark - spacemacs-light) + dotspacemacs-themes '(base16-tomorrow-night + base16-tomorrow) dotspacemacs-colorize-cursor-according-to-state t dotspacemacs-default-font '("DejaVu Sans Mono" :size 15 |