From 069be1d0e13739ab9badee36b8d573dfc91fa88e Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 4 May 2021 21:07:08 +0200 Subject: bashrc, vimrc and Xdefaults update --- .Xdefaults | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults index 64d2594..36874e7 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,8 +1,26 @@ -xterm*Background: black -xterm*Foreground: white xterm*cursorColor: yellow xterm*pointerShape: xterm xterm*pointerColor: magenta xterm*faceSize: 12 xterm*faceName: wts11 Sxiv.background: #000000 + +! Dracula Xresources palette +*.foreground: #F8F8F2 +*.background: #282A36 +*.color0: #000000 +*.color8: #4D4D4D +*.color1: #FF5555 +*.color9: #FF6E67 +*.color2: #50FA7B +*.color10: #5AF78E +*.color3: #F1FA8C +*.color11: #F4F99D +*.color4: #BD93F9 +*.color12: #CAA9FA +*.color5: #FF79C6 +*.color13: #FF92D0 +*.color6: #8BE9FD +*.color14: #9AEDFE +*.color7: #BFBFBF +*.color15: #E6E6E6 -- cgit v1.2.3