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/dark-1.Xresources | |
parent | af79f164cc50ae0299b3820e9cab290cb6fbcd82 (diff) |
workstation Files
Diffstat (limited to '.config/Xresources/dark-1.Xresources')
-rw-r--r-- | .config/Xresources/dark-1.Xresources | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.config/Xresources/dark-1.Xresources b/.config/Xresources/dark-1.Xresources new file mode 100644 index 0000000..5478e86 --- /dev/null +++ b/.config/Xresources/dark-1.Xresources @@ -0,0 +1,48 @@ +! __ __ +! \ \/ /_ __ ___ ___ ___ _ _ _ __ ___ ___ ___ +! \ /| '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __| +! / \| | | __/\__ \ (_) | |_| | | | (_| __/\__ \ +! /_/\_\_| \___||___/\___/ \__,_|_| \___\___||___/ +! +! + +! 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 |