diff options
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -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 |