terminal tweaks
This commit is contained in:
parent
c03bd3292d
commit
91a55321d1
2 changed files with 27 additions and 28 deletions
|
@ -8,7 +8,7 @@ dynamic_title = true
|
|||
urgent_on_bell = true
|
||||
clickable_url = true
|
||||
font = Terminus Bold 11
|
||||
scrollback_lines = 1000
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
icon_name = terminal
|
||||
cursor_blink = off
|
||||
|
@ -17,29 +17,29 @@ browser = firefox
|
|||
size_hints = true
|
||||
|
||||
[colors]
|
||||
cursor = #E74C3C
|
||||
foreground = #BDC3C7
|
||||
foreground_bold = #ECF0F1
|
||||
background = #2C3E50
|
||||
cursor = #dc322f
|
||||
foreground = #657b83
|
||||
foreground_bold = #002b36
|
||||
background = #fdf6e3
|
||||
|
||||
# base16 Flat by Chris Kempson (http://chriskempson.com)
|
||||
color0 = #34495E
|
||||
color1 = #E74C3C
|
||||
color2 = #2ECC71
|
||||
color3 = #F1C40F
|
||||
color4 = #3498DB
|
||||
color5 = #be643c
|
||||
color6 = #1ABC9C
|
||||
color7 = #f5f5f5
|
||||
# base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
|
||||
color0 = #073642
|
||||
color1 = #dc322f
|
||||
color2 = #859900
|
||||
color3 = #b58900
|
||||
color4 = #268bd2
|
||||
color5 = #d33682
|
||||
color6 = #2aa198
|
||||
color7 = #eee8d5
|
||||
|
||||
color8 = #2C3E50
|
||||
color9 = #E67E22
|
||||
color10 = #7F8C8D
|
||||
color11 = #95A5A6
|
||||
color12 = #BDC3C7
|
||||
color13 = #9B59B6
|
||||
color14 = #e0e0e0
|
||||
color15 = #ECF0F1
|
||||
color8 = #002b36
|
||||
color9 = #cb4b16
|
||||
color10 = #586e75
|
||||
color11 = #657b83
|
||||
color12 = #839496
|
||||
color13 = #6c71c4
|
||||
color14 = #93a1a1
|
||||
color15 = #fdf6e3
|
||||
|
||||
[hints]
|
||||
font = Terminus 9
|
||||
|
|
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…
Reference in a new issue