updated some configs, added kitty config and updated theme_config

This commit is contained in:
2022-11-29 19:39:22 +01:00
parent 642338e577
commit 2abdb05ab9
6 changed files with 1110 additions and 65 deletions

85
kitty/kitty.conf Normal file
View File

@@ -0,0 +1,85 @@
font_family JetBrainsMono Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
shell_integration disabled
font_size 13.2
background_opacity 0.65
window_padding_width 20
confirm_os_window_close 0
# Upstream colors {{{
foreground #a6accd
background #0d0f16
# Black
color0 #1b1e28
color8 #a6accd
# Red
color1 #d0679d
color9 #d0679d
# Green
color2 #5de4c7
color10 #5de4c7
# Yellow
color3 #fffac2
color11 #fffac2
# Blue
color4 #89ddff
color12 #add7ff
# Magenta
color5 #fcc5e9
color13 #fae4fc
# Cyan
color6 #add7ff
color14 #89ddff
# White
color7 #ffffff
color15 #ffffff
# Cursor
cursor #ffffff
cursor_text_color #1b1e28
# Selection highlight
selection_foreground none
selection_background #28344a
# The color for highlighting URLs on mouse-over
# url_color #9ece6a
url color #5de4c7
# Window borders
active_border_color #3d59a1
inactive_border_color #101014
bell_border_color #fffac2
# Tab bar
tab_bar_style fade
tab_fade 1
active_tab_foreground #3d59a1
active_tab_background #16161e
active_tab_font_style bold
inactive_tab_foreground #787c99
inactive_tab_background #16161e
inactive_tab_font_style bold
tab_bar_background #101014
# Title bar
macos_titlebar_color #16161e
# }}}
# {{{ Keybindings
map kitty_mod+t new_tab_with_cwd
# }}