68 lines
1.5 KiB
Plaintext
68 lines
1.5 KiB
Plaintext
|
|
||
|
! Gruvbox theme
|
||
|
! hard contrast: *background: #1d2021
|
||
|
*background: #282828
|
||
|
! soft contrast: *background: #32302f
|
||
|
*foreground: #ebdbb2
|
||
|
! Black + DarkGrey
|
||
|
*color0: #282828
|
||
|
*color8: #928374
|
||
|
! DarkRed + Red
|
||
|
*color1: #cc241d
|
||
|
*color9: #fb4934
|
||
|
! DarkGreen + Green
|
||
|
*color2: #98971a
|
||
|
*color10: #b8bb26
|
||
|
! DarkYellow + Yellow
|
||
|
*color3: #d79921
|
||
|
*color11: #fabd2f
|
||
|
! DarkBlue + Blue
|
||
|
*color4: #458588
|
||
|
*color12: #83a598
|
||
|
! DarkMagenta + Magenta
|
||
|
*color5: #b16286
|
||
|
*color13: #d3869b
|
||
|
! DarkCyan + Cyan
|
||
|
*color6: #689d6a
|
||
|
*color14: #8ec07c
|
||
|
! LightGrey + White
|
||
|
*color7: #a89984
|
||
|
*color15: #ebdbb2
|
||
|
|
||
|
Xft.dpi: 96
|
||
|
Xft.antialias: true
|
||
|
Xft.rgba: rgb
|
||
|
Xft.hinting: true
|
||
|
Xft.hintstyle: hintfull
|
||
|
|
||
|
! URxvt settings
|
||
|
|
||
|
URxvt.scrollBar: false
|
||
|
|
||
|
URxvt*depth: 32
|
||
|
URxvt*fading: 15
|
||
|
URxvt*background: rgba:2800/2800/2800/cc00
|
||
|
URxvt*loginShell: true
|
||
|
URxvt*saveLines: 20000
|
||
|
URxvt*internalBorder: 3
|
||
|
URxvt*lineSpace: 0
|
||
|
URxvt*keysym.Shift-Control-V: eval:paste_clipboard
|
||
|
URxvt*keysym.Shift-Control-C: eval:selection_to_clipboard
|
||
|
URxvt*iso14755: false
|
||
|
URxvt*iso14755_52: false
|
||
|
|
||
|
|
||
|
URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true for Powerline:size=12
|
||
|
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
|
||
|
|
||
|
|
||
|
!-*- Perl extensions -*-
|
||
|
URxvt*perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select,font-size,resize-font
|
||
|
URxvt*keysym.C-k: resize-font:increase
|
||
|
URxvt*keysym.C-S-k: resize-font:incglobal
|
||
|
URxvt*keysym.C-j: resize-font:decrease
|
||
|
URxvt*keysym.C-S-j: resize-font:decglobal
|
||
|
URxvt*url-launcher: /usr/bin/xdg-open
|
||
|
URxvt*matcher.button: 1
|
||
|
|