diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
commit | 6c4c5513618105ea4ce081b04e0545c7c05431d8 (patch) | |
tree | ed61ada744e0d9ec8d2b41c24b949b2ad96185fe /termcolors/witch | |
parent | c8efcbbafd27e6352556bab2ec207b15d3202547 (diff) | |
download | dotfiles-6c4c5513618105ea4ce081b04e0545c7c05431d8.tar.gz |
Update
Diffstat (limited to 'termcolors/witch')
-rw-r--r-- | termcolors/witch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/termcolors/witch b/termcolors/witch new file mode 100644 index 0000000..522cde2 --- /dev/null +++ b/termcolors/witch @@ -0,0 +1,38 @@ +*background: #0f0f0f +*foreground: #f0f0f0 + +!URxvt.colorIT: # +!URxvt.colorUL: # +!URxvt.colorBD: # + +! BLACK +*color0: #0f0f0f +*color8: #2f2f2f + +! RED +*color1: #aa6644 +*color9: #dd9955 + +! GREEN +*color2: #445533 +*color10: #778844 + +! YELLOW +*color3: #eeddaa +*color11: #eedd66 + +! BLUE +*color4: #445566 +*color12: #5b94c7 + +! MAGENTA +*color5: #ab4489 +*color13: #de5499 + +! CYAN +*color6: #4499ab +*color14: #5499de + +! WHITE +*color7: #f0f0f0 +*color15: #ffffff |