diff options
| author | BardofSprites <[email protected]> | 2024-11-03 14:25:36 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-03 14:25:36 -0500 |
| commit | 387795a86c5a202c4de10624b7262617b752570c (patch) | |
| tree | e8e4cd76432f2f3d438a187a42a49a072fe9be97 /xorg/.Xresources.d/Xresources.duo-dark | |
| parent | 298f8542f11ee759f84f659b08dbf2b7afeee9e8 (diff) | |
move all xresources file to .Xresources.d
Diffstat (limited to 'xorg/.Xresources.d/Xresources.duo-dark')
| -rw-r--r-- | xorg/.Xresources.d/Xresources.duo-dark | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/xorg/.Xresources.d/Xresources.duo-dark b/xorg/.Xresources.d/Xresources.duo-dark new file mode 100644 index 0000000..f48f3e3 --- /dev/null +++ b/xorg/.Xresources.d/Xresources.duo-dark @@ -0,0 +1,44 @@ +! Ef Duo Dark Xresources theme +*.foreground: #d0d0d0 +*.background: #070019 +*.cursorColor: #ef6f11 +! black +*.color0: #070019 +*.color8: #2a2739 +! red +*.color1: #ef6560 +*.color9: #f47360 +! green +*.color2: #3fb83f +*.color10: #7fc500 +! yellow +*.color3: #d4aa02 +*.color11: #e09a0f +! blue +*.color4: #37aff6 +*.color12: #78afff +! magenta +*.color5: #d38faf +*.color13: #af9fff +! cyan +*.color6: #6fc5ef +*.color14: #5dc0aa +! white +*.color7: #d0d0d0 +*.color15: #d0d0d0 + +dmenu.background: #070019 +dmenu.foreground: #d0d0d0 +dmenu.selbackground: #352487 +dmenu.selforeground: #dedeff + +Nsxiv.window.background: #070019 +Nsxiv.window.foreground: #d0d0d0 +Nsxiv.mark.foreground: #d0d0d0 +Nsxiv.bar.background: #352487 +Nsxiv.bar.foreground: #dedeff + +dwm.background: #070019 +dwm.foreground: #d0d0d0 +dwm.selbackground: #352487 +dwm.selforeground: #dedeff |
