From 9ed9de5006d437e126c5871dc0cf38a02825aabb Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 1 May 2021 11:04:19 -0400 Subject: workstation Files --- .config/Xresources/light-2.Xresources | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/Xresources/light-2.Xresources (limited to '.config/Xresources/light-2.Xresources') diff --git a/.config/Xresources/light-2.Xresources b/.config/Xresources/light-2.Xresources new file mode 100644 index 0000000..653dc02 --- /dev/null +++ b/.config/Xresources/light-2.Xresources @@ -0,0 +1,27 @@ +! PaperColor Theme +*.foreground: #4D4D4C +*.background: #E7E8EB +! black +*.color0: #f4f3ec +*.color8: #969694 +! red +*.color1: #D7005F +*.color9: #D7005F +! green +*.color2: #718C00 +*.color10: #718C00 +! yellow / orange +*.color3: #D75F00 +*.color11: #D75F00 +! blue +*.color4: #4271AE +*.color12: #4271AE +! magenta +*.color5: #8959A8 +*.color13: #8959A8 +! cyan +*.color6: #3E999F +*.color14: #3E999F +! white +*.color7: #F5F5F5 +*.color15: #2D2D2C -- cgit v1.2.3