diff options
| -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 | 
