From e9c6b7e21d872af011f0d91cb3ba62dec7cccc59 Mon Sep 17 00:00:00 2001 From: co1ncidence Date: Thu, 17 Sep 2020 15:49:16 -0500 Subject: docs:update --- .Xresources | 63 ++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/.Xresources b/.Xresources index d5d1b1a..84150b8 100644 --- a/.Xresources +++ b/.Xresources @@ -1,27 +1,38 @@ -*.foreground: #F0D3C9 -*.background: #262727 -! black/dark-gray -*.color0: #262727 -*.color8: #393b3b -! red/orange -*.color1: #DE9DAC -*.color9: #deaf9d -! green/aquamarine -*.color2: #9DDEAF -*.color10: #9dded0 -! amber/yellow -*.color3: #DED09D -*.color11: #DED09D -! blue/violet -*.color4: #9DACDE -*.color12: #af9dde -! magenta/rose -*.color5: #AF9DDE -*.color13: #d09dde -! cyan/azure -*.color6: #9DCCDE -*.color14: #9DCCDE -! gray/white -*.color7: #434545 -*.color15: #F0D3C9 +! Bliss Colorscheme +*.background: #262427 +*.foreground: #fdf9f7 + +! black +*.color0: #262427 +*.color8: #393b3b + +! red +*.color1: #DE9DAC +*.color9: #F7AFC0 + +! green +*.color2: #9DDEAF +*.color10: #AFF7C3 + +! yellow +*.color3: #DEDD9D +*.color11: #F7F6AF + +! blue +*.color4: #9DACDE +*.color12: #AFC0F7 + +! magenta +*.color5: #AF9DDE +*.color13: #C3AFF7 + +! cyan +*.color6: #9DCCDE +*.color14: #AFE3F7 + +! white +*.color7: #f4e0d8 +*.color15: #f9ece8 + +! vim: ft=xdefaults -- cgit v1.2.3