summaryrefslogtreecommitdiff
path: root/Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'Xresources')
-rw-r--r--Xresources66
1 files changed, 66 insertions, 0 deletions
diff --git a/Xresources b/Xresources
new file mode 100644
index 0000000..cc56ba0
--- /dev/null
+++ b/Xresources
@@ -0,0 +1,66 @@
+URxvt.font: xft:Terminus:pixelsize=14:antialias=true, \
+ xft:Unifont:size=7:antialias=false
+! xft:Symbola
+URxvt.scrollBar: false
+URxvt.saveLines: 10000
+!URxvt.background: black
+!URxvt.foreground: grey70
+!URxvt.color12: RoyalBlue
+URxvt.urgentOnBell: true
+URxvt.scrollTtyOutput: false
+URxvt.scrollWithBuffer: false
+URxvt.scrollTtyKeypress: true
+!URxvt.borderLess: true
+URxvt.iso14755: false
+URxvt.iso14755_52: false
+URxvt.perl-ext-common: searchable-scrollback,matcher,font-size
+URxvt.url-launcher: /usr/bin/x-www-browser
+URxvt.matcher.button: 2
+URxvt.matcher.pattern.1: (?:Closes:.|\\#)(1?\\d{6}\\b)
+URxvt.matcher.launcher.1: x-www-browser https:\/\/bugs.debian.org/$1
+URxvt.matcher.pattern.2: (1?\\d{6})@bugs.debian.org
+URxvt.matcher.launcher.2: x-www-browser https:\/\/bugs.debian.org/$1
+URxvt.matcher.pattern.3: (\\b[\\w-]*[A-Za-z][\\w-]*\\([1-9]\\))
+URxvt.matcher.launcher.3: x-www-browser https:\/\/manpages.debian.org\/unstable\/$1
+URxvt.font-size.step: 2
+xterm*font: terminus-24
+xterm*background: black
+xterm*foreground: grey70
+
+! srcery colors (https://github.com/srcery-colors/srcery-terminal)
+! special
+*foreground: #fce8c3
+*background: #1c1b19
+*cursorColor: #fbb829
+
+! black
+*color0: #1c1b19
+*color8: #918175
+
+! red
+*color1: #ef2f27
+*color9: #f75341
+
+! green
+*color2: #519f50
+*color10: #98bc37
+
+! yellow
+*color3: #fbb829
+*color11: #fed06e
+
+! blue
+*color4: #2c78bf
+*color12: #68a8e4
+
+! magenta
+*color5: #e02c6d
+*color13: #ff5c8f
+
+! cyan
+*color6: #0aaeb3
+*color14: #2be4d0
+
+! white
+*color7: #baa67f
+*color15: #fce8c3