From 67a3c6d4264802cb0c506234b24d4c80fa52a76c Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 9 Aug 2020 18:55:14 +0200 Subject: Initial --- .config/x/defaults | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .config/x/defaults (limited to '.config/x/defaults') diff --git a/.config/x/defaults b/.config/x/defaults new file mode 100644 index 0000000..2fa5930 --- /dev/null +++ b/.config/x/defaults @@ -0,0 +1,60 @@ +URxvt.font: xft:DejaVuSansMono Nerd Font Mono:pixelsize=14 +URxvt.boldFont: xft:DejaVuSansMono Nerd Font Mono:style=bold +URxvt.italicFont: xft:DejaVuSansMono Nerd Font Mono:style=oblique +URxvt.boldItalicfont: xft:DejaVuSansMono Nerd Font Mono:style=bold oblique + +URxvt.reverseVideo: false +URxvt.saveLines: 1024 +URxvt.scrollBar: false + +! True transparency +URxvt.depth: 32 +URxvt.background: [0]#000000 +URxvt.foreground: [100]#ffffff +! Native (fake) transparency +!URxvt.shading: 20 +!URxvt.transparent: true + +URxvt.keysym.Control-Up: \033[1;5A +URxvt.keysym.Control-Down: \033[1;5B +URxvt.keysym.Control-Left: \033[1;5D +URxvt.keysym.Control-Right: \033[1;5C + +st.alpha: 0.80 + +! IR_Black +*.foreground: #f1f1f1 +*.background: #000000 +*.cursorColor: #f0f080 + +! Black +*.color0: #4f4f4f +*.color8: #7b7b7b + +! Red +*.color1: #fa6c60 +*.color9: #fcb6b0 + +! Green +*.color2: #a8ff60 +*.color10: #cfffab + +! Yellow +*.color3: #fffeb7 +*.color11: #ffffcc + +! Blue +*.color4: #96cafe +*.color12: #b5dcff + +! Magenta +*.color5: #fa73fd +*.color13: #fb9cfe + +! Cyan +*.color6: #c6c5fe +*.color14: #e0e0fe + +! White +*.color7: #efedef +*.color15: #ffffff -- cgit v1.3