diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-04 14:05:12 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-04 14:05:12 +0200 |
commit | efadbafb79535ebfafd37494e3e61cbdbfa4a4ec (patch) | |
tree | 6171106df751164d4f7127a6e841ce57fbddaa8a /Xresources.default | |
parent | b3d0341eba9615bfa05449762da36527f4ef4193 (diff) |
Fix password for gmail
Diffstat (limited to 'Xresources.default')
-rw-r--r-- | Xresources.default | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Xresources.default b/Xresources.default deleted file mode 100644 index c3af2bd..0000000 --- a/Xresources.default +++ /dev/null @@ -1,29 +0,0 @@ -# include "/home/urbain/.Xresources" - -! Border color -URxvt.borderColor: #3a3a3a - -! Background / Foreground -URxvt*background: #3a3a3a -URxvt*foreground: #d0d0d0 - -! Other colors -URxvt*color0: #4e4e4e -URxvt*color1: #d68787 -URxvt*color2: #5f865f -URxvt*color3: #d8af5f -URxvt*color4: #85add4 -URxvt*color5: #d7afaf -URxvt*color6: #87afaf -URxvt*color7: #d0d0d0 -URxvt*color8: #626262 -URxvt*color9: #d75f87 -URxvt*color10: #87af87 -URxvt*color11: #ffd787 -URxvt*color12: #add4fb -URxvt*color13: #ffafaf -URxvt*color14: #87d7d7 -URxvt*color15: #e4e4e4 -URxvt*cursorColor: #d0d0d0 -URxvt*cursorColor2: #3a3a3a -URxvt*colorBD: #e4e4e4 |