diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-04 21:07:08 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-04 21:07:08 +0200 |
commit | 069be1d0e13739ab9badee36b8d573dfc91fa88e (patch) | |
tree | b389c4f344daf804bde408848238444e3bf3df56 /.Xdefaults | |
parent | 47732c4addf558f991d46e25715f3b5521c4c70b (diff) |
bashrc, vimrc and Xdefaults update
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 |