More Kitty
This commit is contained in:
@@ -5,8 +5,10 @@
|
|||||||
# /___/
|
# /___/
|
||||||
#
|
#
|
||||||
# Configuration
|
# Configuration
|
||||||
font_family JetBrainsMono Nerd Font
|
#font_family JetBrainsMono Nerd Font
|
||||||
font_size 13
|
#font_size 13
|
||||||
|
font_family AdwaitaMono Nerd Font
|
||||||
|
font_size 10
|
||||||
modify_font cell_height 110%
|
modify_font cell_height 110%
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
@@ -21,7 +23,7 @@ wheel_scroll_min_lines 1
|
|||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
hide_window_decorations yes
|
hide_window_decorations yes
|
||||||
background_opacity 1.0
|
background_opacity 0.85
|
||||||
dynamic_background_opacity yes
|
dynamic_background_opacity yes
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
selection_foreground none
|
selection_foreground none
|
||||||
@@ -48,3 +50,4 @@ window_resize_step_lines 1
|
|||||||
|
|
||||||
# include ./everforest.conf
|
# include ./everforest.conf
|
||||||
include ./no-preference-theme.auto.conf
|
include ./no-preference-theme.auto.conf
|
||||||
|
include ./tokio.conf
|
||||||
|
|||||||
77
kitty/.config/kitty/tokio.conf
Normal file
77
kitty/.config/kitty/tokio.conf
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
# Tokyo Night color scheme for kitty terminal emulator
|
||||||
|
# https://github.com/davidmathers/tokyo-night-kitty-theme
|
||||||
|
#
|
||||||
|
# Based on Tokyo Night color theme for Visual Studio Code
|
||||||
|
# https://github.com/enkia/tokyo-night-vscode-theme
|
||||||
|
|
||||||
|
foreground #a9b1d6
|
||||||
|
background #1a1b26
|
||||||
|
|
||||||
|
# Black
|
||||||
|
color0 #414868
|
||||||
|
color8 #414868
|
||||||
|
|
||||||
|
# Red
|
||||||
|
color1 #f7768e
|
||||||
|
color9 #f7768e
|
||||||
|
|
||||||
|
# Green
|
||||||
|
color2 #73daca
|
||||||
|
color10 #73daca
|
||||||
|
|
||||||
|
# Yellow
|
||||||
|
color3 #e0af68
|
||||||
|
color11 #e0af68
|
||||||
|
|
||||||
|
# Blue
|
||||||
|
color4 #7aa2f7
|
||||||
|
color12 #7aa2f7
|
||||||
|
|
||||||
|
# Magenta
|
||||||
|
color5 #bb9af7
|
||||||
|
color13 #bb9af7
|
||||||
|
|
||||||
|
# Cyan
|
||||||
|
color6 #7dcfff
|
||||||
|
color14 #7dcfff
|
||||||
|
|
||||||
|
# White
|
||||||
|
color7 #c0caf5
|
||||||
|
color15 #c0caf5
|
||||||
|
|
||||||
|
# Cursor
|
||||||
|
cursor #c0caf5
|
||||||
|
cursor_text_color #1a1b26
|
||||||
|
|
||||||
|
# Selection highlight
|
||||||
|
selection_foreground none
|
||||||
|
selection_background #28344a
|
||||||
|
|
||||||
|
# The color for highlighting URLs on mouse-over
|
||||||
|
url_color #9ece6a
|
||||||
|
|
||||||
|
# Window borders
|
||||||
|
active_border_color #3d59a1
|
||||||
|
inactive_border_color #101014
|
||||||
|
bell_border_color #e0af68
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Storm
|
||||||
|
# background #24283b
|
||||||
|
# cursor_text_color #24283b
|
||||||
|
# active_tab_background #1f2335
|
||||||
|
# inactive_tab_background #1f2335
|
||||||
|
# macos_titlebar_color #1f2335
|
||||||
Reference in New Issue
Block a user