aboutsummaryrefslogtreecommitdiff
path: root/.Xdefaults
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-08-29 21:23:22 +0200
committerMateja <mail@matejamaric.com>2020-08-29 21:23:22 +0200
commit1c703aa0208bbf66b5e3a132f04ebab47b4d9366 (patch)
tree6c3b2d4156aa1619791a58a270c8db9e3da462a4 /.Xdefaults
parentf81b30d65d0b229fe12e8726204cbad404e819d5 (diff)
downloaddotfiles-1c703aa0208bbf66b5e3a132f04ebab47b4d9366.tar.gz
dotfiles-1c703aa0208bbf66b5e3a132f04ebab47b4d9366.zip
xterm and qtile
Diffstat (limited to '.Xdefaults')
-rw-r--r--.Xdefaults48
1 files changed, 48 insertions, 0 deletions
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