terminal tweaks
This commit is contained in:
parent
c03bd3292d
commit
91a55321d1
2 changed files with 27 additions and 28 deletions
11
xresources
11
xresources
|
@ -16,13 +16,16 @@ URxvt.font: terminus_bold
|
|||
URxvt.boldFont: terminus_bold
|
||||
URxvt.italicFont: terminus_bold
|
||||
URxvt.boldItalicFont: terminus_bold
|
||||
URxvt.saveLines: 1000
|
||||
URxvt.saveLines: 10000
|
||||
URxvt.iso14755: false
|
||||
URxvt.visualBell: false
|
||||
URxvt.urgentOnBell: true
|
||||
URxvt.termName: rxvt-unicode-256color
|
||||
URxvt.internalBorder: 1
|
||||
URxvt.fading: 5
|
||||
URxvt.pastableTabs: true
|
||||
URxvt.geometry: 120:36
|
||||
URxvt.intensityStyles: false
|
||||
|
||||
! urxvt perl extensions
|
||||
URxvt.perl-ext-common: default,matcher,clipboard
|
||||
|
@ -32,7 +35,7 @@ URxvt.keysym.C-C: perl:clipboard:copy
|
|||
URxvt.keysym.C-V: perl:clipboard:paste
|
||||
! }}}
|
||||
! {{{ urxvt colors
|
||||
! base16 Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
|
||||
! base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
|
||||
#define base00 #002b36
|
||||
#define base01 #073642
|
||||
#define base02 #586e75
|
||||
|
@ -50,10 +53,6 @@ URxvt.keysym.C-V: perl:clipboard:paste
|
|||
#define base0E #6c71c4
|
||||
#define base0F #d33682
|
||||
|
||||
!URxvt.foreground: base04
|
||||
!URxvt.background: base00
|
||||
!URxvt.colorBD: base07
|
||||
|
||||
URxvt.foreground: base03
|
||||
URxvt.background: base07
|
||||
URxvt.colorBD: base00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue