diff options
4 files changed, 34 insertions, 22 deletions
diff --git a/ef-xresources/.Xresources.d/Xresources.tritanopia-dark b/ef-xresources/.Xresources.d/Xresources.tritanopia-dark index 66c1f72..1dc00de 100644 --- a/ef-xresources/.Xresources.d/Xresources.tritanopia-dark +++ b/ef-xresources/.Xresources.d/Xresources.tritanopia-dark @@ -1,32 +1,32 @@ yy!!!!! Ef Rosa Dark Xresources theme -st.foreground: #dfd0d5 -st.background: #15050f -URxvt.background: [93]#15050f -st.cursorColor: #fd3333 +*.foreground: #dfd0d5 +*.background: #15050f +URxvt.background: [95]#15050f +*.cursorColor: #fd3333 ! black -st.color0: #15050f -st.color8: #352f2f +*.color0: #15050f +*.color8: #352f2f ! red -st.color1: #d24f7f -st.color9: #df4f4f +*.color1: #d24f7f +*.color9: #df4f4f ! green -st.color2: #2fa526 -st.color10: #64aa0f +*.color2: #2fa526 +*.color10: #64aa0f ! yellow -st.color3: #c48702 -st.color11: #d0730f +*.color3: #c48702 +*.color11: #d0730f ! blue -st.color4: #6a88ff -st.color12: #029fff +*.color4: #6a88ff +*.color12: #029fff ! magenta -st.color5: #b0648f -st.color13: #a6699f +*.color5: #b0648f +*.color13: #a6699f ! cyan -st.color6: #3fafcf -st.color14: #4fafaf +*.color6: #3fafcf +*.color14: #4fafaf ! white -st.color7: #908890 -st.color15: #dfd0d5 +*.color7: #908890 +*.color15: #dfd0d5 dmenu.background: #15050f dmenu.foreground: #dfd0d5 diff --git a/modus-xresources/.Xresources.d/Xresources.operandi-tinted b/modus-xresources/.Xresources.d/Xresources.operandi-tinted index 032cc6d..4b31917 100644 --- a/modus-xresources/.Xresources.d/Xresources.operandi-tinted +++ b/modus-xresources/.Xresources.d/Xresources.operandi-tinted @@ -40,5 +40,5 @@ dmenu.selforeground: #000000 dwm.background: #fbf7f0 dwm.foreground: #000000 -dwm.selbackground: #cab9b2 +dwm.selbackground: #d00000 dwm.selforeground: #000000 diff --git a/nvim/.config/nvim/lua/bard/plugins/nvim-treesitter.lua b/nvim/.config/nvim/lua/bard/plugins/nvim-treesitter.lua index 53cfdd0..ef16a7d 100644 --- a/nvim/.config/nvim/lua/bard/plugins/nvim-treesitter.lua +++ b/nvim/.config/nvim/lua/bard/plugins/nvim-treesitter.lua @@ -5,7 +5,7 @@ return { local configs = require("nvim-treesitter.configs") configs.setup({ - ensure_installed = { "c", "lua", "vim", "vimdoc", "cpp", "html" }, + ensure_installed = { "c", "lua", "vim", "vimdoc", "cpp", "html", "haskell" }, sync_install = false, highlight = { enable = true }, indent = { enable = true }, diff --git a/xorg/.Xresources.d/Xresources.zenburn b/xorg/.Xresources.d/Xresources.zenburn index 41ae1e3..f767faa 100644 --- a/xorg/.Xresources.d/Xresources.zenburn +++ b/xorg/.Xresources.d/Xresources.zenburn @@ -84,3 +84,15 @@ !! white dark/light *color7: zenburn_light_gray *color15: zenburn_white + +Nsxiv.window.background: zenburn_bg +Nsxiv.window.foreground: zenburn_fg +Nsxiv.mark.foreground: zenburn_dark_gray +Nsxiv.bar.background: zenburn_bg_01 +Nsxiv.bar.foreground: zenburn_light_yellow + +dmenu.background: zenburn_bg +dmenu.foreground: zenburn_fg +dmenu.selforeground: zenburn_light_yellow +dmenu.selbackground: zenburn_bg_02 + |
