commit ebcf0ddf1898d2d87014bbdd535c3602fe9df7c9 Author: ray Date: Mon Jun 14 13:59:04 2021 +0100 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4066603 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# XResources + +Contains configuration for **xterm**. diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..0ea5bb6 --- /dev/null +++ b/Xresources @@ -0,0 +1,21 @@ +XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:antialias=true +XTerm.vt100.faceSize: 10 + +XTerm.vt100.background: rgb:1f/1f/1f +XTerm.vt100.color0: #000000 +XTerm.vt100.color8: #000000 +XTerm.vt100.color1: #cc6666 +XTerm.vt100.color9: #cc6666 +XTerm.vt100.color2: #b5bd68 +XTerm.vt100.color10: #b5bd68 +XTerm.vt100.color3: #f0c574 +XTerm.vt100.color11: #f0c574 +XTerm.vt100.color4: #80a1bd +XTerm.vt100.color12: #80a1bd +XTerm.vt100.color5: #b294ba +XTerm.vt100.color13: #b294ba +XTerm.vt100.color6: #8abdb6 +XTerm.vt100.color14: #8abdb6 +XTerm.vt100.color7: #fffefe +XTerm.vt100.color15: #fffefe + diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..43115f0 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ln -s "$HOME"/.config/Xresources/Xresources "$HOME"/.Xresources