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-copy=Control+Shift+c XF86Copy
clipboard-paste=Control+Shift+v XF86Paste clipboard-paste=Control+Shift+v XF86Paste
# primary-paste=Shift+Insert # 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-increase=Control+plus Control+equal Control+KP_Add
# font-decrease=Control+minus Control+KP_Subtract # font-decrease=Control+minus Control+KP_Subtract
# font-reset=Control+0 Control+KP_0 # font-reset=Control+0 Control+KP_0

View file

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