diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-01-14 16:37:36 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-01-14 16:37:36 +0000 |
commit | b8be227372ee7a5544802ee6444c776409a21a67 (patch) | |
tree | 0e401febe4b72a8abade42396b0b6dbc4052bcfe | |
parent | a006c562833bba33c50e84bfdcc9caf730a2a8c4 (diff) |
changed colors
-rw-r--r-- | x/.Xresources | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x/.Xresources b/x/.Xresources index c460775..9f3c9bc 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -14,7 +14,9 @@ URxvt.scrollTtyOutput: false | |||
14 | URxvt.scrollWithBuffer: true | 14 | URxvt.scrollWithBuffer: true |
15 | URxvt.scrollTtyKeypress: true | 15 | URxvt.scrollTtyKeypress: true |
16 | 16 | ||
17 | URxvt.font: xft:Hermit:pixelsize=12, xft:DejaVu Sans Mono:pixelsize:12 | 17 | URxvt.font: xft:Hermit:style=Medium:size=9.5:antialias=true,xft:DejaVu Sans Mono:size=9.5:style=Medium:antialias=true |
18 | URxvt.boldFont: xft:Hermit:size=9.5:style=Bold:antialias=true | ||
19 | URxvt.italicFont: xft:Hermit:size=9.5:style=Italic:antialias=true | ||
18 | URxvt.letterSpace: 1 | 20 | URxvt.letterSpace: 1 |
19 | urxvt*termName: rxvt | 21 | urxvt*termName: rxvt |
20 | urxvt*scrollBar: false | 22 | urxvt*scrollBar: false |
@@ -28,7 +30,7 @@ Xft*hintstyle: hintfull | |||
28 | URxvt*cursorUnderline: true | 30 | URxvt*cursorUnderline: true |
29 | Xft*rgba: rgb | 31 | Xft*rgba: rgb |
30 | URxvt*geometry: 85x20 | 32 | URxvt*geometry: 85x20 |
31 | *internalBorder: 10 | 33 | *internalBorder: 15 |
32 | URxvt*fading: 0 | 34 | URxvt*fading: 0 |
33 | URxvt*tintColor: #ffffff | 35 | URxvt*tintColor: #ffffff |
34 | URxvt*shading: 0 | 36 | URxvt*shading: 0 |