feat: Mise à jour ~/.config/kitty
This commit is contained in:
@@ -1,46 +1,29 @@
|
||||
# vim:ft=kitty
|
||||
background #300a24
|
||||
foreground #eeeeec
|
||||
cursor #bbbbbb
|
||||
selection_background #b4d5ff
|
||||
color0 #2e3436
|
||||
color8 #555753
|
||||
color1 #cc0000
|
||||
color9 #ef2929
|
||||
color2 #4e9a06
|
||||
color10 #8ae234
|
||||
color3 #c4a000
|
||||
color11 #fce94f
|
||||
color4 #3465a4
|
||||
color12 #729fcf
|
||||
color5 #75507b
|
||||
color13 #ad7fa8
|
||||
color6 #06989a
|
||||
color14 #34e2e2
|
||||
color7 #d3d7cf
|
||||
color15 #eeeeec
|
||||
selection_foreground #300a24
|
||||
|
||||
## name: Nightfox
|
||||
## author: EdenEast
|
||||
## license: MIT
|
||||
## upstream: https://github.com/EdenEast/nightfox.nvim/blob/main/extra/nightfox/nightfox_kitty.conf
|
||||
|
||||
background #192330
|
||||
foreground #cdcecf
|
||||
selection_background #2b3b51
|
||||
selection_foreground #cdcecf
|
||||
url_color #81b29a
|
||||
|
||||
# Cursor
|
||||
# uncomment for reverse background
|
||||
# cursor none
|
||||
cursor #cdcecf
|
||||
|
||||
# Border
|
||||
active_border_color #719cd6
|
||||
inactive_border_color #39506d
|
||||
bell_border_color #f4a261
|
||||
|
||||
# normal
|
||||
color0 #393b44
|
||||
color1 #c94f6d
|
||||
color2 #81b29a
|
||||
color3 #dbc074
|
||||
color4 #719cd6
|
||||
color5 #9d79d6
|
||||
color6 #63cdcf
|
||||
color7 #dfdfe0
|
||||
|
||||
# bright
|
||||
color8 #575860
|
||||
color9 #d16983
|
||||
color10 #8ebaa4
|
||||
color11 #e0c989
|
||||
color12 #86abdc
|
||||
color13 #baa1e2
|
||||
color14 #7ad5d6
|
||||
color15 #e4e4e5
|
||||
|
||||
# extended colors
|
||||
color16 #f4a261
|
||||
color17 #d67ad2
|
||||
# START_AUTOGENERATED_TAB_STYLE
|
||||
# Feel free to update these colors manually and remove these comments.
|
||||
active_tab_foreground #444444
|
||||
active_tab_background #b4d5ff
|
||||
inactive_tab_foreground #eeeeec
|
||||
inactive_tab_background #26081d
|
||||
# END_AUTOGENERATED_TAB_STYLE
|
||||
|
||||
@@ -804,8 +804,6 @@ tab_bar_style powerline
|
||||
|
||||
#: The background for text selected with the mouse.
|
||||
|
||||
include ./theme.conf
|
||||
|
||||
#: The color table {{{
|
||||
|
||||
#: The 256 terminal colors. There are 8 basic colors, each color has a
|
||||
@@ -1474,9 +1472,6 @@ term xterm-256color
|
||||
|
||||
#: }}}
|
||||
|
||||
# Tab bar customization
|
||||
include tab_bar.conf
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="Hack Nerd Font Mono"
|
||||
bold_font auto
|
||||
@@ -1485,7 +1480,11 @@ bold_italic_font auto
|
||||
# END_KITTY_FONTS
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Nightfox
|
||||
# Ubuntu
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
# Tab bar customization
|
||||
include tab_bar.conf
|
||||
|
||||
# map kitty_mod+² kitten quick-access-terminal
|
||||
|
||||
Reference in New Issue
Block a user