Browse Source

Added my .Xresources

tags/original
Bryan Miller 6 years ago
parent
commit
ac57654952
1 changed files with 54 additions and 0 deletions
  1. +54
    -0
      .Xresources

+ 54
- 0
.Xresources View File

@@ -0,0 +1,54 @@
urxvt*scrollBar: false
URxvt.depth: 32
URxvt.background: [85]#2B2B2B
URxvt.foreground: #A2DBB4
URxvt*letterSpace: 0
URxvt*colorUL: #86a2b0

URxvt*font: xft:Source\ Code\ Pro\ for\ Powerline,Source\ Code\ Pro\ Medium:size=11

!! Extensions:
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select

!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/chromium
URxvt.url-select.underline: true

!! keyboard-select
URxvt.keysym.M-Escape: perl:keyboard-select:activate

!! matcher
URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1

!black
*color0: #2B2B2B
*color8: #0E190E
!red
urxvt*color1: #369D58
urxvt*color9: #216136

!green
urxvt*color2: #34D4CC
urxvt*color10: #12B2B8

!yellow
urxvt*color3: #6BBF59
urxvt*color11: #4D7E42

!blue
urxvt*color4: #4F8F60
urxvt*color12: #228443

!magenta
urxvt*color5: #268745
urxvt*color13: #216136

!cyan
urxvt*color6: #397157
urxvt*color14: #1C6332

!white
*color7: #A2DBB4
*color15: #6AB07C

Loading…
Cancel
Save