1
0

General changes + vim changes

This commit is contained in:
2024-10-10 21:17:54 +02:00
parent adc26f9860
commit 6790f75c8a
20 changed files with 273 additions and 138 deletions

View File

@@ -1,47 +1,32 @@
background #222222
foreground #f7f1ff
## name: Gruvbox Dark
## author: Pavel Pertsev
## license: MIT/X11
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark.conf
cursor #f7f1ff
cursor_text_color #000000
selection_foreground #363537
selection_background #f7f1ff
selection_foreground #ebdbb2
selection_background #d65d0e
# dull black
color0 #363537
# light black
color8 #69676c
background #282828
foreground #ebdbb2
# dull red
color1 #fc618d
# light red
color9 #fc618d
color0 #3c3836
color1 #cc241d
color2 #98971a
color3 #d79921
color4 #458588
color5 #b16286
color6 #689d6a
color7 #a89984
color8 #928374
color9 #fb4934
color10 #b8bb26
color11 #fabd2f
color12 #83a598
color13 #d3869b
color14 #8ec07c
color15 #fbf1c7
# dull green
color2 #7bd88f
# light green
color10 #7bd88f
cursor #bdae93
cursor_text_color #665c54
# yellow
color3 #fce566
# light yellow
color11 #fce566
# blue
color4 #fd9353
# light blue
color12 #fd9353
# magenta
color5 #948ae3
# light magenta
color13 #948ae3
# cyan
color6 #5ad4e6
# light cyan
color14 #5ad4e6
# dull white
color7 #f7f1ff
# bright white
color15 #f7f1ff
url_color #458588

View File

@@ -24,7 +24,7 @@ bold_italic_font JetBrains Mono Bold Italic
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 12.0
font_size 12
#: Font size (in pts).
@@ -302,7 +302,7 @@ cursor_blink_interval 0.5
#: disable blinking. Negative values mean use system default. Note
#: that the minimum interval will be limited to repaint_delay.
# cursor_stop_blinking_after 15.0
cursor_stop_blinking_after 10.0
#: Stop blinking cursor after the specified number of seconds of
#: keyboard inactivity. Set to zero to never stop blinking.
@@ -2530,6 +2530,6 @@ enable_audio_bell no
# BEGIN_KITTY_THEME
# Monokai Pro (Filter Spectrum)
# Gruvbox Dark
include current-theme.conf
# END_KITTY_THEME

View File

@@ -6,10 +6,10 @@
#: individual font faces and even specify special fonts for particular
#: characters.
font_family JetBrainsMonoNL NFM Regular
# bold_font auto
# italic_font auto
# bold_italic_font auto
font_family JetBrains Mono Regular
bold_font JetBrains Mono Bold
italic_font JetBrains Mono Italic
bold_italic_font JetBrains Mono Bold Italic
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
@@ -24,7 +24,7 @@ font_family JetBrainsMonoNL NFM Regular
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 12.0
font_size 12
#: Font size (in pts).
@@ -302,7 +302,7 @@ cursor_blink_interval 0.5
#: disable blinking. Negative values mean use system default. Note
#: that the minimum interval will be limited to repaint_delay.
# cursor_stop_blinking_after 15.0
cursor_stop_blinking_after 10.0
#: Stop blinking cursor after the specified number of seconds of
#: keyboard inactivity. Set to zero to never stop blinking.
@@ -734,7 +734,7 @@ cursor_blink_interval 0.5
#: Terminal bell {{{
# enable_audio_bell yes
enable_audio_bell no
#: The audio bell. Useful to disable it in environments that require
#: silence.
@@ -2527,3 +2527,9 @@ cursor_blink_interval 0.5
#: }}}
#: }}}
# BEGIN_KITTY_THEME
# Monokai Pro (Filter Spectrum)
include current-theme.conf
# END_KITTY_THEME