feat: Improve the cursor color of day Kitty theme (#153)
* Improve the cursor color of day Kitty theme Previously the cursor colour would have the default foreground color which is a a bit too dark when you have a block cursor and use autocomplete features. Using the background color as the cursor text ensures that text in a block cursor is always visible. * Update generation script and other kitty themes
This commit is contained in:
@@ -12,6 +12,7 @@ selection_background #99a7df
|
|||||||
selection_foreground #3760bf
|
selection_foreground #3760bf
|
||||||
url_color #387068
|
url_color #387068
|
||||||
cursor #3760bf
|
cursor #3760bf
|
||||||
|
cursor_text_color #e1e2e7
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
active_tab_background #2e7de9
|
active_tab_background #2e7de9
|
||||||
@@ -43,4 +44,4 @@ color15 #3760bf
|
|||||||
# extended colors
|
# extended colors
|
||||||
color16 #b15c00
|
color16 #b15c00
|
||||||
color17 #c64343
|
color17 #c64343
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ selection_background #33467C
|
|||||||
selection_foreground #c0caf5
|
selection_foreground #c0caf5
|
||||||
url_color #73daca
|
url_color #73daca
|
||||||
cursor #c0caf5
|
cursor #c0caf5
|
||||||
|
cursor_text_color #1a1b26
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
active_tab_background #7aa2f7
|
active_tab_background #7aa2f7
|
||||||
@@ -43,4 +44,4 @@ color15 #c0caf5
|
|||||||
# extended colors
|
# extended colors
|
||||||
color16 #ff9e64
|
color16 #ff9e64
|
||||||
color17 #db4b4b
|
color17 #db4b4b
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ selection_background #364A82
|
|||||||
selection_foreground #c0caf5
|
selection_foreground #c0caf5
|
||||||
url_color #73daca
|
url_color #73daca
|
||||||
cursor #c0caf5
|
cursor #c0caf5
|
||||||
|
cursor_text_color #24283b
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
active_tab_background #7aa2f7
|
active_tab_background #7aa2f7
|
||||||
@@ -43,4 +44,4 @@ color15 #c0caf5
|
|||||||
# extended colors
|
# extended colors
|
||||||
color16 #ff9e64
|
color16 #ff9e64
|
||||||
color17 #db4b4b
|
color17 #db4b4b
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ selection_background ${bg_visual}
|
|||||||
selection_foreground ${fg}
|
selection_foreground ${fg}
|
||||||
url_color ${green1}
|
url_color ${green1}
|
||||||
cursor ${fg}
|
cursor ${fg}
|
||||||
|
cursor_text_color ${bg}
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
active_tab_background ${blue}
|
active_tab_background ${blue}
|
||||||
|
|||||||
Reference in New Issue
Block a user