Compare commits

..

2 Commits

2 changed files with 43 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ vim.api.nvim_create_autocmd("PackChanged", {
callback = function(ev) callback = function(ev)
local name, kind = ev.data.spec.name, ev.data.kind local name, kind = ev.data.spec.name, ev.data.kind
if name == "telescope-fzf-native.nvim" and (kind == "install" or kind == "update") then if name == "telescope-fzf-native.nvim" and (kind == "install" or kind == "update") then
vim.system({ "make" }, { cwd = ev.data.path }) vim.system({ "make" }, { cwd = ev.data.path }):wait()
print("telescope-fzf-native make done.") print("telescope-fzf-native make done.")
end end
end, end,

View File

@@ -58,50 +58,51 @@ XTerm.vt100.color15: #ECEFF4
st.font: FiraCode Nerd Font:size=10 st.font: FiraCode Nerd Font:size=10
! gruvebox colors from https://github.com/morhetz/gruvbox-contrib/tree/master/deepin-terminal ! terrafox colors from https://github.com/edeneast/nightfox.nvim/raw/main/extra/terafox/alacritty.toml
! dayfox colors from https://github.com/edeneast/nightfox.nvim/raw/main/extra/dayfox/alacritty.toml
#ifdef THEME_DARK #ifdef THEME_DARK
st.lightmode: 0 st.lightmode: 0
st.background: #282828 st.background: #152528
st.foreground: #d5c4a1 st.foreground: #e6eaea
st.cursorColor: #bf8040 st.cursorColor: #cbd9d8
st.reverse-cursor: #1f212e st.reverse-cursor: #e6eaea
st.color0: #282828 st.color0: #2f3239
st.color1: #cc241d st.color1: #e85c51
st.color2: #98971a st.color2: #7aa4a1
st.color3: #d79921 st.color3: #fda47f
st.color4: #458588 st.color4: #5a93aa
st.color5: #b16286 st.color5: #ad5c7c
st.color6: #689d6a st.color6: #a1cdd8
st.color7: #a89984 st.color7: #ebebeb
st.color8: #928374 st.color8: #4e5157
st.color9: #fb4934 st.color9: #eb746b
st.color10: #b8bb26 st.color10: #8eb2af
st.color11: #fabd2f st.color11: #fdb292
st.color12: #83a598 st.color12: #73a3b7
st.color13: #d3869b st.color13: #b97490
st.color14: #8ec07c st.color14: #afd4de
st.color15: #ebdbb2 st.color15: #eeeeee
#else #else
st.lightmode: 1 st.lightmode: 1
st.background: #fbf1c7 st.background: #f6f2ee
st.foreground: #3c3836 st.foreground: #3d2b5a
st.cursorColor: #bf8040 st.cursorColor: #643f61
st.reverse-cursor: #1f212e st.reverse-cursor: #3d2b5a
st.color0: #282828 st.color0: #352c24
st.color1: #cc241d st.color1: #a5222f
st.color2: #98971a st.color2: #396847
st.color3: #d79921 st.color3: #ac5402
st.color4: #458588 st.color4: #2848a9
st.color5: #b16286 st.color5: #6e33ce
st.color6: #689d6a st.color6: #287980
st.color7: #7c6f64 st.color7: #f2e9e1
st.color8: #928374 st.color8: #534c45
st.color9: #9d0006 st.color9: #b3434e
st.color10: #79740e st.color10: #577f63
st.color11: #b57614 st.color11: #b86e28
st.color12: #076678 st.color12: #4863b6
st.color13: #8f3f71 st.color13: #8452d5
st.color14: #427b58 st.color14: #488d93
st.color15: #3c3836 st.color15: #f4ece6
#endif #endif