diff options
Diffstat (limited to '.config/Xresources/light-2.Xresources')
-rw-r--r-- | .config/Xresources/light-2.Xresources | 27 |
1 files changed, 27 insertions, 0 deletions
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 |