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
|
urgent_on_bell = true
|
||||||
clickable_url = true
|
clickable_url = true
|
||||||
font = Terminus Bold 11
|
font = Terminus Bold 11
|
||||||
scrollback_lines = 1000
|
scrollback_lines = 10000
|
||||||
search_wrap = true
|
search_wrap = true
|
||||||
icon_name = terminal
|
icon_name = terminal
|
||||||
cursor_blink = off
|
cursor_blink = off
|
||||||
|
@ -17,29 +17,29 @@ browser = firefox
|
||||||
size_hints = true
|
size_hints = true
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
cursor = #E74C3C
|
cursor = #dc322f
|
||||||
foreground = #BDC3C7
|
foreground = #657b83
|
||||||
foreground_bold = #ECF0F1
|
foreground_bold = #002b36
|
||||||
background = #2C3E50
|
background = #fdf6e3
|
||||||
|
|
||||||
# base16 Flat by Chris Kempson (http://chriskempson.com)
|
# base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
|
||||||
color0 = #34495E
|
color0 = #073642
|
||||||
color1 = #E74C3C
|
color1 = #dc322f
|
||||||
color2 = #2ECC71
|
color2 = #859900
|
||||||
color3 = #F1C40F
|
color3 = #b58900
|
||||||
color4 = #3498DB
|
color4 = #268bd2
|
||||||
color5 = #be643c
|
color5 = #d33682
|
||||||
color6 = #1ABC9C
|
color6 = #2aa198
|
||||||
color7 = #f5f5f5
|
color7 = #eee8d5
|
||||||
|
|
||||||
color8 = #2C3E50
|
color8 = #002b36
|
||||||
color9 = #E67E22
|
color9 = #cb4b16
|
||||||
color10 = #7F8C8D
|
color10 = #586e75
|
||||||
color11 = #95A5A6
|
color11 = #657b83
|
||||||
color12 = #BDC3C7
|
color12 = #839496
|
||||||
color13 = #9B59B6
|
color13 = #6c71c4
|
||||||
color14 = #e0e0e0
|
color14 = #93a1a1
|
||||||
color15 = #ECF0F1
|
color15 = #fdf6e3
|
||||||
|
|
||||||
[hints]
|
[hints]
|
||||||
font = Terminus 9
|
font = Terminus 9
|
||||||
|
|
11
xresources
11
xresources
|
@ -16,13 +16,16 @@ URxvt.font: terminus_bold
|
||||||
URxvt.boldFont: terminus_bold
|
URxvt.boldFont: terminus_bold
|
||||||
URxvt.italicFont: terminus_bold
|
URxvt.italicFont: terminus_bold
|
||||||
URxvt.boldItalicFont: terminus_bold
|
URxvt.boldItalicFont: terminus_bold
|
||||||
URxvt.saveLines: 1000
|
URxvt.saveLines: 10000
|
||||||
URxvt.iso14755: false
|
URxvt.iso14755: false
|
||||||
URxvt.visualBell: false
|
URxvt.visualBell: false
|
||||||
URxvt.urgentOnBell: true
|
URxvt.urgentOnBell: true
|
||||||
URxvt.termName: rxvt-unicode-256color
|
URxvt.termName: rxvt-unicode-256color
|
||||||
URxvt.internalBorder: 1
|
URxvt.internalBorder: 1
|
||||||
URxvt.fading: 5
|
URxvt.fading: 5
|
||||||
|
URxvt.pastableTabs: true
|
||||||
|
URxvt.geometry: 120:36
|
||||||
|
URxvt.intensityStyles: false
|
||||||
|
|
||||||
! urxvt perl extensions
|
! urxvt perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher,clipboard
|
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.keysym.C-V: perl:clipboard:paste
|
||||||
! }}}
|
! }}}
|
||||||
! {{{ urxvt colors
|
! {{{ 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 base00 #002b36
|
||||||
#define base01 #073642
|
#define base01 #073642
|
||||||
#define base02 #586e75
|
#define base02 #586e75
|
||||||
|
@ -50,10 +53,6 @@ URxvt.keysym.C-V: perl:clipboard:paste
|
||||||
#define base0E #6c71c4
|
#define base0E #6c71c4
|
||||||
#define base0F #d33682
|
#define base0F #d33682
|
||||||
|
|
||||||
!URxvt.foreground: base04
|
|
||||||
!URxvt.background: base00
|
|
||||||
!URxvt.colorBD: base07
|
|
||||||
|
|
||||||
URxvt.foreground: base03
|
URxvt.foreground: base03
|
||||||
URxvt.background: base07
|
URxvt.background: base07
|
||||||
URxvt.colorBD: base00
|
URxvt.colorBD: base00
|
||||||
|
|
Loading…
Reference in a new issue