diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:04:19 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:04:19 -0400 |
commit | 9ed9de5006d437e126c5871dc0cf38a02825aabb (patch) | |
tree | d92d4b6ad254626312ed84c78063dffb73dfa639 /.config/Xresources/light-2.Xresources | |
parent | af79f164cc50ae0299b3820e9cab290cb6fbcd82 (diff) |
workstation Files
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 |