changes
This commit is contained in:
parent
a57ad6a8d8
commit
14043be515
1 changed files with 95 additions and 94 deletions
189
.Xdefaults
189
.Xdefaults
|
|
@ -1,97 +1,98 @@
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
! Xft settings
|
! Xft settings
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
|
!
|
||||||
Xft.dpi: 96
|
!Xft.dpi: 96
|
||||||
Xft.antialias: false
|
!Xft.antialias: false
|
||||||
Xft.rgba: rgb
|
!Xft.rgba: rgb
|
||||||
Xft.hinting: true
|
!Xft.hinting: true
|
||||||
Xft.hintstyle: hintslight
|
!Xft.hintstyle: hintslight
|
||||||
|
!
|
||||||
!-------------------------------------------------------------------------------
|
!!-------------------------------------------------------------------------------
|
||||||
! URxvt settings
|
!! URxvt settings
|
||||||
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
|
!! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
|
||||||
! More info at:
|
!! More info at:
|
||||||
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
|
!! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
|
||||||
!-------------------------------------------------------------------------------
|
!!-------------------------------------------------------------------------------
|
||||||
|
!
|
||||||
URxvt.depth: 32
|
!URxvt.perl-ext: default,tabbed
|
||||||
URxvt.geometry: 90x30
|
!URxvt.depth: 32
|
||||||
URxvt.transparent: false
|
!URxvt.geometry: 90x30
|
||||||
URxvt.fading: 0
|
!URxvt.transparent: false
|
||||||
! URxvt.urgentOnBell: true
|
!URxvt.fading: 0
|
||||||
! URxvt.visualBell: true
|
!! URxvt.urgentOnBell: true
|
||||||
URxvt.loginShell: true
|
!! URxvt.visualBell: true
|
||||||
URxvt.saveLines: 50
|
!URxvt.loginShell: true
|
||||||
URxvt.internalBorder: 3
|
!URxvt.saveLines: 50
|
||||||
URxvt.lineSpace: 0
|
!URxvt.internalBorder: 3
|
||||||
|
!URxvt.lineSpace: 0
|
||||||
! Fonts
|
!
|
||||||
URxvt.allow_bold: false
|
!! Fonts
|
||||||
/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */
|
!URxvt.allow_bold: false
|
||||||
!URxvt*font: xft:Monospace:pixelsize=14
|
!!URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1
|
||||||
!URxvt*boldFont: xft:Monospace:pixelsize=14
|
!!URxvt*font: xft:Monospace:pixelsize=10
|
||||||
URxvt*font: xft:Inconsolata:pixelsize=16
|
!!URxvt*boldFont: xft:Monospace:pixelsize=10
|
||||||
URxvt*boldFont: xft:Inconsolata:pixelsize=16
|
!URxvt*font: xft:Inconsolata:pixelsize=16
|
||||||
|
!URxvt*boldFont: xft:Inconsolata:pixelsize=16
|
||||||
! Fix font space
|
!
|
||||||
URxvt*letterSpace: -1
|
!! Fix font space
|
||||||
|
!URxvt*letterSpace: -1
|
||||||
! Scrollbar
|
!
|
||||||
URxvt.scrollStyle: rxvt
|
!! Scrollbar
|
||||||
URxvt.scrollBar: false
|
!URxvt.scrollStyle: rxvt
|
||||||
|
!URxvt.scrollBar: false
|
||||||
! Perl extensions
|
!
|
||||||
URxvt.perl-ext-common: default,matcher
|
!! Perl extensions
|
||||||
URxvt.matcher.button: 1
|
!URxvt.perl-ext-common: default,matcher
|
||||||
URxvt.urlLauncher: firefox
|
!URxvt.matcher.button: 1
|
||||||
|
!URxvt.urlLauncher: firefox
|
||||||
! Cursor
|
!
|
||||||
URxvt.cursorBlink: true
|
!! Cursor
|
||||||
URxvt.cursorColor: #657b83
|
!URxvt.cursorBlink: true
|
||||||
URxvt.cursorUnderline: false
|
!URxvt.cursorColor: #657b83
|
||||||
|
!URxvt.cursorUnderline: false
|
||||||
! Pointer
|
!
|
||||||
URxvt.pointerBlank: true
|
!! Pointer
|
||||||
|
!URxvt.pointerBlank: true
|
||||||
!!Source http://github.com/altercation/solarized
|
!
|
||||||
|
!!!Source http://github.com/altercation/solarized
|
||||||
*background: #002b36
|
!
|
||||||
*foreground: #657b83
|
!*background: #002b36
|
||||||
!!*fading: 40
|
!*foreground: #657b83
|
||||||
*fadeColor: #002b36
|
!!!*fading: 40
|
||||||
*cursorColor: #93a1a1
|
!*fadeColor: #002b36
|
||||||
*pointerColorBackground: #586e75
|
!*cursorColor: #93a1a1
|
||||||
*pointerColorForeground: #93a1a1
|
!*pointerColorBackground: #586e75
|
||||||
|
!*pointerColorForeground: #93a1a1
|
||||||
!! black dark/light
|
!
|
||||||
*color0: #073642
|
!!! black dark/light
|
||||||
*color8: #002b36
|
!*color0: #073642
|
||||||
|
!*color8: #002b36
|
||||||
!! red dark/light
|
!
|
||||||
*color1: #dc322f
|
!!! red dark/light
|
||||||
*color9: #cb4b16
|
!*color1: #dc322f
|
||||||
|
!*color9: #cb4b16
|
||||||
!! green dark/light
|
!
|
||||||
*color2: #859900
|
!!! green dark/light
|
||||||
*color10: #586e75
|
!*color2: #859900
|
||||||
|
!*color10: #586e75
|
||||||
!! yellow dark/light
|
!
|
||||||
*color3: #b58900
|
!!! yellow dark/light
|
||||||
*color11: #657b83
|
!*color3: #b58900
|
||||||
|
!*color11: #657b83
|
||||||
!! blue dark/light
|
!
|
||||||
*color4: #268bd2
|
!!! blue dark/light
|
||||||
*color12: #839496
|
!*color4: #268bd2
|
||||||
|
!*color12: #839496
|
||||||
!! magenta dark/light
|
!
|
||||||
*color5: #d33682
|
!!! magenta dark/light
|
||||||
*color13: #6c71c4
|
!*color5: #d33682
|
||||||
|
!*color13: #6c71c4
|
||||||
!! cyan dark/light
|
!
|
||||||
*color6: #2aa198
|
!!! cyan dark/light
|
||||||
*color14: #93a1a1
|
!*color6: #2aa198
|
||||||
|
!*color14: #93a1a1
|
||||||
!! white dark/light
|
!
|
||||||
*color7: #eee8d5
|
!!! white dark/light
|
||||||
*color15: #fdf6e3
|
!*color7: #eee8d5
|
||||||
|
!*color15: #fdf6e3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue