about summary refs log tree commit diff stats
path: root/home/kurb42/.Xdefaults
diff options
context:
space:
mode:
Diffstat (limited to 'home/kurb42/.Xdefaults')
-rw-r--r--home/kurb42/.Xdefaults36
1 files changed, 36 insertions, 0 deletions
diff --git a/home/kurb42/.Xdefaults b/home/kurb42/.Xdefaults
new file mode 100644
index 0000000..bc0d927
--- /dev/null
+++ b/home/kurb42/.Xdefaults
@@ -0,0 +1,36 @@
+! -- Colors -- !
+URxvt.foreground:   #d8dee9
+URxvt.background:   #2e3440
+URxvt.cursorColor:  #d8dee9
+URxvt.fading: 35
+URxvt.fadeColor: #4c566a
+
+URxvt.color0: #3b4252
+URxvt.color1: #bf616a
+URxvt.color2: #a3be8c
+URxvt.color3: #ebcb8b
+URxvt.color4: #81a1c1
+URxvt.color5: #b48ead
+URxvt.color6: #88c0d0
+URxvt.color7: #e5e9f0
+URxvt.color8: #4c566a
+URxvt.color9: #bf616a
+URxvt.color10: #a3be8c
+URxvt.color11: #ebcb8b
+URxvt.color12: #81a1c1
+URxvt.color13: #b48ead
+URxvt.color14: #8fbcbb
+URxvt.color15: #eceff4
+
+! -- General -- !
+URxvt.scrollBar: false
+URxvt.cursorBlink: true
+
+! -- Fonts -- !
+URxvt.font: xft:UbuntuMono Nerd Font:pixelsize=14:antialias=true
+
+! -- Restore Ctrl+Shift+(C|V) -- !
+URxvt.keysym.Shift-Control-V: eval:paste_clipboard
+URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
+URxvt.iso14755: false
+URxvt.iso14755_52: false