diff options
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/.config/kitty/current-theme.conf | 4 | ||||
| -rw-r--r-- | kitty/.config/kitty/kitty.conf.bak | 18 |
2 files changed, 14 insertions, 8 deletions
diff --git a/kitty/.config/kitty/current-theme.conf b/kitty/.config/kitty/current-theme.conf index 348ab67..713375e 100644 --- a/kitty/.config/kitty/current-theme.conf +++ b/kitty/.config/kitty/current-theme.conf @@ -10,7 +10,7 @@ # The basic colors foreground #CDD6F4 -background #101010 +background #000000 selection_foreground #1E1E2E selection_background #F5E0DC @@ -49,7 +49,7 @@ mark3_background #74C7EC # black color0 #000000 -color8 #1C1C1C +color8 #585B70 # red color1 #F38BA8 diff --git a/kitty/.config/kitty/kitty.conf.bak b/kitty/.config/kitty/kitty.conf.bak index 728d13c..80c9785 100644 --- a/kitty/.config/kitty/kitty.conf.bak +++ b/kitty/.config/kitty/kitty.conf.bak @@ -205,7 +205,7 @@ box_drawing_scale 0.001, 1, 1.5, 2 #: special keyword: background. Note that if cursor is set to none #: then this setting is ignored. -cursor_shape block +cursor_shape beam #: The cursor shape can be one of (block, beam, underline). Note that #: when reloading the config this will be changed only if the cursor @@ -943,9 +943,9 @@ inactive_tab_font_style normal #: The foreground and background colors -background_opacity 1.0 -# background_opacity 0.90 -# background_opacity 0.50 +# background_opacity 1.0 +background_opacity 0.50 +# background_opacity 1.00 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if @@ -1228,7 +1228,7 @@ allow_hyperlinks yes #: </kittens/hints>. The special value of ``ask`` means that kitty #: will ask before opening the link when clicked. -shell_integration enabled +shell_integration no-cursor #: Enable shell integration on supported shells. This enables features #: such as jumping to previous prompts, browsing the output of the @@ -2041,6 +2041,12 @@ map opt+cmd+, debug_config # BEGIN_KITTY_THEME -# GitHub Dark +# Oceanic Material include current-theme.conf # END_KITTY_THEME +# +# + +# My mappings +# map ctrl+a launch --cwd=/home/omar /home/omar/.scripts/tmux-sessionizer.sh +map ctrl+f send_text all ~/.scripts/tmux-sessionizer.sh\n |
