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/dark-1.Xresources | |
parent | d44e0a4124e7f7eb7cfbf01d144d07dc3c740d58 (diff) |
Remove extra xresources themes
Diffstat (limited to '.config/Xresources/dark-1.Xresources')
-rw-r--r-- | .config/Xresources/dark-1.Xresources | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/.config/Xresources/dark-1.Xresources b/.config/Xresources/dark-1.Xresources deleted file mode 100644 index 5478e86..0000000 --- a/.config/Xresources/dark-1.Xresources +++ /dev/null @@ -1,48 +0,0 @@ -! __ __ -! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ -! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| -! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ -! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ -! -! - -! X Resources: Generated with Hodler (http://github.com/matttproud/hodler) -!black -*color0: #111a1f -*color8: #868b8d -!red -*color1: #8d7856 -*color9: #810002 -!green -*color2: #798362 -*color10: #037500 -!yellow -*color3: #9b9257 -*color11: #ebcb88 -!blue -*color4: #63768a -*color12: #63768a -!magenta -*color5: #b7416e -*color13: #738c9c -!cyan -*color6: #6998b3 -*color14: #66aabb -!white -*color7: #c0c7ca -*color15: #c0c7ca -!other -*background: #222d32 -*foreground: #acb3b5 -*cursorColor: #ebcb88 -! See "highlightColorMode" and "hm" options in XTerm manual page. -*highlightTextColor: #2e333c -*highlightColor: #161f2a -! No support for cursor text coloring; would be #1e232b. -! No support for bold coloring; would be #626a73. - -!other -*.alpha: 0.88 - -Sxiv.background: #111A1F -Sxiv.foreground: #9B9257 |