mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Config for solarized urxvt.
This commit is contained in:
@@ -1 +1,86 @@
|
|||||||
Xcursor.size: 16
|
Xcursor.size: 16
|
||||||
|
|
||||||
|
!!!
|
||||||
|
! Xft for fonts
|
||||||
|
!!!
|
||||||
|
Xft.dpi: 96
|
||||||
|
Xft.antialias: false
|
||||||
|
Xft.rgba: rgb
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.hintstyle: hintslight
|
||||||
|
|
||||||
|
!!!
|
||||||
|
! Solarized urxvt
|
||||||
|
!!!
|
||||||
|
URxvt.depth: 32
|
||||||
|
URxvt.geometry: 90x30
|
||||||
|
URxvt.transparent: false
|
||||||
|
URxvt.fading: 0
|
||||||
|
URxvt.urgentOnBell: true
|
||||||
|
URxvt.visualBell: true
|
||||||
|
URxvt.loginShell: true
|
||||||
|
URxvt.saveLines: 50000
|
||||||
|
URxvt.internalBorder: 2
|
||||||
|
URxvt.lineSpace: 0
|
||||||
|
URxvt.iso14755: false
|
||||||
|
|
||||||
|
! Fonts
|
||||||
|
URxvt*font: xft:inconsolata:pixelsize=14
|
||||||
|
|
||||||
|
! Fix font space
|
||||||
|
URxvt*letterSpace: -1
|
||||||
|
|
||||||
|
! Scrollbar
|
||||||
|
URxvt.scrollStyle: rxvt
|
||||||
|
URxvt.scrollBar: false
|
||||||
|
|
||||||
|
! Perl extensions
|
||||||
|
URxvt.perl-ext-common: default,matcher
|
||||||
|
URxvt.matcher.button: 1
|
||||||
|
URxvt.urlLauncher: firefox
|
||||||
|
|
||||||
|
! Cursor
|
||||||
|
URxvt.cursorBlink: true
|
||||||
|
URxvt.cursorUnderline: false
|
||||||
|
|
||||||
|
! Pointer
|
||||||
|
URxvt.pointerBlank: true
|
||||||
|
|
||||||
|
URxvt.background: #002b36
|
||||||
|
URxvt.foreground: #657b83
|
||||||
|
URxvt.fadeColor: #002b36
|
||||||
|
URxvt.cursorColor: #93a1a1
|
||||||
|
URxvt.pointerColorBackground: #586e75
|
||||||
|
URxvt.pointerColorForeground: #93a1a1
|
||||||
|
|
||||||
|
!! black dark/light
|
||||||
|
URxvt.color0: #073642
|
||||||
|
URxvt.color8: #002b36
|
||||||
|
|
||||||
|
!! red dark/light
|
||||||
|
URxvt.color1: #dc322f
|
||||||
|
URxvt.color9: #cb4b16
|
||||||
|
|
||||||
|
!! green dark/light
|
||||||
|
URxvt.color2: #859900
|
||||||
|
URxvt.color10: #586e75
|
||||||
|
|
||||||
|
!! yellow dark/light
|
||||||
|
URxvt.color3: #b58900
|
||||||
|
URxvt.color11: #657b83
|
||||||
|
|
||||||
|
!! blue dark/light
|
||||||
|
URxvt.color4: #268bd2
|
||||||
|
URxvt.color12: #839496
|
||||||
|
|
||||||
|
!! magenta dark/light
|
||||||
|
URxvt.color5: #d33682
|
||||||
|
URxvt.color13: #6c71c4
|
||||||
|
|
||||||
|
!! cyan dark/light
|
||||||
|
URxvt.color6: #2aa198
|
||||||
|
URxvt.color14: #93a1a1
|
||||||
|
|
||||||
|
!! white dark/light
|
||||||
|
URxvt.color7: #eee8d5
|
||||||
|
URxvt.color15: #fdf6e3
|
||||||
|
|||||||
Reference in New Issue
Block a user