update neovim config AGAIN :(
This commit is contained in:
16
configs/dotfiles/kitty/kitty.conf
Normal file → Executable file
16
configs/dotfiles/kitty/kitty.conf
Normal file → Executable file
@@ -193,7 +193,7 @@ cursor #c8d3f5
|
||||
#: precedence. Also, the cursor colors are modified if the cell
|
||||
#: background and foreground colors have very low contrast.
|
||||
|
||||
cursor_text_color #222436
|
||||
cursor_text_color #111325
|
||||
|
||||
#: The color of text under the cursor. If you want it rendered with
|
||||
#: the background color of the cell underneath instead, use the
|
||||
@@ -988,7 +988,7 @@ background #222436
|
||||
|
||||
#: The foreground and background colors.
|
||||
|
||||
background_opacity 0.95
|
||||
background_opacity 0.85
|
||||
|
||||
#: The opacity of the background. A number between zero and one, where
|
||||
#: one is opaque and zero is fully transparent. This will only work if
|
||||
@@ -1023,14 +1023,14 @@ background_image_layout scaled
|
||||
#: When background image is scaled, whether linear interpolation
|
||||
#: should be used.
|
||||
|
||||
#dynamic_background_opacity yes
|
||||
dynamic_background_opacity yes
|
||||
|
||||
#: Allow changing of the background_opacity dynamically, using either
|
||||
#: keyboard shortcuts (increase_background_opacity and
|
||||
#: decrease_background_opacity) or the remote control facility.
|
||||
#: Changing this option by reloading the config is not supported.
|
||||
|
||||
background_tint 0.9
|
||||
background_tint 0.6
|
||||
|
||||
#: How much to tint the background image by the background color.
|
||||
#: This option makes it easier to read the text. Tinting is done using
|
||||
@@ -1198,7 +1198,7 @@ editor /usr/bin/nvim
|
||||
|
||||
#: Relative paths are resolved from the kitty configuration directory.
|
||||
|
||||
# allow_remote_control no
|
||||
allow_remote_control yes
|
||||
|
||||
#: Allow other programs to control kitty. If you turn this on, other
|
||||
#: programs can control all aspects of kitty, including sending text
|
||||
@@ -1225,7 +1225,7 @@ editor /usr/bin/nvim
|
||||
#: yes
|
||||
#: Remote control requests are always accepted.
|
||||
|
||||
# listen_on none
|
||||
listen_on unix:@mykitty
|
||||
|
||||
#: Listen to the specified UNIX socket for remote control connections.
|
||||
#: Note that this will apply to all kitty instances. It can be
|
||||
@@ -1341,7 +1341,7 @@ editor /usr/bin/nvim
|
||||
#: special value of ask means that kitty will ask before opening the
|
||||
#: link when clicked.
|
||||
|
||||
# shell_integration enabled
|
||||
shell_integration enabled
|
||||
|
||||
#: Enable shell integration on supported shells. This enables features
|
||||
#: such as jumping to previous prompts, browsing the output of the
|
||||
@@ -1401,7 +1401,7 @@ editor /usr/bin/nvim
|
||||
|
||||
#: OS specific tweaks {{{
|
||||
|
||||
wayland_titlebar_color #2e2f3d
|
||||
wayland_titlebar_color #09111b
|
||||
|
||||
#: The color of the kitty window's titlebar on Wayland systems with
|
||||
#: client side window decorations such as GNOME. A value of system
|
||||
|
Reference in New Issue
Block a user