summaryrefslogtreecommitdiff
path: root/x/.Xresources
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@pm.me>2020-06-11 12:49:32 +0000
committerShubham Saini <shubham6405@pm.me>2020-06-11 12:49:32 +0000
commitadb30619583d4eff8b6d112be40d42026df597b8 (patch)
tree1999760d538316ad0ffeb03438d49363fcfd2058 /x/.Xresources
parent432f50e8c8a46a12dd701b1b682cf1e831705f6d (diff)
changed colorscheme & vim status
Diffstat (limited to 'x/.Xresources')
-rw-r--r--x/.Xresources141
1 files changed, 65 insertions, 76 deletions
diff --git a/x/.Xresources b/x/.Xresources
index a8c0489..2985bba 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -1,87 +1,76 @@
1URxvt.urgentOnBell: off 1! ------------------------------------------------------------------------------
2URxvt.visualBell: false 2! Colors
3URxvt.iso14755: false 3! ------------------------------------------------------------------------------
4URxvt.iso14755_52: off 4!
5URxvt.meta8: false 5!------------------------------------------------------------------------------
6URxvt.depth: 32
7URxvt.metaSendsEscape: true
8URxvt.scrollBar: off
9URxvt.cursorBlink: true
10URxvt.cursorUnderline: true
11URxvt.saveLines: 10000
12URxvt.scrollTtyOutput: false
13URxvt.scrollWithBuffer: true
14URxvt.scrollTtyKeypress: true
15 6
16URxvt.font: xft:Hermit:pixelsize=12:style=medium:antialias=true 7#define base00 #000000
17URxvt.boldFont: xft:Hermit:pixelsize=12:style=bold:antialias=true 8#define base01 #303030
18URxvt.italicFont: xft:Hermit:pixelsize=12:style=italic:antialias=true 9#define base02 #353535
19URxvt.letterSpace: 1 10#define base03 #4A4A4A
20urxvt*termName: rxvt-256color 11#define base04 #787878
21urxvt*scrollBar: false 12#define base05 #EEFFFF
22urxvt*matcher.button: 1 13#define base06 #EEFFFF
23urxvt.transparent: false 14#define base07 #FFFFFF
24!urxvt.boldFont: 15#define base08 #F07178
25Xft*dpi: 96 16#define base09 #F78C6C
26Xft*antialias: true 17#define base0A #00fdb4
27Xft*hinting: true 18#define base0B #13CA91
28Xft*hintstyle: hintfull 19#define base0C #79ffe1
29Xft.lcdfilter: lcddefault 20#define base0D #7898FB
30Xft*rgba: rgb 21#define base0E #ff3299
31URxvt*cursorUnderline: true 22#define base0F #FF5370
32URxvt*geometry: 85x20
33*internalBorder: 15
34URxvt*fading: 0
35URxvt*tintColor: #ffffff
36URxvt*shading: 0
37URxvt*inheritPixmap: False
38 23
39! special 24! URxvt
40*.foreground: #c6c8d1 25! ------------------------------------------------------------------------------
41*.background: #000000
42*.cursorColor: #c6c8d1
43 26
44! black 27*foreground: base05
45*.color0: #161821 28*background: base00
46*.color8: #6b7089 29*cursorColor: base05
47 30
48! red 31*color0: base00
49*.color1: #e27878 32*color1: base08
50*.color9: #e98989 33*color2: base0B
34*color3: base0A
35*color4: base0D
36*color5: base0E
37*color6: base0C
38*color7: base05
51 39
52! green 40*color8: base03
53*.color2: #b4be82 41*color9: base09
54*.color10: #c0ca8e 42*color10: base01
43*color11: base02
44*color12: base04
45*color13: base06
46*color14: base0F
47*color15: base07
55 48
56! yellow 49URxvt.cursorBlink : 1
57*.color3: #e2a478 50URxvt.font :xft:Input Mono:pixelsize=12.5:style=Regular \
58*.color11: #e9b189 51 xft:DejaVu Sans Mono:size=12.5:style=Medium
59 52
60! blue 53URxvt.italicFont :xft:Input Mono:pixelsize=12.5:style=Italic
61*.color4: #84a0c6 54URxvt.boldFont :xft:Input Mono:pixelsize=12.5:style=Bold
62*.color12: #91acd1
63 55
64! magenta 56URxvt.lineSpace : 0
65*.color5: #a093c7 57URxvt.letterSpace : -1
66*.color13: #ada0d3 58URxvt.scrollBar : false
59URxvt.internalBorder : 25
60URxvt.cursorUnderline : false
61URxvt.geometry : 70x35
62URxvt.thickness : 5
63URxvt.titleBar : false
64URxvt.intensityStyles : false
67 65
68! cyan
69*.color6: #89b8c2
70*.color14: #95c4ce
71 66
72! white 67URxvt.perl-ext-common : default,matcher
73*.color7: #c6c8d1 68URxvt.url-launcher : firefox-bin
74*.color15: #d2d4de 69URxvt.matcher.button : 1
75 70
76! Perls 71Xft.autohint: 1
77URxvt.perl-ext-common : default,matcher,keyboard-select,resize-font 72Xft.antialias: 1
78URxvt.resize-font.step: 1 73Xft.lcdfilter: lcddefault
79URxvt.keysym.M-Escape : perl:keyboard-select:activate 74Xft.hinting: true
80URxvt.keysym.M-u : perl:url-select:select_next 75Xft.rgba: rgb
81URxvt.keysym.M-s : perl:keyboard-select:search 76Xft.dpi: 96
82!URxvt.perl-ext-common : tabbed,default,matcher
83Urxvt.perl-lib : /usr/lib64/urxvt/perl/
84URxvt.url-select.launcher : firefox
85URxvt.url-select.autocopy : true
86URxvt.url-select.underline : true
87URxvt.url-select.button: 1