summaryrefslogtreecommitdiffstats
path: root/.Xresources
diff options
context:
space:
mode:
authorKent Smith <smitkent@isu.edu>2019-06-07 10:51:28 -0600
committerKent Smith <smitkent@isu.edu>2019-06-07 10:51:28 -0600
commitea50f7d3e04c01aea08a31b9acdb6109b5e9a8fd (patch)
tree919e4ec3df2a00276edf276215a81861014a9f7e /.Xresources
downloadcfg-ea50f7d3e04c01aea08a31b9acdb6109b5e9a8fd.tar.gz
cfg-ea50f7d3e04c01aea08a31b9acdb6109b5e9a8fd.tar.bz2
initial commit
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources46
1 files changed, 46 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..e8ce51a
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,46 @@
+URxvt.font: xft:iosevka:size=10
+URxvt.letterSpace: -1
+URxvt.scrollBar: false
+URxvt.urgentOnBell: true
+URxvt.perl-ext-common: resize-font
+URxvt.perl-ext: default,url-select
+URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.url-select.launcher: /usr/bin/xdg-open
+URxvt.url-select.underline: true
+
+! special
+*.foreground: #c5c8c6
+*.background: #1d1f21
+*.cursorColor: #c5c8c6
+
+! black
+*.color0: #282a2e
+*.color8: #373b41
+
+! red
+*.color1: #a54242
+*.color9: #cc6666
+
+! green
+*.color2: #8c9440
+*.color10: #b5bd68
+
+! yellow
+*.color3: #de935f
+*.color11: #f0c674
+
+! blue
+*.color4: #5f819d
+*.color12: #81a2be
+
+! magenta
+*.color5: #85678f
+*.color13: #b294bb
+
+! cyan
+*.color6: #5e8d87
+*.color14: #8abeb7
+
+! white
+*.color7: #707880
+*.color15: #c5c8c6