diff options
author | Joe <rbo@gmx.us> | 2024-01-02 09:47:09 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-02 09:47:09 +0100 |
commit | 5647e4c185fed274b4908b9ea631271637df8550 (patch) | |
tree | 83c92a2dfa8ff9dc61bc71ed6b6ff21ab6c3fce1 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.gz dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.bz2 dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.xz dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.zst dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/after/plugin/lualine.lua | 6 | ||||
-rw-r--r-- | .config/zsh/plugins.zsh | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/nvim/after/plugin/lualine.lua b/.config/nvim/after/plugin/lualine.lua index 3a73a0d..b266af3 100644 --- a/.config/nvim/after/plugin/lualine.lua +++ b/.config/nvim/after/plugin/lualine.lua @@ -7,12 +7,12 @@ local lualine = require('lualine') -- stylua: ignore local colors = { bg = '#202328', - fg = '#bbc2cf', - yellow = '#ECBE7B', + fg = '#a89984', + yellow = '#ecbe7b', cyan = '#008080', darkblue = '#081633', green = '#98be65', - orange = '#FF8800', + orange = '#ff8800', violet = '#a9a1e1', magenta = '#c678dd', blue = '#51afef', diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index 9d08a71..d6060a0 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -11,5 +11,5 @@ # == ===== ==== == # ======================== -source $HOME/.local/packs/fast-syntax-highlighting/F-Sy-H.plugin.zsh >/dev/null +source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null |