diff options
| author | BardofSprites <[email protected]> | 2024-06-30 19:55:35 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-06-30 19:55:35 -0400 |
| commit | 0c1a6a6ed29731d88116a67b4f5a10403f4c3645 (patch) | |
| tree | 6f19854d6b4034ab9db053822e6c3435c2599dc7 | |
| parent | 56b4ad3b8256b5f720ebd6c1a3edea6c28b4fdbd (diff) | |
ef-autumn xresources
| -rw-r--r-- | xorg/Xresources.autumn | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/xorg/Xresources.autumn b/xorg/Xresources.autumn new file mode 100644 index 0000000..2095d62 --- /dev/null +++ b/xorg/Xresources.autumn @@ -0,0 +1,34 @@ +! Modus Vivendi Xresources theme +*.foreground: #cfbcba +*.background: #0f0e06 +URxvt.background: [90]#0f0e06 +*.cursorColor: #cfbcba +! black +*.color0: #0f0e06 +*.color8: #36322f +! red +*.color1: #ef656a +*.color9: #ef656a +! green +*.color2: #2fa526 +*.color10: #2fa526 +! yellow +*.color3: #c48702 +*.color11: #c48702 +! blue +*.color4: #379cf6 +*.color12: #379cf6 +! magenta +*.color5: #d570af +*.color13: #d570af +! cyan +*.color6: #4fb0cf +*.color14: #4fb0cf +! white +*.color7: #cfbcba +*.color15: #cfbcba + +dmenu.background: #0f0e06 +dmenu.foreground: #cfbcba +dmenu.selbackground: #36322f +dmenu.selforeground: #cfbcba |
