From d379b850ba86ca759f1cd2343bf3bd8c24c11245 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 20 Mar 2020 14:07:29 +0530 Subject: new colors, minimal vim --- x/.Xresources | 52 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 18 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 08a6c64..71e4fb8 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -35,26 +35,42 @@ URxvt*tintColor: #ffffff URxvt*shading: 0 URxvt*inheritPixmap: False -*background: #0b0d12 -*foreground: #b3b8c4 +! special +*.foreground: #c6c8d1 +*.background: #0c0c0f +*.cursorColor: #c6c8d1 -*color0: #3e4853 -*color1: #b06a58 -*color2: #95b47b -*color3: #e5c078 -*color4: #58698c -*color5: #7b5e8d -*color6: #82a1b2 -*color7: #cccaca +! black +*.color0: #161821 +*.color8: #6b7089 -*color8: #525c67 -*color9: #ba7e6c -*color10: #a9c88f -*color11: #f9d48c -*color12: #6c7da0 -*color13: #8f72a1 -*color14: #96b5c6 -*color15: #e0dede +! red +*.color1: #e27878 +*.color9: #e98989 + +! green +*.color2: #b4be82 +*.color10: #c0ca8e + +! yellow +*.color3: #e2a478 +*.color11: #e9b189 + +! blue +*.color4: #84a0c6 +*.color12: #91acd1 + +! magenta +*.color5: #a093c7 +*.color13: #ada0d3 + +! cyan +*.color6: #89b8c2 +*.color14: #95c4ce + +! white +*.color7: #c6c8d1 +*.color15: #d2d4de ! Perls URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font -- cgit v1.2.3