dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c7c18156a2f1cde1f961476d1c3fa098d563bbaf
parent f5119125c9d6fe36a89ac47390f83a01f3fad21b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 26 Mar 2020 20:25:45 +0100

Add back .Xresources

Diffstat:
A.Xresources | 34++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -0,0 +1,34 @@ +*.foreground: #c5c8c6 +*.background: #1d1f21 + +/* black */ +*color0: #434944 +*color8: #6c6d6b + +/* red */ +*color1: #da5673 +*color9: #dba2b4 + +/* green */ +*color2: #8cc16d +*color10: #898e38 + +/* yellow */ +*color3: #eebf35 +*color11: #8a6b3d + +/* blue */ +*color4: #5cabdc +*color12: #126b8c + +/* magenta */ +*color5: #b595cf +*color13: #7457a2 + +/* cyan */ +*color6: #44a9ba +*color14: #87c7d4 + +/* white */ +*color7: #fbfbf8 +*color15: #bfc2bc