From 675a10c6cfa46725e6cf8cdcd055a26d2e8896bd Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 10 Feb 2020 23:32:45 +0530 Subject: changed [x] --- x/.Xresources | 69 +++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 28 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 8868f7f..569a360 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -35,43 +35,56 @@ URxvt*fading: 0 URxvt*tintColor: #ffffff URxvt*shading: 0 URxvt*inheritPixmap: False +!Tomorrow +#define t_background #ffffff +#define t_current_line #efefef +#define t_selection #d6d6d6 +#define t_foreground #4d4d4c +#define t_comment #8e908c +#define t_red #c82829 +#define t_orange #f5871f +#define t_yellow #eab700 +#define t_green #718c00 +#define t_aqua #3e999f +#define t_blue #4271ae +#define t_purple #8959a8 -! special -*.foreground: #c6c8d1 -*.background: #161821 -*.cursorColor: #c6c8d1 -! black -*.color0: #161821 -*.color8: #6b7089 +*.foreground: t_foreground +*.background: t_background +*.cursorColor: #aeafad -! red -*.color1: #e27878 -*.color9: #e98989 +! Black / Grey +*.color0: #000000 +*.color8: #666666 -! green -*.color2: #b4be82 -*.color10: #c0ca8e +! Red / Bright Red +*.color1: t_red +*.color9: #FF3334 -! yellow -*.color3: #e2a478 -*.color11: #e9b189 +! Green + Bright Green +*.color2: t_green +*.color10: #9ec400 -! blue -*.color4: #84a0c6 -*.color12: #91acd1 +! Yellow (Orange) + Bright Yellow (Yellow) +*.color3: t_orange +*.color11: t_yellow -! magenta -*.color5: #a093c7 -*.color13: #ada0d3 +! Blue + Bright Blue +*.color4: t_blue +*.color12: t_blue -! cyan -*.color6: #89b8c2 -*.color14: #95c4ce +! Magenta (Purple) + Bright Magenta +*.color5: t_purple +*.color13: #b777e0 -! white -*.color7: #c6c8d1 -*.color15: #d2d4de +! Cyan (Aqua) + Bright Cyan +*.color6: t_aqua +*.color14: #54ced6 + +! Light Grey (Selection) + White (Current Line) +*.color7: t_selection +*.color15: t_current_line ! Perls URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font -- cgit v1.2.3