add kitty config
This commit is contained in:
parent
33e047b6e7
commit
1e689c72ef
2 changed files with 73 additions and 0 deletions
32
config/kitty/kitty.conf
Normal file
32
config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Padding #
|
||||
|
||||
window_padding_width 8 8
|
||||
|
||||
# Font #
|
||||
|
||||
font_family Mononoki Nerd Font Mono Book
|
||||
bold_font Mononoki Nerd Font Mono Bold
|
||||
italic_font Mononoki Nerd Font Mono Oblique
|
||||
bold_italic_font Mononoki Nerd Font Mono Bold Oblique
|
||||
|
||||
font_size 11
|
||||
|
||||
# Terminal Bell #
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
# Keybindings #
|
||||
|
||||
|
||||
|
||||
# Theme #
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Tomorrow Night
|
||||
include tomorrownight.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
background_opacity 1.00
|
||||
|
||||
# Close Window
|
||||
confirm_os_window_close 0
|
41
config/kitty/tomorrownight.conf
Normal file
41
config/kitty/tomorrownight.conf
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Cursor
|
||||
cursor #aeafad
|
||||
cursor_text_color #1d1f21
|
||||
|
||||
# Special
|
||||
foreground #c5c8c6
|
||||
background #1d1f21
|
||||
selection_foreground = None
|
||||
selection_background = None
|
||||
|
||||
# Black
|
||||
color0 #1d1f21
|
||||
color8 #969896
|
||||
|
||||
# Red
|
||||
color1 #912226
|
||||
color9 #cc6666
|
||||
|
||||
# Green
|
||||
color2 #778900
|
||||
color10 #b5bd68
|
||||
|
||||
# Yellow
|
||||
color3 #ae7b00
|
||||
color11 #f0c674
|
||||
|
||||
# Blue
|
||||
color4 #1d2594
|
||||
color12 #81a2be
|
||||
|
||||
# Magenta
|
||||
color5 #682a9b
|
||||
color13 #b294bb
|
||||
|
||||
# Cyan
|
||||
color6 #2b6651
|
||||
color14 #8abeb7
|
||||
|
||||
# White
|
||||
color7 #929593
|
||||
color15 #ecebec
|
Loading…
Reference in a new issue