chore: Added a theme change in rofi script. Need to add rofi itself and other stuff still
This commit is contained in:
parent
f0899924f0
commit
0d8809b596
13 changed files with 139 additions and 19 deletions
|
@ -15,7 +15,6 @@ fish_add_path $HOME/.cargo/bin
|
|||
fish_add_path $HOME/.ghcup/bin
|
||||
fish_add_path /usr/bin/vendor_perl
|
||||
|
||||
source ~/.config/fish/myfunctions/code.fish
|
||||
source ~/.config/fish/myfunctions/dotfiles.fish
|
||||
source ~/.config/fish/myfunctions/pacman.fish
|
||||
source ~/.config/fish/myfunctions/qol.fish
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
function vim
|
||||
nvim $argv
|
||||
end
|
||||
|
||||
function ta
|
||||
tmux attach
|
||||
end
|
||||
|
|
@ -1,9 +1,14 @@
|
|||
function ls
|
||||
eza --icons -l --sort type $argv
|
||||
end
|
||||
function nvim
|
||||
/usr/bin/nvim --listen /tmp/nvim.pipe $argv
|
||||
end
|
||||
function vim
|
||||
/usr/bin/nvim --listen /tmp/nvim.pipe $argv
|
||||
end
|
||||
abbr -a find fd
|
||||
abbr -a df duf
|
||||
abbr -a v nvim
|
||||
abbr -a lg lazygit
|
||||
function rm
|
||||
echo "rm is disabled, use trash instead"
|
||||
|
|
30
.config/fish/themes/Catppuccin Latte.theme
Normal file
30
.config/fish/themes/Catppuccin Latte.theme
Normal file
|
@ -0,0 +1,30 @@
|
|||
# name: 'Catppuccin latte'
|
||||
# url: 'https://github.com/catppuccin/fish'
|
||||
# preferred_background: eff1f5
|
||||
|
||||
fish_color_normal 4c4f69
|
||||
fish_color_command 1e66f5
|
||||
fish_color_param dd7878
|
||||
fish_color_keyword d20f39
|
||||
fish_color_quote 40a02b
|
||||
fish_color_redirection ea76cb
|
||||
fish_color_end fe640b
|
||||
fish_color_comment 8c8fa1
|
||||
fish_color_error d20f39
|
||||
fish_color_gray 9ca0b0
|
||||
fish_color_selection --background=ccd0da
|
||||
fish_color_search_match --background=ccd0da
|
||||
fish_color_option 40a02b
|
||||
fish_color_operator ea76cb
|
||||
fish_color_escape e64553
|
||||
fish_color_autosuggestion 9ca0b0
|
||||
fish_color_cancel d20f39
|
||||
fish_color_cwd df8e1d
|
||||
fish_color_user 179299
|
||||
fish_color_host_remote 40a02b
|
||||
fish_color_host 1e66f5
|
||||
fish_color_status d20f39
|
||||
fish_pager_color_progress 9ca0b0
|
||||
fish_pager_color_prefix ea76cb
|
||||
fish_pager_color_completion 4c4f69
|
||||
fish_pager_color_description 9ca0b0
|
Loading…
Add table
Add a link
Reference in a new issue