AutoYADM commit: 2025-03-12 01:00:06
This commit is contained in:
parent
022659847e
commit
ffddcc5576
3 changed files with 20 additions and 19 deletions
|
@ -96,11 +96,11 @@ diff_chunk_func.fg = #d5d5d5
|
||||||
diff_chunk_func.dim = true
|
diff_chunk_func.dim = true
|
||||||
diff_add.fg = #629C7D
|
diff_add.fg = #629C7D
|
||||||
diff_del.fg = #C53030
|
diff_del.fg = #C53030
|
||||||
# quote_1.fg = 6
|
quote_1.italic = true
|
||||||
# quote_2.fg = 4
|
quote_2.italic = true
|
||||||
# quote_3.fg = 6
|
quote_3.italic = true
|
||||||
# quote_3.dim = true
|
quote_3.dim= true
|
||||||
# quote_4.fg = 4
|
quote_4.italic = true
|
||||||
# quote_4.dim = true
|
quote_4.dim= true
|
||||||
# quote_x.fg = 5
|
quote_x.italic = true
|
||||||
# quote_x.dim = true
|
quote_x.dim= true
|
||||||
|
|
|
@ -12,6 +12,7 @@ include=~/dev/ashen/monorepo/foot/ashen.ini
|
||||||
# font=monospace:size=10
|
# font=monospace:size=10
|
||||||
# font=SauceCodePro NFM:size=12
|
# font=SauceCodePro NFM:size=12
|
||||||
font = SauceCodePro NFM:size=12, Symbols Nerd Font Mono:size=12, FreeMono:size=12
|
font = SauceCodePro NFM:size=12, Symbols Nerd Font Mono:size=12, FreeMono:size=12
|
||||||
|
font-bold = SauceCodePro NFM Bold:size=12, Symbols Nerd Font Mono:size=12, FreeMono:size=12
|
||||||
# font-bold=<bold variant of regular font>
|
# font-bold=<bold variant of regular font>
|
||||||
# font-italic=<italic variant of regular font>
|
# font-italic=<italic variant of regular font>
|
||||||
# font-bold-italic=<bold+italic variant of regular font>
|
# font-bold-italic=<bold+italic variant of regular font>
|
||||||
|
@ -78,9 +79,9 @@ label-letters=tnserigmdhcao
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style=beam
|
style=beam
|
||||||
blink=yes
|
# blink=yes
|
||||||
blink-rate=600
|
# blink-rate=600
|
||||||
beam-thickness=0.5
|
# beam-thickness=0.5
|
||||||
# underline-thickness=<font underline thickness>
|
# underline-thickness=<font underline thickness>
|
||||||
# color=121212 f5f5f5
|
# color=121212 f5f5f5
|
||||||
|
|
||||||
|
|
16
.zshrc
16
.zshrc
|
@ -131,14 +131,14 @@ function cat() {
|
||||||
}
|
}
|
||||||
# . /opt/asdf-vm/asdf.sh
|
# . /opt/asdf-vm/asdf.sh
|
||||||
# Need this to fix the cursor in tmux
|
# Need this to fix the cursor in tmux
|
||||||
print -n '\033[5 q'
|
# print -n '\033[5 q'
|
||||||
function zle-keymap-select zle-line-init zle-line-finish
|
# function zle-keymap-select zle-line-init zle-line-finish
|
||||||
{
|
# {
|
||||||
case $KEYMAP in
|
# case $KEYMAP in
|
||||||
vicmd) print -n '\033[1 q' ;; # block cursor
|
# vicmd) print -n '\033[1 q' ;; # block cursor
|
||||||
viins | main) print -n '\033[5 q' ;; # line cursor
|
# viins | main) print -n '\033[5 q' ;; # line cursor
|
||||||
esac
|
# esac
|
||||||
}
|
# }
|
||||||
# DISABLE_AUTO_TITLE="true"
|
# DISABLE_AUTO_TITLE="true"
|
||||||
# function set_win_title() {
|
# function set_win_title() {
|
||||||
# echo -ne "\033]0; ${PWD/#$HOME/~} \007"
|
# echo -ne "\033]0; ${PWD/#$HOME/~} \007"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue