dark basic Xdefaults
This commit is contained in:
parent
708fbb6ce3
commit
7c0b32d5b7
1 changed files with 49 additions and 0 deletions
49
config/.Xdefaults
Executable file
49
config/.Xdefaults
Executable file
|
@ -0,0 +1,49 @@
|
|||
URxvt.foreground: white
|
||||
|
||||
URxvt.transparent: true
|
||||
URxvt*shading: 20
|
||||
|
||||
URxvt*iso14755: False
|
||||
|
||||
#URxvt.depth: 32
|
||||
URxvt.background: rgba:0000/0000/0000/cccc
|
||||
URxvt.loginShell: true
|
||||
URxvt.fading: 20
|
||||
URxvt.fadeColor: [0]black
|
||||
URxvt.perl-lib: /usr/lib/urxvt/perl
|
||||
URxvt.keysym.M-u: perl:mark-yank-urls:activate_mark_mode
|
||||
URxvt.underlineURLs: true
|
||||
URxvt.perl-ext: selection,mark-yank-urls,clipboard
|
||||
URxvt.urlLauncher: /usr/bin/firefox
|
||||
URxvt.underlineColor: green
|
||||
URxvt.saveLines: 65535
|
||||
URxvt.scrollBar: false
|
||||
|
||||
URxvt.background: #111111
|
||||
URxvt.foreground: #dabda9
|
||||
URxvt.color0: #000000
|
||||
URxvt.color1: #9e1828
|
||||
URxvt.color2: #aece92
|
||||
URxvt.color3: #968a38
|
||||
URxvt.color4: #414171
|
||||
URxvt.color5: #963c59
|
||||
URxvt.color6: #418179
|
||||
URxvt.color7: #bebebe
|
||||
URxvt.color8: #666666
|
||||
URxvt.color9: #cf6171
|
||||
URxvt.color10: #c5f779
|
||||
URxvt.color11: #fff796
|
||||
URxvt.color12: #4186be
|
||||
URxvt.color13: #cf9ebe
|
||||
URxvt.color14: #71bebe
|
||||
URxvt.color15: #ffffff
|
||||
|
||||
#URxvt.font: -*-fixed-medium-r-*-*-13-*-*-*-*-*-*-*
|
||||
|
||||
#URxvt.font: xft:5x13
|
||||
URxvt.font: 7x13bold,\
|
||||
-misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\
|
||||
-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \
|
||||
[codeset=JISX0208]xft:Kochi Gothic:antialias=false, \
|
||||
xft:Code2000:antialias=false
|
||||
|
Loading…
Reference in a new issue