Skip to content

Commit 425f9de

Browse files
committed
kitty: add cursor foreground color ( fixed #174 )
1 parent d1ebefc commit 425f9de

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- breaking-change: set lualine theme with `theme="auto"`
2020
- terminal-theme: Xresources theme added #166
2121
- chore: unlink 'Visual' highlight from plugin highlights
22+
- kitty: add cursor foreground color ( fixed #174 )
2223

2324
### Fixes
2425

lua/github-theme/terminal/kitty.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ selection_background ${bg_visual_selection}
1616
selection_foreground ${fg_term}
1717
url_color ${fg_term}
1818
cursor ${cursor}
19+
cursor_text_color background
1920
2021
# Tabs
2122
active_tab_background ${blue}

terminal/kitty/github_dark.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ selection_background #284566
66
selection_foreground #d1d5da
77
url_color #d1d5da
88
cursor #c8e1ff
9+
cursor_text_color background
910

1011
# Tabs
1112
active_tab_background #2188ff

terminal/kitty/github_dark_colorblind.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ selection_background #163356
66
selection_foreground #b3b1ad
77
url_color #b3b1ad
88
cursor #73b7f2
9+
cursor_text_color background
910

1011
# Tabs
1112
active_tab_background #58a6ff

terminal/kitty/github_dark_default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ selection_background #163356
66
selection_foreground #b3b1ad
77
url_color #b3b1ad
88
cursor #73b7f2
9+
cursor_text_color background
910

1011
# Tabs
1112
active_tab_background #58a6ff

terminal/kitty/github_dimmed.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ selection_background #264466
66
selection_foreground #768390
77
url_color #768390
88
cursor #6cb6ff
9+
cursor_text_color background
910

1011
# Tabs
1112
active_tab_background #539bf5

terminal/kitty/github_light.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ selection_background #dbe9f9
66
selection_foreground #24292f
77
url_color #24292f
88
cursor #044289
9+
cursor_text_color background
910

1011
# Tabs
1112
active_tab_background #0366d6

terminal/kitty/github_light_colorblind.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ selection_background #dbe9f9
66
selection_foreground #0E1116
77
url_color #0E1116
88
cursor #0969da
9+
cursor_text_color background
910

1011
# Tabs
1112
active_tab_background #0969da

terminal/kitty/github_light_default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ selection_background #dbe9f9
66
selection_foreground #0E1116
77
url_color #0E1116
88
cursor #044289
9+
cursor_text_color background
910

1011
# Tabs
1112
active_tab_background #0969da

0 commit comments

Comments
 (0)