feat: Utilisation du thème tokyonight pour kitty
This commit is contained in:
@@ -1,29 +1,50 @@
|
|||||||
background #300a24
|
# vim:ft=kitty
|
||||||
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
|
|
||||||
|
|
||||||
# START_AUTOGENERATED_TAB_STYLE
|
## name: Tokyo Night
|
||||||
# Feel free to update these colors manually and remove these comments.
|
## license: MIT
|
||||||
active_tab_foreground #444444
|
## author: Folke Lemaitre
|
||||||
active_tab_background #b4d5ff
|
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
|
||||||
inactive_tab_foreground #eeeeec
|
|
||||||
inactive_tab_background #26081d
|
|
||||||
# END_AUTOGENERATED_TAB_STYLE
|
background #1a1b26
|
||||||
|
foreground #c0caf5
|
||||||
|
selection_background #283457
|
||||||
|
selection_foreground #c0caf5
|
||||||
|
url_color #73daca
|
||||||
|
cursor #c0caf5
|
||||||
|
cursor_text_color #1a1b26
|
||||||
|
|
||||||
|
# Tabs
|
||||||
|
active_tab_background #7aa2f7
|
||||||
|
active_tab_foreground #16161e
|
||||||
|
inactive_tab_background #292e42
|
||||||
|
inactive_tab_foreground #545c7e
|
||||||
|
#tab_bar_background #15161e
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
active_border_color #7aa2f7
|
||||||
|
inactive_border_color #292e42
|
||||||
|
|
||||||
|
# normal
|
||||||
|
color0 #15161e
|
||||||
|
color1 #f7768e
|
||||||
|
color2 #9ece6a
|
||||||
|
color3 #e0af68
|
||||||
|
color4 #7aa2f7
|
||||||
|
color5 #bb9af7
|
||||||
|
color6 #7dcfff
|
||||||
|
color7 #a9b1d6
|
||||||
|
|
||||||
|
# bright
|
||||||
|
color8 #414868
|
||||||
|
color9 #f7768e
|
||||||
|
color10 #9ece6a
|
||||||
|
color11 #e0af68
|
||||||
|
color12 #7aa2f7
|
||||||
|
color13 #bb9af7
|
||||||
|
color14 #7dcfff
|
||||||
|
color15 #c0caf5
|
||||||
|
|
||||||
|
# extended colors
|
||||||
|
color16 #ff9e64
|
||||||
|
color17 #db4b4b
|
||||||
|
|||||||
@@ -1473,14 +1473,14 @@ term xterm-256color
|
|||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="Hack Nerd Font Mono"
|
font_family family='Hack Nerd Font' postscript_name=HackNF-Regular
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
# END_KITTY_FONTS
|
# END_KITTY_FONTS
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Ubuntu
|
# Tokyo Night
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user