summaryrefslogtreecommitdiff
path: root/Xresources/.Xresources/urxvt
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-10-19 16:31:36 +0100
committerUrbain Vaes <urbain@vaes.uk>2020-10-19 16:31:36 +0100
commitea797e789ed5566fe3ffb5395ea41eb74c2b73a1 (patch)
tree637987a7066641ea3d8c7d5aa3bade2ad5b3e615 /Xresources/.Xresources/urxvt
parentcf274306ec254317e88d24b6147202aae862df80 (diff)
Remove colorschemes
Diffstat (limited to 'Xresources/.Xresources/urxvt')
-rw-r--r--Xresources/.Xresources/urxvt62
1 files changed, 62 insertions, 0 deletions
diff --git a/Xresources/.Xresources/urxvt b/Xresources/.Xresources/urxvt
new file mode 100644
index 0000000..d9078a8
--- /dev/null
+++ b/Xresources/.Xresources/urxvt
@@ -0,0 +1,62 @@
+! URXVT !
+
+! General settings
+URxvt.loginShell : true
+URxvt.termName : rxvt-256color
+URxvt.urgentOnBell : true
+
+! Custom META key
+URxvt*modifier: alt
+
+! Copy-paste configuration
+URxvt.clipboard.copycmd: xclip -i -selection clipboard
+URxvt.clipboard.pastecmd: xclip -o -selection clipboard
+
+! Perl extensions configuration
+URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize
+URxvt.url-select.launcher: /usr/bin/xdg-open
+URxvt.url-select.underline: true
+
+! Key bindings for extensions
+URxvt.keysym.M-Escape: perl:keyboard-select:activate
+URxvt.keysym.M-s: perl:keyboard-select:search
+URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.keysym.M-y: perl:clipboard:copy
+URxvt.keysym.M-p: perl:clipboard:paste
+URxvt.resize-font.smaller: C-minus
+URxvt.resize-font.bigger: C-plus
+
+! Appearance
+/* URxvt*font: xft:DejaVu Sans Mono:size=12 */
+URxvt*font: xft:monaco:size=12
+URxvt*scrollBar: false
+URxvt*internalBorder: 0
+URxvt.fading: 35
+
+! $TERM environment variable
+URxvt*.termName: rxvt-unicode-256color
+
+! Colors
+URxvt.borderColor: #2E3440
+
+*.foreground: #D8DEE9
+*.background: #2E3440
+*.cursorColor: #D8DEE9
+*fadeColor: #4C566A
+
+*.color0: #3B4252
+*.color1: #BF616A
+*.color2: #A3BE8C
+*.color3: #EBCB8B
+*.color4: #81A1C1
+*.color5: #B48EAD
+*.color6: #88C0D0
+*.color7: #E5E9F0
+*.color8: #4C566A
+*.color9: #BF616A
+*.color10: #A3BE8C
+*.color11: #EBCB8B
+*.color12: #81A1C1
+*.color13: #B48EAD
+*.color14: #8FBCBB
+*.color15: #ECEFF4