diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-04 16:30:13 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-04 16:30:13 -0500 |
commit | 2aace681df8c98762be4a12f09bc359bccfec0d0 (patch) | |
tree | 8eb05b22cddac6e0ff3130d17a08e82f5af17e6b /.config/Xresources/light-5.Xresources | |
parent | d44e0a4124e7f7eb7cfbf01d144d07dc3c740d58 (diff) |
Remove extra xresources themes
Diffstat (limited to '.config/Xresources/light-5.Xresources')
-rw-r--r-- | .config/Xresources/light-5.Xresources | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/Xresources/light-5.Xresources b/.config/Xresources/light-5.Xresources deleted file mode 100644 index 381e9c4..0000000 --- a/.config/Xresources/light-5.Xresources +++ /dev/null @@ -1,30 +0,0 @@ -! 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 |