AutoYADM commit: 2025-02-24 15:15:12

This commit is contained in:
Daniel Fichtinger 2025-02-24 15:15:12 -05:00
parent bff45cb418
commit 2b2ca0a154
2 changed files with 14 additions and 4 deletions

View file

@ -182,7 +182,8 @@ scrollback-down-page=Control+Alt+d
clipboard-copy=Control+Shift+c XF86Copy
clipboard-paste=Control+Shift+v XF86Paste
# primary-paste=Shift+Insert
search-start=Control+Shift+r
# search-start=Control+Shift+r
search-start=none
# font-increase=Control+plus Control+equal Control+KP_Add
# font-decrease=Control+minus Control+KP_Subtract
# font-reset=Control+0 Control+KP_0

View file

@ -276,14 +276,23 @@ themes {
default {
fg "#f5f5f5"
bg "#121212"
// dark gray
black "#121212"
// red_ember
red "#B14242"
// red_ember
green "#B14242"
yellow "#D79921"
blue "#3C8588"
// orange_blaze
yellow "#C4693D"
// blue
blue "#4A8B8B"
// orange_blaze
magenta "#C4693D"
cyan "#689D6A"
// blue
cyan "#4A8B8B"
// off-white
white "#d5d5d5"
// orange_blaze
orange "#C4693D"
}
}