|
@@ -0,0 +1,42 @@
|
|
|
+URxvt.font: xft:Input Mono:pixelsize=14, xft:Symbola:pixelsize=12
|
|
|
+
|
|
|
+! black
|
|
|
+*color0: #1b1918
|
|
|
+*color8: #1b1918
|
|
|
+! red
|
|
|
+*color1: #f22c40
|
|
|
+*color9: #f22ca3
|
|
|
+! green
|
|
|
+*color2: #5ab738
|
|
|
+*color10: #86d16a
|
|
|
+! yellow
|
|
|
+*color3: #de7d1d
|
|
|
+*color11: #d5911a
|
|
|
+! blue
|
|
|
+*color4: #407ee7
|
|
|
+*color12: #6d9ded
|
|
|
+! magenta
|
|
|
+*color5: #6666ea
|
|
|
+*color13: #c293f0
|
|
|
+! cyan
|
|
|
+*color6: #00ad9c
|
|
|
+*color14: #007a6e
|
|
|
+! white
|
|
|
+*color7: #a8a19f
|
|
|
+*color15: #cac6c5
|
|
|
+
|
|
|
+*background: #f1efee
|
|
|
+*foreground: #68615e
|
|
|
+
|
|
|
+
|
|
|
+!! URXVT CONFIG !!
|
|
|
+URxvt.perl-ext-common: default,matcher
|
|
|
+URxvt.url-launcher: /usr/bin/xdg-open
|
|
|
+URxvt.matcher.button: 1
|
|
|
+URxvt.matcher.rend.0: Uline fg3
|
|
|
+
|
|
|
+URxvt.scrollBar: false
|
|
|
+URxvt.clipboard.autocopy: true
|
|
|
+
|
|
|
+URxvt.keysym.Shift-Up: command:\033]720;30\007
|
|
|
+URxvt.keysym.Shift-Down: command:\033]721;30\007
|