diff options
| author | Daniel <[email protected]> | 2024-07-24 18:04:23 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-24 18:04:23 -0400 |
| commit | 3c46297433a699570a1ed25a38d28e5a05030031 (patch) | |
| tree | 851fa1a861aaad5cabf9027ab8ea8704918ac77b /xorg | |
| parent | 75ccc4e3865f11718beb0478e53fccd7c0fc2db0 (diff) | |
ef-night theme and themed wallpapers
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/Xresources.night | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/xorg/Xresources.night b/xorg/Xresources.night new file mode 100644 index 0000000..ab9abef --- /dev/null +++ b/xorg/Xresources.night @@ -0,0 +1,44 @@ +! Ef Night Xresources theme +*.foreground: #afbcbf +*.background: #000e17 +URxvt.background: [90]#000e17 +*.cursorColor: #afbcbf +! black +*.color0: #000e17 +*.color8: #1a202b +! red +*.color1: #ef656a +*.color9: #ef656a +! green +*.color2: #1fa526 +*.color10: #1fa526 +! yellow +*.color3: #cf8502 +*.color11: #cf8502 +! blue +*.color4: #379cf6 +*.color12: #379cf6 +! magenta +*.color5: #d570af +*.color13: #d570af +! cyan +*.color6: #4fb0cf +*.color14: #4fb0cf +! white +*.color7: #afbcbf +*.color15: #afbcbf + +st.font: Iosevka Comfy-14 + +dmenu.background: #000e17 +dmenu.foreground: #afbcbf +dmenu.selbackground: #003a7f +dmenu.selforeground: #afbcbf +dmenu.font: Iosevka Comfy-14 + +Nsxiv.window.background: #000e17 +Nsxiv.window.foreground: #afbcbf +Nsxiv.mark.foreground: #afbcbf +Nsxiv.bar.background: #003a7f +Nsxiv.bar.foreground: #afbcbf +Nsxiv.bar.font: IosevkaComfy-16 |
