- Nvim Theme changed to github-dark-dimmed - keeps it in sync with the kitty theme

- Reorged multiple nvim settings (using LazyVim as primary now)
This commit is contained in:
Pratik Tripathy
2024-01-10 22:04:55 +05:30
parent f9688cf616
commit 8f801384fd
53 changed files with 4030 additions and 170 deletions

View File

@@ -247,13 +247,14 @@
#: is the cause of the problem.
#: }}}
font_family JetBrains Mono Nerd Font
font_size 14
bold_font auto
static_font auto
bold_italic_font auto
font_size 14
disable_ligatures never
###########################################################
# From https://erwin.co/kitty-and-nerd-fonts/
# Symbols Nerd Font complete symbol_map
@@ -422,6 +423,11 @@ cursor_beam_thickness 1
#: }}}
scrollback_lines 10000
scrollback_pager_history_size 10
# scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
scrollback_pager nvim -c 'set ft=man'
#: Mouse {{{
# mouse_hide_wait 3.0
@@ -1005,6 +1011,18 @@ enable_audio_bell no
#: }}}
# Hide title bar
hide_window_decorations yes
window_border_width 0.2pt
# New windows open in the same directory as the current window
map ctrl+shift+enter new_window_with_cwd
enabled_layouts fat:bias=75;full_size=1,stack,tall:bias=50;full_size=2
map F11 toggle_layout stack
# Open nvim on the current directory with ctrl+shift+o
map ctrl+shift+o launch --cwd=current --type=tab nvim
#: Tab bar {{{
# tab_bar_edge bottom
@@ -1339,79 +1357,8 @@ enable_audio_bell no
#: }}}
background_opacity 0.9
background_blur 10
# Catppuccin Mocha - The basic colors
foreground #CDD6F4
background #1E1E2E
selection_foreground #1E1E2E
selection_background #F5E0DC
# Cursor colors
cursor #F5E0DC
cursor_text_color #1E1E2E
# URL underline color when hovering with mouse
url_color #F5E0DC
# Kitty window border colors
active_border_color #B4BEFE
inactive_border_color #6C7086
bell_border_color #F9E2AF
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
active_tab_foreground #11111B
active_tab_background #CBA6F7
inactive_tab_foreground #CDD6F4
inactive_tab_background #181825
tab_bar_background #11111B
# Colors for marks (marked text in the terminal)
mark1_foreground #1E1E2E
mark1_background #B4BEFE
mark2_foreground #1E1E2E
mark2_background #CBA6F7
mark3_foreground #1E1E2E
mark3_background #74C7EC
# The 16 terminal colors
# black
color0 #45475A
color8 #585B70
# red
color1 #F38BA8
color9 #F38BA8
# green
color2 #A6E3A1
color10 #A6E3A1
# yellow
color3 #F9E2AF
color11 #F9E2AF
# blue
color4 #89B4FA
color12 #89B4FA
# magenta
color5 #F5C2E7
color13 #F5C2E7
# cyan
color6 #94E2D5
color14 #94E2D5
# white
color7 #BAC2DE
color15 #A6ADC8
background_opacity 0.95
background_blur 65
#: Advanced {{{
@@ -1707,6 +1654,18 @@ color15 #A6ADC8
#: }}}
editor nvim
update_check_interval 0
# Enable kitty scrollback.nvim plugin
allow_remote_control yes
listen_on unix:/tmp/kitty
shell_integration enabled
action_alias kitty_scrollback_nvim kitten /home/pratik/.local/share/nvim/lazy/kitty-scrollback.nvim/python/kitty_scrollback_nvim.py
map kitty_mod+h kitty_scrollback_nvim
map kitty_mod+g kitty_scrollback_nvim --config ksb_builtin_last_cmd_output
mouse_map kitty_mod+right press ungrabbed combine : mouse_select_command_output : kitty_scrollback_nvim --config ksb_builtin_last_cmd_output
#: OS specific tweaks {{{
# wayland_titlebar_color system
@@ -1930,6 +1889,9 @@ color15 #A6ADC8
#: cause all invocations of the hints kitten to have the --hints-
#: offset=0 option applied.
map ctrl+shift+p nth_window -1
map ctrl+shift+n nth_window +1
#: Clipboard {{{
#: Copy to clipboard
@@ -2581,3 +2543,9 @@ color15 #A6ADC8
#: }}}
#: }}}
# BEGIN_KITTY_THEME
# GitHub Dark Dimmed
include current-theme.conf
# END_KITTY_THEME