aboutsummaryrefslogtreecommitdiff
path: root/urxvt/Repositories/URxvt-themes/DebianThemeURxvt
diff options
context:
space:
mode:
authorbard <[email protected]>2024-04-15 06:24:14 -0400
committerbard <[email protected]>2024-04-15 06:24:14 -0400
commit168120d4068eff9816c11f0503738c12861821ae (patch)
tree635e839eeca920432fcaa8417b282e074e84a4c2 /urxvt/Repositories/URxvt-themes/DebianThemeURxvt
initial commit
Diffstat (limited to 'urxvt/Repositories/URxvt-themes/DebianThemeURxvt')
-rw-r--r--urxvt/Repositories/URxvt-themes/DebianThemeURxvt58
1 files changed, 58 insertions, 0 deletions
diff --git a/urxvt/Repositories/URxvt-themes/DebianThemeURxvt b/urxvt/Repositories/URxvt-themes/DebianThemeURxvt
new file mode 100644
index 0000000..b0c02ff
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/DebianThemeURxvt
@@ -0,0 +1,58 @@
+! Xresource file
+
+URxvt*depth: 24
+URxvt*geometry: 100x25
+URxvt.borderColor: #333333
+URxvt.internalBorder: 8
+
+! -- scrollbar
+
+URxvt.scrollstyle: plain
+URxvt.scrollBar: false
+URxvt.scrollTtyOutput: false
+URxvt.scrollWidthBuffer: true
+URxvt.scrollTtyKeypress: true
+
+! -- login shell
+
+URxvt.loginShell: false
+
+! -- font
+
+URxvt.font: xft:lime:pixelsize=10
+
+
+! -- perl
+
+URxvt.perl-ext-command: default,clipboard,vtwheel
+URxvt.keysym.Mod4-v: perl:clipboard:paste
+
+! -- colors
+
+! black
+URxvt.color0: #121212
+URxvt.color8: #3B3B3B
+! red
+URxvt.color1: #8C4655
+URxvt.color9: #B3596B
+! green
+URxvt.color2: #8C466A
+URxvt.color10: #B35988
+! yellow
+URxvt.color3: #8C4681
+URxvt.color11: #B359A4
+! blue
+URxvt.color4: #81468C
+URxvt.color12: #2d2d2d
+! magenta
+URxvt.color5: #6A468C
+URxvt.color13: #8859B3
+! cyan
+URxvt.color6: #55468C
+URxvt.color14: #6B59B3
+! white
+URxvt.color7: #737373
+URxvt.color15: #8C8C8C
+
+URxvt.background: #333333
+URxvt.foreground: 15