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-5.Xresources | |
parent | af79f164cc50ae0299b3820e9cab290cb6fbcd82 (diff) |
workstation Files
Diffstat (limited to '.config/Xresources/light-5.Xresources')
-rw-r--r-- | .config/Xresources/light-5.Xresources | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/Xresources/light-5.Xresources b/.config/Xresources/light-5.Xresources new file mode 100644 index 0000000..381e9c4 --- /dev/null +++ b/.config/Xresources/light-5.Xresources @@ -0,0 +1,30 @@ +! Lucious-light Theme +*.background: #eeeeee +*.foreground: #444444 +*.cursorColor: #5f87af +! black +*.color0: #eeeeee +*.color8: #444444 +! red +*.color1: #af0000 +*.color9: #af0000 +! green +*.color2: #008700 +*.color10: #008700 +! yellow / orange +*.color3: #af5f00 +*.color11: #af5f00 +! blue +*.color4: #005faf +*.color12: #005faf +! magenta +*.color5: #870087 +*.color13: #870087 +! cyan +*.color6: #008787 +*.color14: #008787 +! white +*.color7: #eeeeee +*.color15: #444444 +! Transparency +*.alpha: 0.86 |