From 1c703aa0208bbf66b5e3a132f04ebab47b4d9366 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 29 Aug 2020 21:23:22 +0200 Subject: xterm and qtile --- .Xdefaults | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .Xdefaults (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..573922a --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,48 @@ +!fonts&stuff +xterm*faceSize: 9 +!xterm*eightBitInput: false +xterm*faceName: monospace +!Background & foreground +xterm*background: #002B36 +xterm*foreground: #D2D2D2 +xterm*borderColor: #343434 + +!Turning off scrollbar +xterm*scrollBar: off + +!Starting up with a geometry +!xterm*vt100*geometry: 88x24 + +!Colors +!------------------------- +!black +xterm*color0: #222222 +xterm*color8: #454545 + +!red +xterm*color1: #9E5641 +xterm*color9: #CC896D + +!green +xterm*color2: #6C7E55 +xterm*color10: #C4DF90 + +!yellow +xterm*color3: #CAAF2B +xterm*color11: #FFE080 + +!blue +xterm*color4: #7FB8D8 +xterm*color12: #B8DDEA + +!magenta +xterm*color5: #956D9D +xterm*color13: #C18FCB + +!cyan +xterm*color6: #4c8ea1 +xterm*color14: #6bc1d0 + +!white +xterm*color7: #808080 +xterm*color15: #cdcdcd -- cgit v1.2.3