From 604c1e7d2dd3548b94ad4d3979eeadb34a9a4a8d Mon Sep 17 00:00:00 2001 From: listout Date: Fri, 3 Sep 2021 20:06:14 +0530 Subject: moved to moonfly color scheme --- .Xresources | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 89acece..8ad1112 100644 --- a/.Xresources +++ b/.Xresources @@ -3,8 +3,27 @@ URxvt.scrollBar: flase URxvt.font: xft:UW Ttyp0:pixelsize=14 URxvt.boldFont: xft:Uw Ttyp0:bold:pixelsize=14 -*.background: black -*.foreground: white +*.background: #080808 +*.foreground: #ebebeb +*.cursor: #9e9e9e +*.color0: #323437 +*.color1: #ff5454 +*.color2: #8cc85f +*.color3: #e3c78a +*.color4: #80a0ff +*.color5: #d183e8 +*.color6: #79dac8 +*.color7: #c6c6c6 +*.color8: #949494 +*.color9: #ff5189 +*.color10: #36c692 +*.color11: #bfbf97 +*.color12: #74b2ff +*.color13: #ae81ff +*.color14: #85dc85 +*.color15: #dadada +*.selection_background: #b2ceee +*.selection_foreground: #080808 URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 -- cgit v1.2.3