-
Notifications
You must be signed in to change notification settings - Fork 0
/
_Xresources
74 lines (63 loc) · 1.69 KB
/
_Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
! Xresources file
!
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.rgba: rgb
Xft.dpi: 108
URxvt.font: -*-dinapowerline-medium-r-*-*-13-*-*-*-*-*-*-*
!URxvt.font: xft:Droid Sans Mono:size=9:style=Regular
URxvt.depth: 24
! disable fading to get w3mimgdisplay to work...
!URxvt.fading: 20
URxvt.iconFile: /home/prikhi/Media/Pictures/Icons/terminal.png
URxvt.saveLines: 20000
URxvt.urgentOnBell: true
! No Window Flashing
URxvt.visualBell: false
! Stop Autoscroll When Scrolled Up
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
!URxvt*termName: rxvt-256color
URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel
! Tabs
URxvt.tabbed.title-fg: 12
URxvt.tabbed.tab-bg: 12
! URL Matcher
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
! IBUS IME
URxvt.inputMethod: ibus
URxvt.preeditType: OverTheSpot
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt.scrollColor: #FD971F
URxvt.troughColor: #000000
!needed after disabling fading
URxvt.scrollBar_floating: true
URxvt.cursorBlink: true
URxvt.cursorColor: #FD971F
! Replace DarkBlue + Blue with OrangeRed + Orange
URxvt.color4: #FF4500
URxvt.color12: #FD971F
!!!! Molokai Attempt (some colors tweaked for saturation)
URxvt.background: [95]#080800
URxvt.foreground: #F8F8F0
!! Black + DarkGrey
URxvt.color0: #080800
URxvt.color8: #272822
!! Red
URxvt.color9: #FF0000
!! Green
URxvt.color10: #AAFF00
!! DarkMagenta + Magenta
URxvt.color5: #CC004A
URxvt.color13: #F9005A
!!DarkCyan + Cyan
URxvt.color6: #00A1BF
URxvt.color14: #00C9EF
!! White
URxvt.color15: #F8F8F0