diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 00:18:10 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 00:18:10 -0300 |
commit | a6647f2481ab92ab3fa7c80b4c5600da935696ba (patch) | |
tree | 0a93448124c32cfa78de803349ef96d1f8d26c40 /termcolors/google | |
parent | f852bfd75bec7e53febeb3e753fce5752b423d97 (diff) | |
download | dotfiles-a6647f2481ab92ab3fa7c80b4c5600da935696ba.tar.gz |
Update xresources :)
Diffstat (limited to 'termcolors/google')
-rw-r--r-- | termcolors/google | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/termcolors/google b/termcolors/google new file mode 100644 index 0000000..322c4e6 --- /dev/null +++ b/termcolors/google @@ -0,0 +1,38 @@ +! special +*.foreground: #c5c8c6 +*.background: #1d1f21 +*.cursorColor: #c5c8c6 + +! black +*.color0: #1d1f21 +*.color8: #969896 + +! red +*.color1: #cc342b +*.color9: #cc342b + +! green +*.color2: #198844 +*.color10: #198844 + +! yellow +*.color3: #fba922 +*.color11: #fba922 + +! blue +*.color4: #3971ed +*.color12: #3971ed + +! magenta +*.color5: #a36ac7 +*.color13: #a36ac7 + +! cyan +*.color6: #3971ed +*.color14: #3971ed + +! white +*.color7: #c5c8c6 +*.color15: #ffffff + +! vim: ft=xdefaults |